AITransformTypes.h File Reference
Go to the source code of this file.
Classes |
struct | TranslateTransform |
| Parameters structure for a Move transformation. More...
|
struct | ScaleTransform |
| Parameters structure for a Scale transformation. More...
|
struct | RotateTransform |
| Parameters structure for a Rotate transformation. More...
|
struct | ReflectTransform |
| Parameters structure for a Reflect transformation. More...
|
struct | ShearTransform |
| Parameters structure for a Shear transformation. More...
|
union | TransformUnion |
| A union of transformation types. More...
|
struct | MatrixTform |
| This structure describes a transformation, in "descriptive" form and matrix form. More...
|
Enumerations |
enum | TransformType {
nullTransformType,
translateTransformType,
scaleTransformType,
rotateTransformType,
reflectTransformType,
shearTransformType,
pluginTransformType,
compoundTransformType
} |
| ********* Transformations ******************
More...
|
enum | NinePointReferencePointInPreferences {
kAININE_PIN_LEFT_TOP = 0,
kAININE_PIN_MID_TOP,
kAININE_PIN_RIGHT_TOP,
kAININE_PIN_LEFT_MID,
kAININE_PIN_MID_MID,
kAININE_PIN_RIGHT_MID,
kAININE_PIN_LEFT_BOTTOM,
kAININE_PIN_MID_BOTTOM,
kAININE_PIN_RIGHT_BOTTOM
} |
| Constants for reference point values in the Preferences dialog Transform panel.
More...
|
Enumeration Type Documentation
Constants for reference point values in the Preferences dialog Transform panel.
Get values from AIPreferenceSuite::GetIntegerPreference
("AdobeTransformObjects", "AnchorPoint", &anchorPointOut). Pin indexing scheme, 9 pin 0---1---2 | | | 3---4---5 | | | 6---7---8
- Enumerator:
kAININE_PIN_LEFT_TOP |
Integer value 0.
|
kAININE_PIN_MID_TOP |
Integer value 1.
|
kAININE_PIN_RIGHT_TOP |
Integer value 2.
|
kAININE_PIN_LEFT_MID |
Integer value 3.
|
kAININE_PIN_MID_MID |
Integer value 4.
|
kAININE_PIN_RIGHT_MID |
Integer value 5.
|
kAININE_PIN_LEFT_BOTTOM |
Integer value 6.
|
kAININE_PIN_MID_BOTTOM |
Integer value 7.
|
kAININE_PIN_RIGHT_BOTTOM |
Integer value 8.
|
********* Transformations ******************
Transformation types used in AIOverrideColorConversionSuite
.
- Enumerator:
nullTransformType |
|
translateTransformType |
|
scaleTransformType |
|
rotateTransformType |
|
reflectTransformType |
|
shearTransformType |
|
pluginTransformType |
|
compoundTransformType |
|