#include <Pt/Forms/Direction.h>
Names a flow direction. More...
Public Types | |
| enum | Mode { Left, Right, Top, Bottom } |
| Flow axis and sense. More... | |
Public Member Functions | |
| Direction (Mode m=Left) | |
| Creates a direction with mode m. | |
| Direction & | operator= (Mode m) |
| Sets the direction to m and returns this object. | |
| operator Pt::uint32_t () const | |
| Returns the direction as an unsigned integer value. | |
Left and Right are horizontal. Top and Bottom are vertical. The default is Left.
| enum Mode |