InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IMotionTestUtils.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 // Test Menu
26 //
27 //========================================================================================
28 #ifndef __IMotionTestUtils__
29 #define __IMotionTestUtils__
30 
31 #include "IPMUnknown.h"
32 #include "DynamicDocumentsID.h"
33 #include "Utils.h"
34 
36 {
37 public:
38  enum { kDefaultIID = IID_IMOTIONTESTUTILS };
39 
40  //virtual bool ApplyMotionPreset (const UIDList& itemList, const IDFile& presetFile, PMString& restult) = 0;
41  virtual bool ApplyMotionPreset (const UIDList& itemList, const UIDRef& presetRef, PMString& restult) = 0;
42 
43  virtual boost::shared_ptr<uint8> PeekPresetAsIDMotionXML (const UIDRef& pageItemRef, size_t& bufSize) = 0;
44 
45  virtual bool PeekPresetAsXML (const UIDRef& presetRef, PMString& result) = 0;
46 
47  virtual void ValidateMSOStateTimingMgr (const UIDRef& msoStateRef) = 0;
48 };
49 
50 #endif