InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRemoveUnusedTopicsCmdData Class Referenceabstract

#include <IRemoveUnusedTopicsCmdData.h>

Inheritance diagram for IRemoveUnusedTopicsCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IREMOVEUNUSEDTOPICSCMDDATA }
 

Public Member Functions

virtual const UIDRefGetTopicListUIDRef () const =0
 
virtual void SetTopicListUIDRef (const UIDRef &topicListUIDRef)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Command data interface associated with kRemoveUnusedTopicsCmdBoss.

See Also
kRemoveUnusedTopicsCmdBoss

Member Function Documentation

virtual const UIDRef& IRemoveUnusedTopicsCmdData::GetTopicListUIDRef () const
pure virtual

Gets the target topic list for the command.

Returns
the UIDRef of the target topic list.
virtual void IRemoveUnusedTopicsCmdData::SetTopicListUIDRef (const UIDReftopicListUIDRef)
pure virtual

Sets the target topic list for the command.

Parameters
topicListUIDRef[IN] - the UIDRef of the target topic list.