#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 468 of file elemstyl.h.
| LINESTYLE::LINESTYLE | ( | ) | [inline] |
| LINESTYLE::LINESTYLE | ( | const LINESTYLE & | rhs | ) | [inline] |
| LINESTYLE::~LINESTYLE | ( | ) | [inline] |
| void LINESTYLE::Clear | ( | ) | [inline] |
| void LINESTYLE::Copy | ( | const LINESTYLE & | rhs | ) | [inline] |
| bool LINESTYLE::operator!= | ( | const LINESTYLE & | rhs | ) | const [inline] |
| bool LINESTYLE::operator== | ( | const LINESTYLE & | rhs | ) | const [inline] |
| bool LINESTYLE::UsesTransparency | ( | ) | const [inline] |
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 553 of file elemstyl.h.
| char* LINESTYLE::Desc |
Definition at line 473 of file elemstyl.h.
| double LINESTYLE::MapScale |
Definition at line 474 of file elemstyl.h.
Definition at line 471 of file elemstyl.h.
| double LINESTYLE::Scale |
Width of line (usually in millimeters) or pattern zoom factor.
Definition at line 472 of file elemstyl.h.
Definition at line 475 of file elemstyl.h.
Definition at line 470 of file elemstyl.h.
1.5.2