DzRotateManip Class Reference

Inheritance diagram for DzRotateManip:

DzImageManip QObject Object List of all members.

Enumerations



enum  Rotation { RotNone = 0, Rot90, Rot180, Rot270 }

Properties

Number degrees

Constructors

 DzRotateManip (Rotation rot=RotNone)

Methods

Rotation getRotation ()
void setRotation (Rotation rot)

Detailed Description

A manipulator that rotates an image layer in 90 degree increments.


Member Enumeration Documentation

enum DzRotateManip::Rotation

The enumerated values of possible rotations to be performed.

Enumerator:
RotNone  No rotation is performed.
Rot90  A 90 degree (clockwise) rotation is performed.
Rot180  A 180 degree rotation is performed.
Rot270  A 270 degree (clockwise) rotation is performed.


Constructor & Destructor Documentation

DzRotateManip::DzRotateManip ( Rotation  rot = RotNone  ) 

Default Constructor


Member Function Documentation

Rotation DzRotateManip::getRotation (  ) 

Returns:
The type of rotation for the image

void DzRotateManip::setRotation ( Rotation  rot  ) 

Sets the type of rotation for the image

Parameters:
rot The rotation to apply to the image


Member Data Documentation

Number DzRotateManip::degrees

The number of degrees of rotation. The supported values are 0, 90, 180 and 270.


Generated on Thu Sep 24 12:21:15 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.