#include <MyGUI_WidgetStyle.h>
Definition at line 18 of file MyGUI_WidgetStyle.h.
◆ Enum
Enumerator |
---|
Child | child widget, cropped by parent widget borders, no overlapping (used by default for child widgets)
|
Popup | popup widget, have parent widget, but not cropped on its borders
|
Overlapped | child widget, cropped by parent widget borders, can overlap (used by default for root widgets)
|
MAX | |
Definition at line 20 of file MyGUI_WidgetStyle.h.
◆ WidgetStyle() [1/2]
MyGUI::WidgetStyle::WidgetStyle |
( |
| ) |
|
|
inline |
◆ WidgetStyle() [2/2]
MyGUI::WidgetStyle::WidgetStyle |
( |
Enum |
_value | ) |
|
|
inline |
◆ getValue()
int MyGUI::WidgetStyle::getValue |
( |
| ) |
const |
|
inline |
◆ parse()
◆ print()
std::string MyGUI::WidgetStyle::print |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator<<
◆ operator==
◆ operator>>
The documentation for this struct was generated from the following file: