Go to the source code of this file.
Detailed Description
Macro Definition Documentation
| #define DtLineWidthFromAppearance |
( |
|
theAppr | ) |
((theAppr >> 28) & 0x0000000F) |
| #define DtLineWidthToAppearance |
( |
|
theLineWidth | ) |
(theLineWidth << 28) |
| #define DtLineStyleFromAppearance |
( |
|
theAppr | ) |
((theAppr >> 8) & 0x0000000F) |
| #define DtLineStyleToAppearance |
( |
|
theLineStyle | ) |
(theLineStyle << 8) |
| #define DtFillStyleFromAppearance |
( |
|
theAppr | ) |
((theAppr >> 12) & 0x0000000F) |
| #define DtFillStyleToAppearance |
( |
|
theFillStyle | ) |
(theFillStyle << 12) |
Variable Documentation
| const int DtTMPointObjectKind = 16 |
Represents an environmental process. Used for creating overlay symbols.
These are currently mapped to PVD object kinds
| const int DtTMLinearObjectKind = 17 |
| const int DtTMArealObjectKind = 18 |
| const int DtTMCircleObjectKind = 19 |
| const int DtTMTextObjectKind = 20 |
| const int DtTMPuffObjectKind = 4 |
| const int DtLineWidthMask = 0xF0000000 |
| const int DtAppearanceMask = 0x0FFFFFFF |