MyGUI
3.2.1
|
#include <MyGUI_WidgetStyle.h>
Public Types | |
enum | Enum { Child, Popup, Overlapped, MAX } |
Public Member Functions | |
WidgetStyle () | |
WidgetStyle (Enum _value) | |
std::string | print () const |
int | getValue () const |
Static Public Member Functions | |
static WidgetStyle | parse (const std::string &_value) |
Friends | |
bool | operator== (WidgetStyle const &a, WidgetStyle const &b) |
bool | operator!= (WidgetStyle const &a, WidgetStyle const &b) |
std::ostream & | operator<< (std::ostream &_stream, const WidgetStyle &_value) |
std::istream & | operator>> (std::istream &_stream, WidgetStyle &_value) |
Definition at line 16 of file MyGUI_WidgetStyle.h.
Definition at line 18 of file MyGUI_WidgetStyle.h.
MyGUI::WidgetStyle::WidgetStyle | ( | ) | [inline] |
Definition at line 26 of file MyGUI_WidgetStyle.h.
MyGUI::WidgetStyle::WidgetStyle | ( | Enum | _value | ) | [inline] |
Definition at line 31 of file MyGUI_WidgetStyle.h.
int MyGUI::WidgetStyle::getValue | ( | ) | const [inline] |
Definition at line 80 of file MyGUI_WidgetStyle.h.
static WidgetStyle MyGUI::WidgetStyle::parse | ( | const std::string & | _value | ) | [inline, static] |
Definition at line 36 of file MyGUI_WidgetStyle.h.
std::string MyGUI::WidgetStyle::print | ( | ) | const [inline] |
Definition at line 75 of file MyGUI_WidgetStyle.h.
bool operator!= | ( | WidgetStyle const & | a, |
WidgetStyle const & | b | ||
) | [friend] |
Definition at line 56 of file MyGUI_WidgetStyle.h.
std::ostream& operator<< | ( | std::ostream & | _stream, |
const WidgetStyle & | _value | ||
) | [friend] |
Definition at line 61 of file MyGUI_WidgetStyle.h.
bool operator== | ( | WidgetStyle const & | a, |
WidgetStyle const & | b | ||
) | [friend] |
Definition at line 51 of file MyGUI_WidgetStyle.h.
std::istream& operator>> | ( | std::istream & | _stream, |
WidgetStyle & | _value | ||
) | [friend] |
Definition at line 67 of file MyGUI_WidgetStyle.h.