InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPreflightArtworkContext.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Phillips
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 
25 #include "IPMUnknown.h"
26 #include "PackageAndPreflightID.h"
27 
32 
107 {
108 public:
109  enum { kDefaultIID = IID_IPREFLIGHTARTWORKCONTEXT };
110 
119  virtual int32 GetContextDepth(bool stopAtOne = kFalse) const = 0;
120 
131  virtual int32 GetShapeContextDepth(ClassID subpartID = kInvalidClass, bool stopAtOne = kFalse) const = 0;
132 
139  virtual int32 GetTextContextDepth(bool stopAtOne = kFalse) const = 0;
140 
147  virtual int32 GetTableContextDepth(bool stopAtOne = kFalse) const = 0;
148 
155  virtual int32 GetOPIContextDepth(bool stopAtOne = kFalse) const = 0;
156 
166  virtual IPreflightArtworkContext* QueryParentContext(int32 depth = 0) const = 0;
167 
174  virtual IPreflightArtworkShapeContext* QueryParentShapeContext(int32 depth = 0) const = 0;
175 
184  virtual IPreflightArtworkShapeContext* QueryParentShapeContext(ClassID subpartID, int32 depth = 0) const = 0;
185 
192  virtual IPreflightArtworkTextContext* QueryParentTextContext(int32 depth = 0) const = 0;
193 
200  virtual IPreflightArtworkTableContext* QueryParentTableContext(int32 depth = 0) const = 0;
201 
208  virtual IPreflightArtworkOPIContext* QueryParentOPIContext(int32 depth = 0) const = 0;
209 };
210