|
| Wrapped (Wrapped const &)=delete |
|
void | operator= (Wrapped const &)=delete |
|
void * | m_wrapped |
| A pointer to the wrapped class.
|
|
◆ ScrollBarVisibility
Enumerator |
---|
ScrollBarHidden | Always hide the scroll bar.
|
ScrollBarAlwaysVisible | Always show the scroll bar.
|
ScrollBarVisibleWhenRequired | Only show the scroll bar when required.
|
◆ GUIDropDownMenu()
GUIDropDownMenu::GUIDropDownMenu |
( |
uint16_t |
leftX, |
|
|
uint16_t |
topY, |
|
|
uint16_t |
rightX, |
|
|
uint16_t |
bottomY, |
|
|
uint16_t |
eventID |
|
) |
| |
Creates a drop down menu.
The bounds do not effect the height of the normally visible part of the menu, but are used to set the height of the menu which appears when the drop down menu is selected.
- Parameters
-
leftX,topY,rightX,bottomY | The coordinates of the bounding box of the drop down menu, in screen pixels relative to the top left of the display. |
eventID | The ID to use for events relating to this drop down menu. |
◆ AddMenuItem()
Adds an item to the drop down menu.
- Parameters
-
◆ SetScrollBarVisibility()
Sets the visibility of the scroll bar.
- Parameters
-
visibility | The visibility of the scroll bar. |
The documentation for this class was generated from the following files: