InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IBatchPlaceTrackerHelper.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Rich Gartland
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 __IBatchPlaceTrackerHelper__
25 #define __IBatchPlaceTrackerHelper__
26 
27 // Interfaces
28 #include "IEvent.h"
29 #include "IPlaceBehavior.h"
30 
31 // Includes
32 #include "PMPoint.h"
33 #include "UIDList.h"
34 
35 // ID files
36 #include "OpenPlaceID.h"
37 
38 class IControlView ;
39 class ITextTarget ;
40 
48 {
49  public:
50  enum { kDefaultIID = IID_IBATCHPLACETRACKERHELPER };
51 
62  virtual UIDList AdjustAlreadyPlacedItems(PMPoint startPnt, IControlView* controlView, const UIDRef& parent,
63  const PMPointList& points, const IEvent& theEvent, IPlaceBehavior::eAfterPlace* afterPlace) = 0;
64 
70  virtual UIDRef ConvertPlacedItemsToInline( ITextTarget* iTextTarget ) = 0 ;
71 };
72 
73 #endif