#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()
static WidgetStyle MyGUI::WidgetStyle::parse |
( |
const std::string & |
_value | ) |
|
|
inlinestatic |
◆ print()
std::string MyGUI::WidgetStyle::print |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
_stream, |
|
|
const WidgetStyle & |
_value |
|
) |
| |
|
friend |
◆ operator==
◆ operator>>
std::istream & operator>> |
( |
std::istream & |
_stream, |
|
|
WidgetStyle & |
_value |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: