|
| Wrapped (Wrapped const &)=delete |
|
void | operator= (Wrapped const &)=delete |
|
void * | m_wrapped |
| A pointer to the wrapped class.
|
|
◆ Flag
Enumerator |
---|
FlagTextAlignRight | Align the text of the item within the drop down to the right.
|
FlagTextAlignLeft | Align the text of the item within the drop down to the left.
|
FlagEnabled | Allow the item to be selected.
|
◆ GUIDropDownMenuItem()
GUIDropDownMenuItem::GUIDropDownMenuItem |
( |
const char * |
text, |
|
|
int |
index, |
|
|
int |
flags |
|
) |
| |
Creates a item for a drop down menu (GUIDropDownMenu).
- Parameters
-
text | The item's text. |
index | A unique 1-based index for the item. |
flags | A bitfield of flags specified by bitwise-ORing members of the Flag enum. |
The documentation for this class was generated from the following files: