![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrf::DtEnvironmentalCreationData |
Namespaces | |
| namespace | makVrf |
| Allows for a create menu item from the create menu to signal its creation by default allowing the user to intercept that signal and modify and send the create message to the backend. | |
Defines | |
| #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) |
Variables | |
| static const int | DtLineWidthMask = 0xF0000000 |
| Contains makVrf::DtEnvironmentalCreationData class. | |
| static const int | DtAppearanceMask = 0x0FFFFFFF |
| #define DtLineWidthFromAppearance | ( | theAppr | ) | ((theAppr >> 28) & 0x0000000F) |
Referenced by makVrf::DtEnvironmentalCreationData::lineWidth().
| #define DtLineWidthToAppearance | ( | theLineWidth | ) | (theLineWidth << 28) |
| #define DtLineStyleFromAppearance | ( | theAppr | ) | ((theAppr >> 8) & 0x0000000F) |
Referenced by makVrf::DtEnvironmentalCreationData::lineStyle().
| #define DtLineStyleToAppearance | ( | theLineStyle | ) | (theLineStyle << 8) |
| #define DtFillStyleFromAppearance | ( | theAppr | ) | ((theAppr >> 12) & 0x0000000F) |
Referenced by makVrf::DtEnvironmentalCreationData::fillStyle().
| #define DtFillStyleToAppearance | ( | theFillStyle | ) | (theFillStyle << 12) |
const int DtLineWidthMask = 0xF0000000 [static] |
Contains makVrf::DtEnvironmentalCreationData class.
const int DtAppearanceMask = 0x0FFFFFFF [static] |