InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
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
44
class
IGraphicAttrProxySuite
:
public
IPMUnknown
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
//____________________________________________________________________________________
55
enum
ActiveProxyType
56
{
59
kDefaultProxyType
,
62
kNoActiveProxyType
,
65
kTextProxyType
,
68
kLayoutProxyType
69
};
70
71
//____________________________________________________________________________________
72
// Public accessors
73
//____________________________________________________________________________________
74
public
:
79
virtual
bool16
CanSwapActiveProxyType
(
ActiveProxyType
proxyType) = 0;
83
virtual
void
SwapActiveProxyType
(
ActiveProxyType
proxyType) = 0;
86
virtual
IGraphicAttrProxySuite::ActiveProxyType
GetActiveProxyType
(
void
) = 0;
87
88
};
89
90
//____________________________________________________________________________________
91
// Used internally for communication between ASB and CSB
92
//____________________________________________________________________________________
93
DECLARE_BASE_TYPE(
IGraphicAttrProxySuite::ActiveProxyType
);
94
98
class
GfxAttrProxySuiteMsg
:
public
SelectionSuiteData
99
{
100
public
:
101
//____________________________________________________________________________________
102
// Data Members
103
//____________________________________________________________________________________
104
107
PMIID
messageID
;
110
IGraphicAttrProxySuite::ActiveProxyType
proxyType
;
111
};
112
113
114
#endif // _IGraphicAttrProxySuite_
tmpdoxygeninput
IGraphicAttrProxySuite.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1