#include <MyGUI_WidgetStyle.h>
Definition at line 16 of file MyGUI_WidgetStyle.h.
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 18 of file MyGUI_WidgetStyle.h.
MyGUI::WidgetStyle::WidgetStyle |
( |
| ) |
|
|
inline |
MyGUI::WidgetStyle::WidgetStyle |
( |
Enum |
_value | ) |
|
|
inline |
int MyGUI::WidgetStyle::getValue |
( |
| ) |
const |
|
inline |
static WidgetStyle MyGUI::WidgetStyle::parse |
( |
const std::string & |
_value | ) |
|
|
inlinestatic |
std::string MyGUI::WidgetStyle::print |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
_stream, |
|
|
const WidgetStyle & |
_value |
|
) |
| |
|
friend |
std::istream& operator>> |
( |
std::istream & |
_stream, |
|
|
WidgetStyle & |
_value |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: