#include <IBookContentCmdData.h>
|
| enum | { kDefaultIID = IID_IBOOKCONTENTCMDDATA } |
| |
Get the list of IDFiles related to the contents.
- Parameters
- Returns
- K2Vector<IDFile>& the list of IDFiles related to the contents.
| virtual UIDList* IBookContentCmdData::GetContentList | ( | | ) | |
| pure virtual |
Get the UID list of book contents to be operated on(insert/remove).
- Parameters
- Returns
- UIDList* the UID list of book contents.
| virtual int32 IBookContentCmdData::GetDestPosition | ( | | ) | |
| pure virtual |
Get the position where we want to insert the content within the book.
- Parameters
- Returns
- int32 the destination.
| virtual IDFile& IBookContentCmdData::GetTargetBook | ( | | ) | |
| pure virtual |
Get the book which the contents are targeting to.
- Parameters
- Returns
- IDFile& the book which the contents are targeting to.
| virtual void IBookContentCmdData::SetContentFile | ( | K2Vector< IDFile > & | contentFileList | ) | |
| pure virtual |
Set the list of IDFiles representing the book contents to be operated on.
- Parameters
| contentFileList | IN the list of contents to be operated on. |
| virtual void IBookContentCmdData::SetContentList | ( | UIDList * | contentList | ) | |
| pure virtual |
Set the UID list of book contents to be operated on(insert/remove).
- Parameters
| contentList | IN the UID list of book contents. |
| virtual void IBookContentCmdData::SetDestPosition | ( | int32 | destPos | ) | |
| pure virtual |
Set the position where we want want to insert the content within the book
- Parameters
| destPos | IN the destination. |
| virtual void IBookContentCmdData::SetTargetBook | ( | const IDFile & | bookFile | ) | |
| pure virtual |
Set the book which the contents are targeting to.
- Parameters
| bookFile | IN the target book. |