![]() | InDesign SDK 20.5 |
#include <IGPUPerformancePrefs.h>

Public Types | |
| enum | { kDefaultIID = IID_IGPUPERFORMANCEPREFERENCES } |
Public Member Functions | |
| virtual bool16 | GetEnableGPUPerformance () const =0 |
| virtual bool16 | GetEnableAnimatedZoom () const =0 |
| virtual bool16 | GetEnhanceThinLines () const =0 |
| virtual void | SetEnableGPUPerformance (bool16 enable)=0 |
| virtual void | SetEnableAnimatedZoom (bool16 enable)=0 |
| virtual void | SetEnhanceThinLines (bool16 enable)=0 |
| virtual void | CopyFrom (IGPUPerformancePrefs *sourceGPUPrefs)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Preferences for the GPU Performance Panel.
| pure virtual |
FOR INTERNAL USE ONLY.
| pure virtual |
Returns kTrue if Animated Zoom preference is enabled. Returns kFalse otherwise.
Please use GetEnableGPUPerformance() && GetEnableAnimatedZoom() when you need to know if Animated zoom preference is set and will be effective as animated zoom works only when GPU performance is enabled.
| pure virtual |
Returns kTrue if GPU Performance is enabled. Returns kFalse otherwise.
| pure virtual |
FOR INTERNAL USE ONLY.
| pure virtual |
FOR INTERNAL USE ONLY.
| pure virtual |
FOR INTERNAL USE ONLY.