oaOrient.h File Reference

Go to the source code of this file.

Compounds

class  oaOrient

Defines

#define oaOrient_P
#define oavNumOrientEnums   8

Enumerations

enum  oaOrientEnum {
  oacR0 = 0, oacR90 = 1, oacR180 = 2, oacR270 = 3,
  oacMY = 4, oacMYR90 = 5, oacMX = 6, oacMXR90 = 7
}

Variables

BEGIN_OA_NAMESPACE class oaString


Define Documentation

#define oaOrient_P
 

#define oavNumOrientEnums   8
 


Enumeration Type Documentation

enum oaOrientEnum
 

The oaOrient enumerator. Mirror about the Y axis means mirror horizontally. Mirror about the X axis means mirror vertically.

Enumeration values:
oacR0  "R0" Represents no change in orientation
oacR90  "R90" Represents a 90 degree rotation
oacR180  "R180" Represents a 180 degree rotation
oacR270  "R270" Represents a 270 degree rotation
oacMY  "MY" Represents mirroring about the Y axis
oacMYR90  "MYR90" Represents mirroring about the Y axis then a 90 degree rotation
oacMX  "MX" Represents mirroring about the X axis
oacMXR90  "MXR90" Represents mirroring about the X axis then a 90 degree rotation


Variable Documentation

BEGIN_OA_NAMESPACE class oaString
 

Return to top of page