#include <mi32/elemstyl.h>
Public Member Functions | |
| void | Clear () |
| void | Copy (const POLYSTYLE &rhs) |
| bool | operator!= (const POLYSTYLE &rhs) const |
| POLYSTYLE & | operator= (const POLYSTYLE &rhs) |
| bool | operator== (const POLYSTYLE &rhs) const |
| POLYSTYLE (const POLYSTYLE &rhs) | |
| POLYSTYLE () | |
| bool | UsesTransparency () const |
| ~POLYSTYLE () | |
Public Attributes | |
| double | Angle |
| COLOR | BorderColor |
| INT32 | BorderPatternNum |
| double | BorderScale |
| COLOR | FillColor |
| char * | FillDesc |
| INT32 | FillPatternNum |
| char * | LineDesc |
| double | MapScale |
| UINT32 | StyleFlags |
Definition at line 355 of file elemstyl.h.
|
|
Default constructor.
Definition at line 369 of file elemstyl.h. |
|
|
Copy constructor.
Definition at line 373 of file elemstyl.h. |
|
|
Destructor.
Definition at line 378 of file elemstyl.h. |
|
|
Clear the structure.
Definition at line 408 of file elemstyl.h. |
|
|
Helper method for copying.
Definition at line 416 of file elemstyl.h. |
|
|
Inequality operator.
Definition at line 403 of file elemstyl.h. |
|
|
Assignment from POLYSTYLE.
Definition at line 382 of file elemstyl.h. |
|
|
Equality operator.
Definition at line 387 of file elemstyl.h. |
|
|
Determine if the style uses transparency Note: if the style uses a fill pattern, this method can't tell if that pattern will use transparency or not.
Definition at line 436 of file elemstyl.h. |
|
|
Rotation angle for hatch patterns (was spare[8]).
Definition at line 364 of file elemstyl.h. |
|
|
Definition at line 362 of file elemstyl.h. |
|
|
Definition at line 359 of file elemstyl.h. |
|
|
Width of border (usually in millimeters) or pattern zoom factor.
Definition at line 360 of file elemstyl.h. |
|
|
Definition at line 363 of file elemstyl.h. |
|
|
string from query, Symbol$ (free when done)
Definition at line 365 of file elemstyl.h. |
|
|
Definition at line 358 of file elemstyl.h. |
|
|
string from query, Symbol$ (free when done)
Definition at line 366 of file elemstyl.h. |
|
|
Definition at line 361 of file elemstyl.h. |
|
|
Definition at line 357 of file elemstyl.h. |
1.3.8-20040913