InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GTTxtEdtUtils Class Reference
Inheritance diagram for GTTxtEdtUtils:
CPMUnknown< IGTTxtEdtUtils >IGTTxtEdtUtilsIPMUnknown

Public Member Functions

 GTTxtEdtUtils (IPMUnknown *boss)
 
virtual ~GTTxtEdtUtils ()
 
void ActivateStory (ISelectionManager *pSelectionManager, UIDRef storyUIDRef, int32 storyIndex=0)
 
- Public Member Functions inherited from CPMUnknown< IGTTxtEdtUtils >
IPMUnknownQueryInterface (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
 
CPMUnknownoperator= (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
 

Detailed Description

Utility functionality for the GoTo plug-in

Constructor & Destructor Documentation

GTTxtEdtUtils::GTTxtEdtUtils (IPMUnknownboss)

Constructor.

GTTxtEdtUtils::~GTTxtEdtUtils ()
virtual

Destructor.

Member Function Documentation

void GTTxtEdtUtils::ActivateStory (ISelectionManagerpSelectionManager,
UIDRef storyUIDRef,
int32 storyIndex = 0 
)
virtual
Activates the nominated story at the specified position. 

Activating a story will enable the text editor.

Parameters
pSelectionManagerIN the active selection manager.
storyUIDRefIN the story that is to be activated.
storyIndexIN the position the caret is set to.

Implements IGTTxtEdtUtils.