InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDynamicTargetsFacade.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: SusanCL
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
20 // with the terms of the Adobe license agreement accompanying it. If you have received
21 // this file from a source other than Adobe, then your use, modification, or
22 // distribution of it requires the prior written permission of Adobe.
23 //
24 //========================================================================================
25 
26 #include "DynamicDocumentsID.h"
27 
28 #include "ISpreadDynamicContentMgr.h"
29 
30 #include "WideString.h"
31 #include "Utils.h"
32 
33 class IMotionPresetMgr;
34 class IMotionPresetData;
35 class ISubject;
36 
37 namespace Facade
38 {
39 
41 {
42  public:
43  enum { kDefaultIID = IID_IDYNAMICTARGETSFACADE };
44 
50  virtual UIDRef GetTargetPageItemRef (const UIDRef& targetRef) const = 0;
51 
56  virtual PMString GetTargetName (const UIDRef& targetRef) const = 0;
57 
63  virtual bool IsTargetInMSO (const UIDRef& targetRef, UIDRef& msoRef) const = 0;
64 
72  virtual bool GetTargetList (const UIDRef& ownerRef, const ISpreadDynamicContentMgr::DynamicContentType& filterType, std::vector<UID>& targetList, bool includeMasterPage = false) const = 0;
73 
74 };
75 
76 }; // namespace