24 #ifndef __IGuidePrefs__ 25 #define __IGuidePrefs__ 27 #include "IPMUnknown.h" 40 enum { kDefaultIID = IID_IGUIDEPREFERENCES };
47 virtual void SetGuidesInBack(
const bool16 bBack) = 0;
48 virtual const bool16 GetGuidesInBack() = 0;
51 virtual void SetGuidesShown(
const bool16 bShown) = 0;
52 virtual const bool16 GetGuidesShown() = 0;
55 virtual void SetGuidesLocked(
const bool16 bLocked) = 0;
56 virtual const bool16 GetGuidesLocked() = 0;
59 virtual void SetGuidesThreshold(
const PMReal threshold) = 0;
60 virtual PMReal GetGuidesThreshold() = 0;
63 virtual void SetGuidesColor(
const UID uiColorUID) = 0;
64 virtual UIDRef GetGuidesColor() = 0;
66 virtual const bool16 GetGuidesShown_DURING_CONVERSION_ONLY() = 0;
67 virtual const bool16 GetGuidesLocked_DURING_CONVERSION_ONLY() = 0;
68 virtual int32 GetGuidesColorIndex_DURING_CONVERSION_ONLY() = 0;