Classes |
struct | AIAutoNameGenerator |
| Information about the kind of names allowed for a named entity (such as layers, swatches, and styles). More...
|
struct | AIFileDialogFilters |
| These functions manage a collection of file type specifiers for dialog functions in AIUserSuite , which show drop-down lists for each file type. More...
|
struct | AIExpressionOptions |
| A structure that describes how the result should be returned by AIUserSuite::EvaluateExpression() . More...
|
struct | AIUserSuite |
| This suite provides utility functions for working with Illustrator, including unit conversion utilities and a progress bar. More...
|
Defines |
#define | kAIUserSuite "AI User Suite" |
#define | kAIUserSuiteVersion14 AIAPI_VERSION(14) |
#define | kAIUserSuiteVersion kAIUserSuiteVersion14 |
#define | kAIUserVersion kAIUserSuiteVersion |
#define | kAIMacUserSuite "AI Mac User Suite" |
#define | kAIMacUserSuiteVersion7 AIAPI_VERSION(7) |
#define | kAIMacUserSuiteVersion kAIMacUserSuiteVersion7 |
#define | kAIMacUserVersion kAIMacUserSuiteVersion |
#define | kUnknownUnitsErr '?UNT' |
| See AIUserSuite .
|
#define | kApplicationNotFoundErr 'App?' |
| See AIUserSuite::EditInOriginalApp() .
|
#define | kObjectNotLinkedErr '!Lnk' |
| See AIUserSuite::EditInOriginalApp() .
|
#define | kAIUniversalLocaleFormat 0x0000 |
| Global locale format.
|
#define | kAIResourceLocaleFormat 0x0001 |
| Local resource locale format.
|
#define | kAISystemLocaleFormat 0x0002 |
| System locale format.
|
#define | kAIShortDateFormat 0x0000 |
| Short date display format.
|
#define | kAILongDateFormat 0x0100 |
| Long date display format.
|
#define | kAIAbbrevDateFormat 0x0200 |
| Abbreviated date display format.
|
#define | kAIShortTimeFormat 0x0000 |
| Short time display format.
|
#define | kAILongTimeFormat 0x0100 |
| Long time display format.
|
Typedefs |
typedef ai::uint32 | AIUserDateTime |
| Opaque reference to a date-time value.
|
typedef struct
_t_Opaque_AIResourceManagerHandle * | AIResourceManagerHandle |
| Opaque reference to a resource manager handle.
|
typedef AIBoolean(* | IsValidInputProc )(AIValidationStage validationStage, const ai::UnicodeString &input, ai::UnicodeString &errorStr, void *userdata) |
| Callback function pointer passed to AIUserSuite::GetInputFromUser() .
|
Enumerations |
enum | { kShortUnits,
kLongSingularUnits,
kLongPluralUnits
} |
| Unit formats for AIUserSuite::GetUnitsString() .
More...
|
enum | AIAnswer { kAIAnswer_No = 0,
kAIAnswer_Yes,
kAIAnswer_Cancel,
kAIAnswer_Invalid = 0xFFFFFFFF
} |
| Constants for alert button choices.
More...
|
enum | AIValidationStage { kAIValidationStage_interactive = 0,
kAIValidationStage_onOk = 1
} |
| Flag values to determine the stage of input for which a validation callback has been called.
More...
|
enum | AIPredefinedCursor { kAIIBeamCursorID = -1,
kAICrossCursorID = -2,
kAIWaitCursorID = -3,
kAIArrowCursorID = -4
} |
| Identifiers for predefined cursors.
More...
|