![]() | InDesign SDK 20.5 |

Public Member Functions | |
| GTTxtEdtUtils (IPMUnknown *boss) | |
| virtual | ~GTTxtEdtUtils () |
| void | ActivateStory (ISelectionManager *pSelectionManager, UIDRef storyUIDRef, int32 storyIndex=0) |
Public Member Functions inherited from CPMUnknown< IGTTxtEdtUtils > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IGTTxtEdtUtils | |
| enum | { kDefaultIID = IID_IGTTXTEDTUTILS } |
Protected Member Functions inherited from CPMUnknown< IGTTxtEdtUtils > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IGTTxtEdtUtils > | |
| HelperInterface | fHelperInterface |
Utility functionality for the GoTo plug-in
| GTTxtEdtUtils::GTTxtEdtUtils | ( | IPMUnknown * | boss | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Activates the nominated story at the specified position.
Activating a story will enable the text editor.
| pSelectionManager | IN the active selection manager. |
| storyUIDRef | IN the story that is to be activated. |
| storyIndex | IN the position the caret is set to. |
Implements IGTTxtEdtUtils.