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

Public Types | |
| enum | { kDefaultIID = IID_INAMEDGRIDINFO } |
Public Member Functions | |
| virtual const PMString | GetName () const =0 |
| virtual void | SetName (const PMString &s, bool16 translatable=kFalse)=0 |
| virtual void | SetKeyboardShortcut (uint16 virtualKey, int16 modifiers)=0 |
| virtual uint16 | GetKeyboardShortcut (int16 *modifiers) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for the non grid data parts of a named grid.
| pure virtual |
Get the keyboard shortcut that triggers this named grid.
| modifiers | MAY NOT BE NIL. |
| pure virtual |
Returns the name of the named grid.
| pure virtual |
Set the keyboard shortcut that triggers this named grid.
| virtualKey | is the key code. |
| modifiers | are the modifier keys. |
| pure virtual |
Sets the name of the named grid.
| s | IN The new name of the named grid. |
| translatable | IN Is this string translatable. |