![]() | InDesign SDK 20.5 |
#include <IGraphicStateAccessor.h>

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICSTATE_ACCESSOR } |
Public Member Functions | |
| virtual UID | GetGraphicStateUID (void)=0 |
| virtual void | SetGraphicStateUID (UID gfxStateUID)=0 |
| virtual UIDRef | GetOwningWorkspace (void)=0 |
| virtual void | SetOwningWorkspace (const UIDRef &workspaceRef)=0 |
| virtual IPMUnknown * | QueryGraphicStateInterface (const PMIID &interfaceIID)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface for accessing the graphic state object.
| pure virtual |
Returns the graphic state object UID.
| pure virtual |
Returns the workspace UIDRef which owns the graphic state object.
| pure virtual |
Returns an graphic state interface specified by the interface IID.
| interfaceIID | specifies the interested interface IID. |
| pure virtual |
Set the graphic state object UID.
| gfxStateUID | is the graphic state object UID. |