AICSXSExtension.h File Reference
#include "AITypes.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
| #define kAICSXSExtensionLoadNotifier "Extension Loaded Notifier" |
| #define kAICSXSExtensionSuite "AI CSXS Extension Suite" |
| #define kAICSXSExtensionSuiteVersion AIAPI_VERSION(4) |
| #define kAICSXSExtensionUnloadNotifier "Extension Unloaded Notifier" |
| #define kAICSXSExtensionVersion kAICSXSExtensionSuiteVersion |
| #define kAICSXSPanelVisibilityChangeNotifier "Extension Panel Visibility Changed Notifier" |
Enumeration Type Documentation
Constants for reporting the status of Creative Suite extensions.
See AICSXSExtensionSuite::GetExtensionState().
- Enumerator:
| kAICSXSExtensionNotRegisteredState |
Extension is not registered in Illustrator.
|
| kAICSXSExtensionRegisteredState |
Extension is registered in Illustrator and ready to load.
|
| kAICSXSExtensionLoadedState |
Extension is loaded.
|
| kAICSXSExtensionLoadedVisibleState |
Extension is loaded and Visible , valid for Panel and Dashboard Extension as of AI 19.2.
|
| kAICSXSExtensionLoadedInvisibleState |
Extension is loaded but inVisible , valid for Panel and Dashboard Extension as of AI 19.2.
|
| kAICSXSExtensionUnLoadedState |
Extension is unloaded.
|
| kCSXSExtensionMaximumState |
Internal use.
|