Adobe.com
Contents Suites Classes Class Index Member Index

Deprecated List

Member AIAddToolDataPrivate::iconResourceDictionary
Obsolete. Do not use.

Member AIAGMTextRecord
Deprecated with the move to CoolType 5. Use AICTText instead.

Member AIAnnotatorMessage::port
For drawing, the port to which to draw the annotation. The AIPortRef is the same as an ADMPortRef, and can be used directly to create an ADM drawer for platform-independent drawing.
NULL for an invalidation request. Deprecated in AI 15.0. Use AIAnnotatorDrawerSuite for platform-independent drawing instead.

Member AIAppContextSuite::MacGetAppQDGlobal )(void **appQD)
No longer needed.

Member AIArtSuite::CancelKeyArt )(void)

Member AIAssetMgmtSuite::CreateXMPSession )(const char *xmpIn, AIXMPSession *xmp)
Creates a new XMP session, which you can use to manipulate XMP metadata for the current document.

Member AIAssetMgmtSuite::DeleteProperty )(AIXMPSession xmp, const char *nameSpace, const char *key)
Removes a property from XMP metadata.

Member AIAssetMgmtSuite::DisposeXMPSession )(AIXMPSession xmp)
Frees memory associated with the XMP session object that is no longer needed.

Member AIAssetMgmtSuite::GetProperty )(AIXMPSession xmp, const char *nameSpace, const char *key, char *value)
Retrieves the value of an XMP property.

Member AIAssetMgmtSuite::GetPropertySize )(AIXMPSession xmp, const char *nameSpace, const char *key, ai::int32 *valueSize)
Gets the size of an XMP key value. Use this size to allocate memory before calling GetProperty().

Member AIAssetMgmtSuite::GetXMPSessionBuffer )(AIXMPSession xmp, char *xmpOut)
Retrieves the buffer of the XMP session object.

Member AIAssetMgmtSuite::GetXMPSessionSize )(AIXMPSession xmp, int *xmpSize)
Gets the size of an XMP session object. Use this size to allocate memory before calling GetXMPSessionBuffer().

Member AIAssetMgmtSuite::Progress )(ai::int32 bytesTransferred, ai::int32 contentLength, char *server, char *uri, char *method, char *contentType, const ai::FilePath &localFile)
Used internally. Progress callback for Version Cue network operations.

Member AIAssetMgmtSuite::SetProperty )(AIXMPSession xmp, const char *nameSpace, const char *key, const char *value)
Sets the value of an XMP property.

Class AICommandManagerSuite
Use AIMenuSuite instead. This suite provides an older mechanism for manipulating Illustrator menu commands, It is provided for compatibility, but has been superseded by AIMenuSuite.

Class AICommandMessage
Use AIMenuSuite instead.

Member AICustomColorSuite::GetCustomColorDisplayName )(ai::UnicodeString &name)
This function is now a no-op. An earlier version of Illustrator stored unique internal names for custom colors different from those displayed in the UI.

Member AIDocumentMiPrintRecordPtr
Information about how a document will print. No longer used.

Member AIDocumentSuite::DocumentHasManagedLinks )(AIDocumentHandle document, AIBoolean *hasManagedLinks)
Reports whether a document contains any managed links. A managed link is a URL to an Adobe Workgroup Server where one can share and keep versions of the linked document.

Member AIDocumentSuite::GetDocumentAssetMgmtInfo )(AIBoolean *managed, ai::int32 *pNAlternates, AIBoolean *checkedOut, const char **URL, AIBoolean *canEdit, char *fileType)
Retrieves asset management information. Pass null for any parameter whose state you do not want to retrieve.

Member AIDocumentSuite::SetDocumentAssetMgmtInfo )(AIBoolean *managed, AIBoolean *checkedOut, const char *URL, AIBoolean *canEdit)
Sets asset management information. Pass null for any parameter whose state you do not want to set.

Member AIDocumentSuite::WriteDocumentMacInformationResource )(const ai::FilePath &file)

Does nothing in AI13 (CS3)

Class AIMacFileFormatSuite
. Obsolete platform-specific functions. Use functions in AIFileFormatSuite.

Class AIObjectSetSuite
Object sets provide an obsolete mechanism for attaching global information to a document. Their use is deprecated in favor of dictionaries. Each document contains a dictionary where arbitrary information can be stored. See AIDocumentSuite::GetDictionary() and AIDocumentSuite::GetNonRecordedDictionary().

Member AIPanelSuite::SetIconResourceID )(AIPanelRef inPanel, const ai::AutoBuffer< ai::uint32 > &iconResId, const ai::AutoBuffer< ai::uint32 > &darkIconResId)
. Use AIPanelSuite::SetSVGIconResourceID() Sets the icon to be used when a panel is collapsed, using an existing resource. Only PNG icons can be used.

Member AIPathStyle::clip
. Use AIArtSuite::SetArtUserAttr(). Whether or not to use this as a clipping path

Member AIPathStyle::lockClip
. Use AIArtSuite::SetArtUserAttr(). Whether or not to lock the clipping path

