|
GLG Toolkit, C / C++ API Library
Version 4.6
|
Arrow position and fill type masks. More...
Arrow position and fill type masks.
The masks are used to extract arrow position and fill type from the GlgArrowType values of the ArrowType attribute.
The result of applying a bitwise AND operator to the value of the ArrowType attribute and one of these masks extracts the arrow position (GlgArrowPosition) or the arrow fill type (GlgArrowFillType) values.
Macros | |
| #define | GLG_ARROW_POSITION_MASK 0x0f |
| Arrow position mask. More... | |
| #define | GLG_ARROW_TYPE_MASK 0xf0 |
| Arrow type mask. More... | |
| #define GLG_ARROW_POSITION_MASK 0x0f |
Arrow position mask.
| #define GLG_ARROW_TYPE_MASK 0xf0 |
Arrow type mask.