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

Public Types | |
| enum | { kDefaultIID = IID_IEDITTOPICENTRYCMDDATA } |
Public Member Functions | |
| virtual const UIDRef & | GetTopicListUIDRef () const =0 |
| virtual void | SetTopicListUIDRef (const UIDRef &topicListUIDRef)=0 |
| virtual const IndexTopicEntry & | GetFromTopicEntry () const =0 |
| virtual void | SetFromTopicEntry (const IndexTopicEntry &fromTopicEntry)=0 |
| virtual const IndexTopicEntry & | GetToTopicEntry () const =0 |
| virtual void | SetToTopicEntry (const IndexTopicEntry &toTopicEntry)=0 |
| virtual const UIDRef & | GetEditedPRef () const =0 |
| virtual void | SetEditedPRef (const UIDRef &editedPRef)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data interface used for editing a topic entry.
| pure virtual |
| pure virtual |
Retrieves the initial topic property.
| pure virtual |
Retrieves the topic list property.
| pure virtual |
Retrieves the final topic property.
| pure virtual |
| pure virtual |
Sets the initial topic property.
| fromTopicEntry | [IN] - the initial topic property. |
| pure virtual |
Sets the topic list property.
| topicListUIDRef | [IN] - UIDRef of the topic list. |
| pure virtual |
Sets the final topic property.
| toTopicEntry | [IN] - the final topic entry. |