27 #ifndef __ITransformPanelPrefs__ 28 #define __ITransformPanelPrefs__ 30 #include "IPMUnknown.h" 33 #include "TransformTypes.h" 38 enum { kDefaultIID = IID_ITRANSFORMPANELPREFERENCES };
49 virtual void SetShowContentOffset(bool16 bShowContentOffset) = 0;
50 virtual bool16 GetShowContentOffset() = 0;
53 virtual void SetScaleStrokes(bool16 bScaleStrokes) = 0;
54 virtual bool16 GetScaleStrokes() = 0;
58 virtual void SetScaleUsingLens( bool16 ) = 0;
59 virtual bool16 GetScaleUsingLens() = 0;
62 virtual void SetScaleXPEffects(bool16 bScaleXPEffects) = 0;
63 virtual bool16 GetScaleXPEffects() = 0;