InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGuidePrefsCmdData Class Referenceabstract

#include <IGuidePrefsCmdData.h>

Inheritance diagram for IGuidePrefsCmdData:
IPMUnknown

Public Member Functions

virtual void Set (const UIDRef &doc, const bool16 inBack, const bool16 shown, const bool16 locked, const PMReal &threshold=kDefaultViewThreshold, const UID colorUID=kInvalidUID)=0
 
virtual const UIDRefGetDocument () const =0
 
virtual const bool16 GetGuidesInBack () const =0
 
virtual const bool16 GetGuidesShown () const =0
 
virtual const bool16 GetGuidesLocked () const =0
 
virtual const PMRealGetGuidesViewThreshold () const =0
 
virtual const UID GetGuidesColorUID () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Command data interface for guide prefs commands. Includes :

  • guides drawn in front or back
  • guides shown or hidden
  • guides locked or unlocked Affects margin, column and ruler guides.
See Also
IGuidePrefs
kSetGuidePrefsCmdBoss
kGuideItemBoss