![]() |
AITracingAction.hGo to the documentation of this file.00001 #ifndef _AITRACINGACTION_H_ 00002 #define _AITRACINGACTION_H_ 00003 00004 /* 00005 * Name: AITracingAction.h 00006 * $Revision: 1 $ 00007 * Author: 00008 * Date: 00009 * Purpose: Adobe Illustrator 10.0 Actions for envelopes. 00010 * 00011 * ADOBE SYSTEMS INCORPORATED 00012 * Copyright 2001-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 00027 00028 00029 // ----------------------------------------------------------------------------- 00030 // Action: kAITracingMenuAction 00031 // Purpose: runs some functionality accessible through the Tracing submenus 00032 // 00033 // Parameters: 00034 // - kAITracingMenuItem, enum: the menu item to run 00035 // ----------------------------------------------------------------------------- 00036 00042 #define kTracingPluginActionName "ai_plugin_tracing" 00043 00046 const ActionParamKeyID kAITracingMenuItem = 'menu'; // enum 00047 00049 #define kTracingActionMake 1 00050 00051 #define kTracingActionMakeAndExpand 2 00052 00053 #define kTracingActionRelease 4 00054 00055 #define kTracingActionExpand 6 00056 00057 00058 #endif // _AITRACINGACTION_H_ |
||||||
|
![]() |
|