![]() |
Iridescence 1.00
Embedded Graphic Framework
|
DsOrientation is a class representing the orientation (horizontal or vertical). More...
#include <ds_types.h>
Public Types | |
enum | Orientation : uint8_t { HORIZONTAL = 0 , VERTICAL = 1 } |
Orientation is an enumeration of orientation types. | |
Public Member Functions | |
DsOrientation (const Orientation &orientation) | |
Creates a DsOrientation object with the specified orientation. | |
bool | isVertical (void) const |
Is the orientation vertical? | |
bool | isHorizontal (void) const |
Is the orientation horizontal? | |
DsOrientation is a class representing the orientation (horizontal or vertical).
|
inline |
Creates a DsOrientation object with the specified orientation.
orientation | Orientation |
|
inline |
Is the orientation horizontal?
|
inline |
Is the orientation vertical?