InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGradFillGraphicStateData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Thanh Nguyen
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 // Interface for set/get data which is used by GradFillGfxStateObserver.cpp.
24 //
25 //========================================================================================
26 
27 #ifndef __IGradFillGraphicStateData__
28 #define __IGradFillGraphicStateData__
29 
30 
31 #include "IPMUnknown.h"
32 
37 {
38  public:
42  virtual void SetGradientColorBlockIndex(int16 blockIndex) = 0;
43 
46  virtual int16 GetGradientColorBlockIndex() = 0;
47 
51  virtual void SetColorBlockChange(bool16 isColorChange) = 0;
52 
55  virtual bool16 GetColorBlockChange() = 0;
56 
59  virtual void SetIamInSelectableDialog(bool16 inDialog) = 0;
60 
63  virtual bool16 GetIamInSelectableDialog() = 0;
64 };
65 
66 #endif // __IGradFillGraphicStateData__