|
| enum | itemType {
ITEM_Normal =0,
ITEM_Bool,
ITEM_Int,
ITEM_NamedInt,
ITEM_KeyGrab,
ITEM_StrList
} |
| |
|
|
| PGE_Menuitem (const PGE_Menuitem &_it) |
| |
|
PGE_Menuitem | operator= (const PGE_Menuitem &_it) |
| |
|
virtual void | left () |
| |
|
virtual void | right () |
| |
|
virtual void | toggle () |
| |
|
virtual void | render (int x, int y) |
| |
|
|
QString | title |
| |
|
QString | value |
| |
|
itemType | type |
| |
|
int | valueOffset |
| | X-offset where must be rendered value label.
|
| |
|
|
std::function< void()> | extAction |
| |
|
int | _width |
| |
|
int | _font_id |
| |
The documentation for this class was generated from the following files: