Rose
|
A stream manipulator to set a Widget elastic value. More...
#include <Types.h>
Public Member Functions | |
Elastic ()=default | |
Default constructor. | |
Elastic (Orientation orientation) | |
Construct an elastic value from an Orientation. | |
bool | horizontal () |
Test for elasticity along the Horizontal axis. | |
bool | vertical () |
Test for elasticity along the Vertical axis. | |
bool | primary (Orientation orientation) |
Test for elasticity along the Primary axis. | |
bool | secondary (Orientation orientation) |
Test for elasticity along the Secondary axis. | |
Protected Attributes | |
Orientation | mElastic {Orientation::Unset} |
The elastic value. | |
A stream manipulator to set a Widget elastic value.