24 #ifndef __IGuidePrefsCmdData__ 25 #define __IGuidePrefsCmdData__ 27 #include "IPMUnknown.h" 31 #include "IGuideData.h" 50 virtual void Set(
const UIDRef& doc,
54 const PMReal& threshold = kDefaultViewThreshold,
55 const UID colorUID = kInvalidUID) = 0;
56 virtual const UIDRef& GetDocument()
const = 0;
57 virtual const bool16 GetGuidesInBack()
const = 0;
58 virtual const bool16 GetGuidesShown()
const = 0;
59 virtual const bool16 GetGuidesLocked()
const = 0;
60 virtual const PMReal& GetGuidesViewThreshold()
const = 0;
61 virtual const UID GetGuidesColorUID()
const = 0;
67 #endif // __IGuidePrefsCmdData__