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

#include <ICopyNoteDataCmdData.h>

Inheritance diagram for ICopyNoteDataCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ICOPYNOTEDATACMDDATA }
 

Public Member Functions

virtual IDataBaseGetDestinationDB () const =0
 
virtual void SetDestinationDB (IDataBase *db)=0
 
virtual UID GetDestinationStoryUID () const =0
 
virtual void SetDestinationStoryUID (UID destStoryUID)=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. To set/get data for command kCopyNoteDataCmdBoss

Member Function Documentation

virtual IDataBase* ICopyNoteDataCmdData::GetDestinationDB () const
pure virtual

Get method to get the story database that the Note will be copies to.

Parameters
none
Returns
IDataBase*
virtual UID ICopyNoteDataCmdData::GetDestinationStoryUID () const
pure virtual

Get method to get the story that the Note will be copies to.

Parameters
none
Returns
UID
virtual void ICopyNoteDataCmdData::SetDestinationDB (IDataBasedb)
pure virtual

Set method to set the story database that the Note will be copies to.

Parameters
db
virtual void ICopyNoteDataCmdData::SetDestinationStoryUID (UID destStoryUID)
pure virtual

Set method to set the story that the Note will be copies to.

Parameters
destStoryUID