#include <ICopyDeletedTextCmdData.h>
|
| enum | { kDefaultIID = IID_ICOPYDELETEDTEXTCMDDATA } |
| |
Command data interface to get/set data for command kCopyDeletedTextCmdBoss.
| virtual IDataBase* ICopyDeletedTextCmdData::GetDestinationDB | ( | | ) | const |
| pure virtual |
Get method to get the database the deleted text will be copied to.
- Returns
- IDataBase* the destination database.
| virtual UID ICopyDeletedTextCmdData::GetDestinationStoryUID | ( | | ) | const |
| pure virtual |
Get method to get the story uid the deleted text will be copied to.
- Returns
- UID the destination story UID.
| virtual void ICopyDeletedTextCmdData::SetDestinationDB | ( | IDataBase * | db | ) | |
| pure virtual |
Set method to set the database the deleted text will be copied to.
- Parameters
| db | the destination database ptr. |
| virtual void ICopyDeletedTextCmdData::SetDestinationStoryUID | ( | UID | destStoryUID | ) | |
| pure virtual |
Set method to set the story uid the deleted text will be copied to.
- Parameters
| destStoryUID | the destination story UID. |