27 #ifndef __ITransformPanelPrefsCmdData__ 28 #define __ITransformPanelPrefsCmdData__ 30 #include "IPMUnknown.h" 32 #include "TransformTypes.h" 39 virtual void SetShowContentOffset(bool16 showContentOffset) = 0;
40 virtual void SetScaleStrokes(bool16 scaleStrokes) = 0;
41 virtual void SetScaleUsingLens(bool16) = 0;
42 virtual void SetScaleXPEffects(bool16 scaleXPEffects) = 0;
46 virtual bool16 GetShowContentOffset()
const = 0;
47 virtual bool16 GetScaleStrokes()
const = 0;
48 virtual bool16 GetScaleUsingLens()
const = 0;
49 virtual bool16 GetScaleXPEffects()
const = 0;
51 virtual bool16 GetChangeCoordinateSpace()
const = 0;
52 virtual bool16 GetChangeShowStrokeBounds()
const = 0;
53 virtual bool16 GetChangeShowContentOffset()
const = 0;
54 virtual bool16 GetChangeScaleStrokes()
const = 0;
55 virtual bool16 GetChangeScaleUsingLens()
const = 0;
56 virtual bool16 GetChangeScaleXPEffects()
const = 0;
60 #endif // __ITransformPanelPrefsCmdData__