MyGUI 3.4.1
|
#include <MyGUI_FlowDirection.h>
Public Types | |
enum | Enum { LeftToRight , RightToLeft , TopToBottom , BottomToTop , MAX } |
Public Member Functions | |
FlowDirection (Enum _value=LeftToRight) | |
bool | isHorizontal () const |
bool | isVertical () const |
std::string | print () const |
int | getValue () const |
Static Public Member Functions | |
static FlowDirection | parse (const std::string &_value) |
Friends | |
bool | operator== (FlowDirection const &a, FlowDirection const &b) |
bool | operator!= (FlowDirection const &a, FlowDirection const &b) |
std::ostream & | operator<< (std::ostream &_stream, const FlowDirection &_value) |
std::istream & | operator>> (std::istream &_stream, FlowDirection &_value) |
Definition at line 18 of file MyGUI_FlowDirection.h.
Enumerator | |
---|---|
LeftToRight | |
RightToLeft | |
TopToBottom | |
BottomToTop | |
MAX |
Definition at line 20 of file MyGUI_FlowDirection.h.
|
inline |
Definition at line 29 of file MyGUI_FlowDirection.h.
|
inline |
Definition at line 87 of file MyGUI_FlowDirection.h.
|
inline |
Definition at line 48 of file MyGUI_FlowDirection.h.
|
inline |
Definition at line 53 of file MyGUI_FlowDirection.h.
|
inlinestatic |
Definition at line 34 of file MyGUI_FlowDirection.h.
|
inline |
Definition at line 82 of file MyGUI_FlowDirection.h.
|
friend |
Definition at line 63 of file MyGUI_FlowDirection.h.
|
friend |
Definition at line 68 of file MyGUI_FlowDirection.h.
|
friend |
Definition at line 58 of file MyGUI_FlowDirection.h.
|
friend |
Definition at line 74 of file MyGUI_FlowDirection.h.