InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGraphicAttrProxySuite.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: SusanCL
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef _IGraphicAttrProxySuite_
25 #define _IGraphicAttrProxySuite_
26 //========================================================================================
27 //________________________________________________________________________________________
28 // INCLUDES
29 //________________________________________________________________________________________
30  #include "IPMUnknown.h"
31  #include "ISelectionMessages.h"
32 
33  #include "GraphicStylesID.h"
34  #include "ShuksanID.h"
35 
36 //========================================================================================
37 //________________________________________________________________________________________
38 // CLASS DECLARATIONS
39 //________________________________________________________________________________________
40 
45  {
46  //____________________________________________________________________________________
47  // Data Types
48  //____________________________________________________________________________________
49  public:
50  enum { kDefaultIID = IID_IGRAPHICATTRPROXYSUITE };
51 
52  //____________________________________________________________________________________
53  // The types that can be displayed as the stroke/fill proxy
54  //____________________________________________________________________________________
56  {
69  };
70 
71  //____________________________________________________________________________________
72  // Public accessors
73  //____________________________________________________________________________________
74  public:
79  virtual bool16 CanSwapActiveProxyType (ActiveProxyType proxyType) = 0;
83  virtual void SwapActiveProxyType (ActiveProxyType proxyType) = 0;
87 
88  };
89 
90 //____________________________________________________________________________________
91 // Used internally for communication between ASB and CSB
92 //____________________________________________________________________________________
94 
99  {
100  public:
101  //____________________________________________________________________________________
102  // Data Members
103  //____________________________________________________________________________________
104 
111  };
112 
113 
114 #endif // _IGraphicAttrProxySuite_