![]() |
VR-Forces 5.0.3 Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtTacticalGraphicSimObjectFacadeInterface |
Macros | |
| #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) |
Typedefs | |
| typedef DtSimObjectFacade < DtTacticalGraphicSimObjectFacadeInterface > | DtTacticalGraphicSimObjectFacade |
| #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) |