InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGPUPerformancePrefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Manish Jangir
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 2019 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: All information contained herein is, and remains
20 // the property of Adobe Systems Incorporated and its suppliers,
21 // if any. The intellectual and technical concepts contained
22 // herein are proprietary to Adobe Systems Incorporated and its
23 // suppliers and may be covered by U.S. and Foreign Patents,
24 // patents in process, and are protected by trade secret or copyright law.
25 // Dissemination of this information or reproduction of this material
26 // is strictly forbidden unless prior written permission is obtained
27 // from Adobe Systems Incorporated.
28 //
29 //========================================================================================
30 
31 #ifndef __IGPUPerformancePanelPreferences__
32 #define __IGPUPerformancePanelPreferences__
33 
34 
35 #include "IPMUnknown.h"
36 #include "PerformanceUIID.h"
37 
38 
43 {
44 
45 public:
46  enum { kDefaultIID = IID_IGPUPERFORMANCEPREFERENCES };
47 
52  virtual bool16 GetEnableGPUPerformance() const = 0;
53 
59  virtual bool16 GetEnableAnimatedZoom() const = 0;
60 
63  virtual bool16 GetEnhanceThinLines() const = 0;
64 
68  virtual void SetEnableGPUPerformance( bool16 enable) = 0;
69 
73  virtual void SetEnableAnimatedZoom( bool16 enable) = 0;
74 
78  virtual void SetEnhanceThinLines( bool16 enable) = 0;
79 
83  virtual void CopyFrom(IGPUPerformancePrefs* sourceGPUPrefs) = 0;
84 };
85 
86 
87 #endif // __IGPUPerformancePanelPreferences__