#include <mi32/elemstyl.h>
Public Member Functions | |
| void | Clear () |
| void | Copy (const LINESTYLE &rhs) |
| LINESTYLE (const LINESTYLE &rhs) | |
| LINESTYLE () | |
| bool | operator!= (const LINESTYLE &rhs) const |
| LINESTYLE & | operator= (const POLYSTYLE &rhs) |
| LINESTYLE & | operator= (const LINESTYLE &rhs) |
| bool | operator== (const LINESTYLE &rhs) const |
| bool | UsesTransparency () const |
| ~LINESTYLE () | |
Public Attributes | |
| char * | Desc |
| COLOR | DrawColor |
| double | MapScale |
| INT32 | PatternNum |
| double | Scale |
| UINT8 | spare [4] |
| UINT32 | StyleFlags |
Definition at line 445 of file elemstyl.h.
|
|
Default constructor.
Definition at line 456 of file elemstyl.h. |
|
|
Copy constructor.
Definition at line 460 of file elemstyl.h. |
|
|
Destructor.
Definition at line 465 of file elemstyl.h. |
|
|
Clear the structure.
Definition at line 504 of file elemstyl.h. |
|
|
Helper method for copying.
Definition at line 511 of file elemstyl.h. |
|
|
Inequality operator.
Definition at line 499 of file elemstyl.h. |
|
|
Assignment from POLYSTYLE.
Definition at line 474 of file elemstyl.h. |
|
|
Assignment from LINESTYLE.
Definition at line 469 of file elemstyl.h. |
|
|
Equality operator.
Definition at line 489 of file elemstyl.h. |
|
|
Determine if the style uses transparency Note: if the style uses a line pattern, this method can't tell if that pattern will use transparency or not.
Definition at line 526 of file elemstyl.h. |
|
|
string from query, Symbol$ (free when done)
Definition at line 453 of file elemstyl.h. |
|
|
Definition at line 450 of file elemstyl.h. |
|
|
Definition at line 451 of file elemstyl.h. |
|
|
Definition at line 448 of file elemstyl.h. |
|
|
Width of line (usually in millimeters) or pattern zoom factor.
Definition at line 449 of file elemstyl.h. |
|
|
Definition at line 452 of file elemstyl.h. |
|
|
Definition at line 447 of file elemstyl.h. |
1.3.8-20040913