Anchor | Determines how to treat the "Position" parameter when determining the position of the widget.
For example, the "Left | Bottom" flag means that the widget will be drawn to the right and up
because the widget's anchor point is on the bottom left. | enum |
|
ResizePolicy | Determines how the widget should change its size when the parent window resizes. | enum |
|
ImageFlags | Define how the "Image" object is displayed. | enum |
|
TextFlags | Configures the behavior of the "Text" widget. | enum |
|
ScrollerFlags | Configures the behavior of the "VScroller" widget. | enum |
|
ProgressBarFlags | Configures the behavior of the "ProgressBar" widget. | enum |
|
WidgetType | Defines the type of widget. | enum |
|
Matrices | It contains all matrices and vectors used to display widgets in a specific place, with specific
transformations. | struct |
|
Widget2DProps | A structure containing basic data about the widget. | struct |
|
Widget2D | The widget interface, the lowest level used by complex high-level widgets. It essentially implements
only the basic Set and Get methods. | class |
|
BasicWidget2D | Widget interface, medium level used by basic widgets. Implements several
functions from the Widget2D base class. | class |
|
FrontWidget | Implements the WidgetVariant union in that way to make it easier to use and manage non-trivial variables.
Auto-deletes contained widget. | class |