![]() |
AIObjectAction.hGo to the documentation of this file.00001 #ifndef _AICOREOBJECTACTION_H_ 00002 #define _AICOREOBJECTACTION_H_ 00003 00004 /* 00005 * Name: AICoreObjectAction.h 00006 * $Revision: 1 $ 00007 * Author: 00008 * Date: 00009 * Purpose: Adobe Illustrator Actions defined in the core. 00010 * 00011 * ADOBE SYSTEMS INCORPORATED 00012 * Copyright 1986-2007 Adobe Systems Incorporated. 00013 * All rights reserved. 00014 * 00015 * NOTICE: Adobe permits you to use, modify, and distribute this file 00016 * in accordance with the terms of the Adobe license agreement 00017 * accompanying it. If you have received this file from a source other 00018 * than Adobe, then your use, modification, or distribution of it 00019 * requires the prior written permission of Adobe. 00020 * 00021 */ 00022 00023 #ifndef __AIActionManager_h__ 00024 #include "AIActionManager.h" 00025 #endif 00026 00031 #define kAIDoMenuCommandAction "adobe_commandManager" 00032 00033 const ActionParamKeyID kAIDoMenuCommandIdKey = 'cmid'; // integer 00034 00043 #define kAITranslateSelectionAction "adobe_move" 00044 00045 const ActionParamKeyID kAITranslateSelectionHorizontalKey = 'hozn'; // real 00047 const ActionParamKeyID kAITranslateSelectionVerticalKey = 'vtcl'; // real 00049 const ActionParamKeyID kAITranslateSelectionCopyKey = 'copy'; // bool 00051 const ActionParamKeyID kAITranslateSelectionObjectsKey = 'objt'; // bool 00053 const ActionParamKeyID kAITranslateSelectionPatternsKey = 'patn'; // bool 00054 00066 #define kAIRotateSelectionAction "adobe_rotate" 00067 00068 const ActionParamKeyID kAIRotateSelectionAngleKey = 'angl'; // real 00071 const ActionParamKeyID kAIRotateSelectionAboutDXKey = 'detX'; // real 00074 const ActionParamKeyID kAIRotateSelectionAboutDYKey = 'detY'; // real 00076 const ActionParamKeyID kAIRotateSelectionCopyKey = 'copy'; // bool 00078 const ActionParamKeyID kAIRotateSelectionObjectsKey = 'objt'; // bool 00080 const ActionParamKeyID kAIRotateSelectionPatternsKey = 'patn'; // bool 00081 00082 00098 #define kAIScaleSelectionAction "adobe_scale" 00099 00100 const ActionParamKeyID kAIScaleSelectionUniformKey = 'unfm'; // bool 00102 const ActionParamKeyID kAIScaleSelectionLinesKey = 'line'; // bool 00104 const ActionParamKeyID kAIScaleSelectionUniformScaleKey = 'scle'; // real 00106 const ActionParamKeyID kAIScaleSelectionHorizontalKey = 'hozn'; // real 00108 const ActionParamKeyID kAIScaleSelectionVerticalKey = 'vtcl'; // real 00111 const ActionParamKeyID kAIScaleSelectionAboutDXKey = 'detX'; // real 00114 const ActionParamKeyID kAIScaleSelectionAboutDYKey = 'detY'; // real 00116 const ActionParamKeyID kAIScaleSelectionCopyKey = 'copy'; // bool 00118 const ActionParamKeyID kAIScaleSelectionObjectsKey = 'objt'; // bool 00120 const ActionParamKeyID kAIScaleSelectionPatternsKey = 'patn'; // bool 00121 00122 00134 #define kAIReflectSelectionAction "adobe_reflect" 00135 00136 const ActionParamKeyID kAIReflectSelectionAngleKey = 'angl'; // real 00139 const ActionParamKeyID kAIReflectSelectionAboutDXKey = 'detX'; // real 00142 const ActionParamKeyID kAIReflectSelectionAboutDYKey = 'detY'; // real 00144 const ActionParamKeyID kAIReflectSelectionCopyKey = 'copy'; // bool 00146 const ActionParamKeyID kAIReflectSelectionObjectsKey = 'objt'; // bool 00148 const ActionParamKeyID kAIReflectSelectionPatternsKey = 'patn'; // bool 00149 00162 #define kAIShearSelectionAction "adobe_shear" 00163 00164 const ActionParamKeyID kAIShearSelectionShearAngleKey = 'shag'; // real 00166 const ActionParamKeyID kAIShearSelectionAngleKey = 'angl'; // real 00169 const ActionParamKeyID kAIShearSelectionAboutDXKey = 'detX'; // real 00172 const ActionParamKeyID kAIShearSelectionAboutDYKey = 'detY'; // real 00174 const ActionParamKeyID kAIShearSelectionCopyKey = 'copy'; // bool 00176 const ActionParamKeyID kAIShearSelectionObjectsKey = 'objt'; // bool 00178 const ActionParamKeyID kAIShearSelectionPatternsKey = 'patn'; // bool 00179 00182 #define kAITransformSelectionAgainAction "adobe_transformAgain" 00183 00184 00187 #define kAISendSelectionToFrontAction "adobe_sendToFront" 00188 00190 #define kAISendSelectionToBackAction "adobe_sendToBack" 00191 00193 #define kAISendSelectionForwardAction "adobe_sendForward" 00194 00196 #define kAISendSelectionBackwardAction "adobe_sendBackward" 00197 00198 00201 #define kAICutSelectionAction "adobe_cut" 00202 00204 #define kAICopySelectionAction "adobe_copy" 00205 00207 #define kAIClearSelectionAction "adobe_clear" 00208 00209 00212 #define kAIPasteClipboardAction "adobe_paste" 00213 00216 #define kAIPasteClipboardInFrontAction "adobe_pasteInFront" 00217 00220 #define kAIPasteClipboardInBackAction "adobe_pasteInBack" 00221 00222 00225 #define kAISelectAllAction "adobe_selectAll" 00226 00228 #define kAIDeselectAllAction "adobe_deselectAll" 00229 00230 00233 #define kAIGroupSelectionAction "adobe_group" 00234 00236 #define kAIUngroupSelectionAction "adobe_ungroup" 00237 00238 00241 #define kAILockSelectionAction "adobe_lock" 00242 00244 #define kAIUnlockAllAction "adobe_unlockAll" 00245 00246 00249 #define kAIHideSelectionAction "adobe_hideSelection" 00250 00252 #define kAIShowAllAction "adobe_showAll" 00253 00256 #define kAIRemoveAnchorPointsAction "adobe_removeAnchorPoints" 00257 00260 #define kAIMakeMaskFromSelectionAction "adobe_makeMask" 00261 00263 #define kAIReleaseSelectedMasksAction "adobe_releaseMask" 00264 00266 #define kAIEditSelectedMasksAction "adobe_editMask" 00267 00268 00269 00272 #define kAIMakeCompoundFromSelectionAction "adobe_makeCompound" 00273 00275 #define kAIReleaseSelectedCompoundAction "adobe_releaseMask" 00276 00277 00280 #define kAIMakeCropMarksFromSelectionAction "adobe_makeCropMark" 00281 00283 #define kAIReleaseCropMarksAction "adobe_releaseCropMark" 00284 00285 00290 #define kAIShowHideGuidesAction "adobe_showGuide" 00291 00292 const ActionParamKeyID kAIShowHideGuidesKey = 'show'; // bool 00293 00298 #define kAILockOrUnlockGuidesAction "adobe_lockGuide" 00299 00300 const ActionParamKeyID kAIAILockOrUnlockGuidesKey = 'lock'; // bool 00301 00302 00305 #define kAIMakeGuidesFromSelectionAction "adobe_makeGuide" 00306 00308 #define kAIReleaseAllGuidesAction "adobe_releaseGuide" 00309 00311 #define kAIDeleteAllGuidesAction "adobe_clearGuide" 00312 00313 00328 #define kAISetObjectAttributesAction "adobe_attributePalette" 00329 00330 const ActionParamKeyID kAISetObjectAttributesShowCenterKey = 'cntr'; // bool 00332 const ActionParamKeyID kAISetObjectAttributesReverseDirectionKey = 'rvpt'; // bool 00335 const ActionParamKeyID kAISetObjectAttributesFillRuleKey = 'rule'; // enum 00337 const ActionParamKeyID kAISetObjectAttributesResolutionKey = 'rslt'; // real 00339 const ActionParamKeyID kAISetObjectAttributesOverprintFillKey = 'fill'; // bool 00341 const ActionParamKeyID kAISetObjectAttributesOverprintStrokeKey = 'strk'; // bool 00343 const ActionParamKeyID kAISetObjectAttributesNoteKey = 'note'; // string 00345 const ActionParamKeyID kAISetObjectAttributesURLKey = 'url.'; // string 00348 const ActionParamKeyID kAISetObjectAttributesImageMapKey = 'imap'; // enum 00349 00350 00351 #endif |
||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||