InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDataLoggingUtils.h
1 
2 //========================================================================================
3 //
4 // $File$
5 //
6 // Owner: Harshvardhan Singh
7 //
8 // $Author$
9 //
10 // $DateTime$
11 //
12 // $Revision$
13 //
14 // $Change $
15 // ___________________
16 //
17 // ADOBE CONFIDENTIAL
18 //
19 // Copyright 2021 Adobe
20 // All Rights Reserved.
21 //
22 // NOTICE: All information contained herein is, and remains
23 // the property of Adobe and its suppliers,
24 // if any. The intellectual and technical concepts contained
25 // herein are proprietary to Adobe and its
26 // suppliers and are protected by all applicable intellectual property
27 // laws, including trade secret and copyright laws.
28 // Dissemination of this information or reproduction of this material
29 // is strictly forbidden unless prior written permission is obtained
30 // from Adobe .
31 //
32 //========================================================================================
33 
34 #ifndef IDataLogging_h
35 #define IDataLogging_h
36 
37 #include "IPMUnknown.h"
38 
39 #include "LinksID.h"
40 
41 //NOTE: FOR INTERNAL USE ONLY..
43  public:
44  enum { kDefaultIID = IID_IDATALOGGINGUTILS};
45 
46  enum EditOriginalEvents{
47  kMenuEnum,
48  kLinksPanelEnum
49  };
50  //
54  virtual void SetkDesignLibrariesEditOriginalData(EditOriginalEvents event)=0;
55 
56 
60 
61 };
62 
63 
64 #endif /* IDataLogging_h */