#include <MyGUI_FlowDirection.h>
Detailed Description
Definition at line 31 of file MyGUI_FlowDirection.h.
Member Enumeration Documentation
- Enumerator:
| LeftToRight |
|
| RightToLeft |
|
| TopToBottom |
|
| BottomToTop |
|
| MAX |
|
Definition at line 33 of file MyGUI_FlowDirection.h.
Constructor & Destructor Documentation
Member Function Documentation
| bool MyGUI::FlowDirection::isHorizontal |
( |
| ) |
const |
|
inline |
| bool MyGUI::FlowDirection::isVertical |
( |
| ) |
const |
|
inline |
| static FlowDirection MyGUI::FlowDirection::parse |
( |
const std::string & |
_value | ) |
|
|
inlinestatic |
| std::string MyGUI::FlowDirection::print |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
_stream, |
|
|
const FlowDirection & |
_value |
|
) |
| |
|
friend |
| std::istream& operator>> |
( |
std::istream & |
_stream, |
|
|
FlowDirection & |
_value |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: