DzFlipManip Class Reference

An image manipulator that flips an image layer horizontally and/or vertically. More...

Inheritance diagram for DzFlipManip:

DzImageManip QObject Object List of all members.

Constructors



 DzFlipManip (Boolean hor=false, Boolean ver=false)

Methods

Boolean flipHorizontal ()
Boolean flipVertical ()
void setFlipHorizontal (Boolean onOff)
void setFlipVertical (Boolean onOff)

Detailed Description

An image manipulator that flips an image layer horizontally and/or vertically.


Constructor & Destructor Documentation

DzFlipManip::DzFlipManip ( Boolean  hor = false,
Boolean  ver = false 
)

Default Constructor

Parameters:
hor If true, the image will be flipped horizontally.
ver If true, the image will be flipped vertically.


Member Function Documentation

Boolean DzFlipManip::flipHorizontal (  ) 

Returns:
true if the image will be flipped horizontally, false if the image is not flipped horizontally.

Boolean DzFlipManip::flipVertical (  ) 

Returns:
true if the image will be flipped vertically, false if the image is not flipped vertically.

void DzFlipManip::setFlipHorizontal ( Boolean  onOff  ) 

Sets whether or not the image is flipped horizontally

Parameters:
onOff If true, the image will be flipped horizontally, otherwise the image is not flipped horizontally.

void DzFlipManip::setFlipVertical ( Boolean  onOff  ) 

Sets whether or not the image is flipped vertically

Parameters:
onOff If true, the image will be flipped vertically, otherwise the image is not flipped vertically.


Generated on Thu Sep 24 12:21:12 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.