Member AIPathSuite::CancelKeySegment )(void)
. use SetKeySegment() intsead. Clears the key anchor point (the one to which other anchor points are aligned). This is usually the last anchor point selected with the direct select tool.

Member AIPluginGroupSuite::PluginArtAdjustColors )(AIArtHandle art, AIAdjustColorFunc adjustColorCallback, void *callbackData, ASBoolean *modifiedSomething, AIBoolean adjustFills, AIBoolean adjustStrokes, AIBoolean selectionOnly)

As of AI13 (CS3), this function is deprecated in favor of AIPathStyleSuite::AdjustObjectAIColors(), a more powerful and flexible treatment of colors in global objects such as patterns, gradients, symbols, brushes, and Live Effects. Color filter plug-ins that iterate the artwork contents themselves and only use this function for plug-in groups with that have the flag kPluginGroupManagesPaintStyles, should now use AIPathStyleSuite::AdjustObjectAIColors() to process the entire selection. In this case, the new function emulates the previous behavior; it sends an c\ AIPluginGroupAdjustColorsData message in which both the pattern and style adjustment callbacks do nothing.

Member AISwatchListSuite::GetNextSwatch )(AISwatchRef prev)
Retrieves the next swatch in a swatch group within a swatch list. Use to find the swatch following one for which you do not have an index (retrieved, for example, with AISwatchListSuite::GetSwatchByNameAndType()). Do not use for iteration. (Note that this function returns an object, not an error code.)

Member AIToolSuite::GetToolNullEventInterval )(AIToolHandle tool, AIToolTime *outTime)
Obsolete. Do not use.

Member AIToolSuite::SetToolNullEventInterval )(AIToolHandle tool, AIToolTime inTime)
Obsolete. Do not use.

Member AIXMLNodeSuite::GetData )(AIXMLNodeRef node, AIDictKey key, AIEntryRef *value)
. Obsolete, do not use.

Member AIXMLNodeSuite::RemoveData )(AIXMLNodeRef node, AIDictKey key)
. Obsolete, do not use.

Member AIXMLNodeSuite::SetData )(AIXMLNodeRef node, AIDictKey key, AIEntryRef value)
. Obsolete, do not use.

Member ATE::IFind::FindAndReplaceAllMatches (ATETextDOM::Int32 *pReplaceCount)
Do not use. See class description of IFind.

Member ATE::ISpell::DoReplaceAll ()
Obsolete, do not use. See ISpell class description for information on implementing a replace-all operation.

Member kAICommandNormalContext
Use AIMenuSuite instead.

Member kAICommandPluginContext
Use AIMenuSuite instead.

Member kAICommandTextEditContext
Use AIMenuSuite instead.

Member kAICommandToolBoxContext
Use AIMenuSuite instead.

Member kAIFilterSuite
This suite is deprecated as of AI 14 (CS4), in favor of AILiveEffectSuite. See AILiveEffectSuite.

Member kAIToolChangedNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the current tool is changed to a different tool.

Member kAIToolResumedByCmdKeyNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the original tool is restored from a temporary switch back to kSelectTool, kDirectSelectTool, or kDirectObjectSelectTool. Sent when the Ctrl or Cmd key is released.

Member kAIToolResumedBySpacebarNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the user releases the spacebar (or Alt key(while in Text tool) or Ctrl+spacebar, or Ctrl+Alt+spacebar) to resume using the original tool.

Member kAIToolResumeNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the cursor enters a document window.

Member kAIToolSuspendedByCmdKeyNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when kSelectTool, kDirectSelectTool, or kDirectObjectSelectTool is temporarily reselected by pressing Ctrl(Windows) or Cmd(Macintosh) key while using another tool. For example, if kDirectSelectTool is selected and you then choose the eraser tool, pressing the Ctrl or Cmd key temporarily switches back to kDirectSelectTool, and sends this notification.

Member kAIToolSuspendedBySpacebarNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the user presses the space bar or Alt key(while in Text Tool) to select the scroll tool (kScrollTool) or zoom tool (kZoomTool), or presses Ctrl+spacebar, or Ctrl+Alt+spacebar while using another tool.

Member kAIToolSuspendNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when the cursor leaves a document window.

Member kAIUserToolChangedNotifier
Use kAIEffectiveToolChangedNotifier instead Sent when a property of a plug-in tool is changed, such as its options, title, icon, or tooltip.

Member kCallerAICommand
Use AIMenuSuite instead.

Member kSelectorAICommand
Use AIMenuSuite instead.

Member kSPAdaptersAboutSelector
Used internally.

Member kSPAdaptersAcquireSuiteHostSelector
Used internally.

Member kSPAdaptersFindPropertySelector
Used internally.

Member kSPAdaptersReleaseSuiteHostSelector
Used internally.

Member POP_GLOBALS

Member PUSH_GLOBALS


Contents Suites Classes Class Index Member Index
Adobe Solutions Network
 
Copyright © 2014 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks