Inheritance diagram for DzRotateManip:

Enumerations | |
| enum | Rotation { RotNone = 0, Rot90, Rot180, Rot270 } |
Properties | |
| Number | degrees |
Constructors | |
| DzRotateManip (Rotation rot=RotNone) | |
Methods | |
| Rotation | getRotation () |
| void | setRotation (Rotation rot) |
| DzRotateManip::DzRotateManip | ( | Rotation | rot = RotNone |
) |
Default Constructor
| Rotation DzRotateManip::getRotation | ( | ) |
| void DzRotateManip::setRotation | ( | Rotation | rot | ) |
Sets the type of rotation for the image
| rot | The rotation to apply to the image |
The number of degrees of rotation. The supported values are 0, 90, 180 and 270.