MyGUI
3.2.0
|
#include <MyGUI_ResizingPolicy.h>
Public Types | |
enum | Enum { Auto, Fixed, Fill, MAX } |
Public Member Functions | |
ResizingPolicy (Enum _value=MAX) | |
std::string | print () const |
Static Public Member Functions | |
static ResizingPolicy | parse (const std::string &_value) |
Friends | |
bool | operator== (ResizingPolicy const &a, ResizingPolicy const &b) |
bool | operator!= (ResizingPolicy const &a, ResizingPolicy const &b) |
std::ostream & | operator<< (std::ostream &_stream, const ResizingPolicy &_value) |
std::istream & | operator>> (std::istream &_stream, ResizingPolicy &_value) |
Definition at line 30 of file MyGUI_ResizingPolicy.h.
Definition at line 32 of file MyGUI_ResizingPolicy.h.
MyGUI::ResizingPolicy::ResizingPolicy | ( | Enum | _value = MAX | ) | [inline] |
Definition at line 40 of file MyGUI_ResizingPolicy.h.
static ResizingPolicy MyGUI::ResizingPolicy::parse | ( | const std::string & | _value | ) | [inline, static] |
Definition at line 45 of file MyGUI_ResizingPolicy.h.
std::string MyGUI::ResizingPolicy::print | ( | ) | const [inline] |
Definition at line 84 of file MyGUI_ResizingPolicy.h.
bool operator!= | ( | ResizingPolicy const & | a, |
ResizingPolicy const & | b | ||
) | [friend] |
Definition at line 65 of file MyGUI_ResizingPolicy.h.
std::ostream& operator<< | ( | std::ostream & | _stream, |
const ResizingPolicy & | _value | ||
) | [friend] |
Definition at line 70 of file MyGUI_ResizingPolicy.h.
bool operator== | ( | ResizingPolicy const & | a, |
ResizingPolicy const & | b | ||
) | [friend] |
Definition at line 60 of file MyGUI_ResizingPolicy.h.
std::istream& operator>> | ( | std::istream & | _stream, |
ResizingPolicy & | _value | ||
) | [friend] |
Definition at line 76 of file MyGUI_ResizingPolicy.h.