#include <ICopyNoteDataCmdData.h>
|
| enum | { kDefaultIID = IID_ICOPYNOTEDATACMDDATA } |
| |
Command data interface. To set/get data for command kCopyNoteDataCmdBoss
| virtual IDataBase* ICopyNoteDataCmdData::GetDestinationDB | ( | | ) | const |
| pure virtual |
Get method to get the story database that the Note will be copies to.
- Parameters
- Returns
- IDataBase*
| virtual UID ICopyNoteDataCmdData::GetDestinationStoryUID | ( | | ) | const |
| pure virtual |
Get method to get the story that the Note will be copies to.
- Parameters
- Returns
- UID
| virtual void ICopyNoteDataCmdData::SetDestinationDB | ( | IDataBase * | db | ) | |
| pure virtual |
Set method to set the story database that the Note will be copies to.
- Parameters
| virtual void ICopyNoteDataCmdData::SetDestinationStoryUID | ( | UID | destStoryUID | ) | |
| pure virtual |
Set method to set the story that the Note will be copies to.
- Parameters