|
enum | Dviglo::HorizontalAlignment { HA_LEFT = 0,
HA_CENTER,
HA_RIGHT,
HA_CUSTOM
} |
| UI element horizontal alignment.
|
|
enum | Dviglo::VerticalAlignment { VA_TOP = 0,
VA_CENTER,
VA_BOTTOM,
VA_CUSTOM
} |
| UI element vertical alignment.
|
|
enum | Dviglo::Corner {
C_TOPLEFT = 0,
C_TOPRIGHT,
C_BOTTOMLEFT,
C_BOTTOMRIGHT,
MAX_UIELEMENT_CORNERS
} |
| UI element corners.
|
|
enum | Dviglo::Orientation { O_HORIZONTAL = 0,
O_VERTICAL
} |
| UI element orientation.
|
|
enum | Dviglo::FocusMode { Dviglo::FM_NOTFOCUSABLE = 0,
Dviglo::FM_RESETFOCUS,
Dviglo::FM_FOCUSABLE,
Dviglo::FM_FOCUSABLE_DEFOCUSABLE
} |
| UI element focus mode. More...
|
|
enum | Dviglo::LayoutMode { Dviglo::LM_FREE = 0,
Dviglo::LM_HORIZONTAL,
Dviglo::LM_VERTICAL
} |
| Layout operation mode. More...
|
|
enum | Dviglo::TraversalMode { Dviglo::TM_BREADTH_FIRST = 0,
Dviglo::TM_DEPTH_FIRST
} |
| Traversal mode for rendering. More...
|
|
enum | Dviglo::DragAndDropMode : unsigned { Dviglo::DD_DISABLED = 0x0,
Dviglo::DD_SOURCE = 0x1,
Dviglo::DD_TARGET = 0x2,
Dviglo::DD_SOURCE_AND_TARGET = 0x3
} |
|