MyGUI
3.2.1
|
#include <MyGUI_ResizingPolicy.h>
Public Types | |
enum | Enum { Auto, Fixed, Fill, MAX } |
Public Member Functions | |
ResizingPolicy (Enum _value=MAX) | |
std::string | print () const |
int | getValue () 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 15 of file MyGUI_ResizingPolicy.h.
Definition at line 17 of file MyGUI_ResizingPolicy.h.
MyGUI::ResizingPolicy::ResizingPolicy | ( | Enum | _value = MAX | ) | [inline] |
Definition at line 25 of file MyGUI_ResizingPolicy.h.
int MyGUI::ResizingPolicy::getValue | ( | ) | const [inline] |
Definition at line 74 of file MyGUI_ResizingPolicy.h.
static ResizingPolicy MyGUI::ResizingPolicy::parse | ( | const std::string & | _value | ) | [inline, static] |
Definition at line 30 of file MyGUI_ResizingPolicy.h.
std::string MyGUI::ResizingPolicy::print | ( | ) | const [inline] |
Definition at line 69 of file MyGUI_ResizingPolicy.h.
bool operator!= | ( | ResizingPolicy const & | a, |
ResizingPolicy const & | b | ||
) | [friend] |
Definition at line 50 of file MyGUI_ResizingPolicy.h.
std::ostream& operator<< | ( | std::ostream & | _stream, |
const ResizingPolicy & | _value | ||
) | [friend] |
Definition at line 55 of file MyGUI_ResizingPolicy.h.
bool operator== | ( | ResizingPolicy const & | a, |
ResizingPolicy const & | b | ||
) | [friend] |
Definition at line 45 of file MyGUI_ResizingPolicy.h.
std::istream& operator>> | ( | std::istream & | _stream, |
ResizingPolicy & | _value | ||
) | [friend] |
Definition at line 61 of file MyGUI_ResizingPolicy.h.