InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IInkMgrUIUtils.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 __IInkMgrUIUtils__
25 #define __IInkMgrUIUtils__
26 
27 #include "IPMUnknown.h"
28 #include "Utils.h"
29 
30 #include "IColorData.h"
31 
32 #include "PrintuiID.h"
33 #include "ColorSystemID.h"
34 #include "ShuksanID.h"
35 #include "PMString.h"
36 #include "UIDList.h"
37 #include "IInkData.h"
38 #include "BravoForwardDecl.h"
39 
40 
41 class IWorkspace;
42 class ISwatchList;
43 class UIDList;
44 class PMReal;
45 class IDataBase;
46 class IInkList;
47 class IPMInkBossData;
48 
49 class IInkMgrUIUtils : public IPMUnknown
50 {
51 public:
52  enum { kDefaultIID = IID_IINKMGRUIUTILS };
53 
59  virtual IInkList* QueryActiveInkList (IActiveContext* = nil) = 0;
60 
64  virtual IInkList* QueryActiveDocInkList () = 0;
65 
70  virtual void InvokeInkManagerDialog (IInkList* iInkList = nil, RsrcID dlgID = 0) = 0;
71 
72 };
73 
74 #endif