#include <IInCopyPrintDialogCmdData.h>
|
| enum | { kLayoutPanel = 1, kGalleyPanel = 0 } |
| |
The type of panel displaying in the Print dialog
| virtual int32 IInCopyPrintDialogCmdData::GetCurrentPanel | ( | | ) | const |
| pure virtual |
Get method for which panel currently displaying in the print dialog
- Parameters
- Returns
- int32 kLayoutPanel or kGalleyPanel
| virtual const UIDRef& IInCopyPrintDialogCmdData::GetDocUIDRef | ( | | ) | const |
| pure virtual |
Get method for document UIDRef object
- Parameters
- Returns
- const the UIDRef of the document
| virtual bool16 IInCopyPrintDialogCmdData::GetMultiStories | ( | | ) | const |
| pure virtual |
Get method if document has multi-story
- Parameters
- Returns
- bool16 kTrue means the document has multi-story
| virtual IPrintData* IInCopyPrintDialogCmdData::GetPrintData | ( | | ) | const |
| pure virtual |
Get method for IPrintData object pointer
- Parameters
- Returns
- IPrintData*
| virtual ErrorCode IInCopyPrintDialogCmdData::GetReturnCode | ( | | ) | const |
| pure virtual |
Get method for print dialog return code
- Parameters
- Returns
- ErrorCode kSuccess or kCancel
| virtual void IInCopyPrintDialogCmdData::SetCurrentPanel | ( | const int32 | panel | ) | |
| pure virtual |
Set method for which panel displaying in the print dialog
- Parameters
| panel | kLayoutPanel, kGalleyPanel |
| virtual void IInCopyPrintDialogCmdData::SetDocUIDRef | ( | const UIDRef & | docUIDRef | ) | |
| pure virtual |
Set method for document UIDRef object to print
- Parameters
| virtual void IInCopyPrintDialogCmdData::SetMultiStories | ( | const bool16 | multi | ) | |
| pure virtual |
Set method if document has multi-story
- Parameters
| multi | kTrue means the document has multi-story |
| virtual void IInCopyPrintDialogCmdData::SetPrintData | ( | IPrintData * | iPrintData | ) | |
| pure virtual |
Set method for IPrintData object pointer for dialog use
- Parameters
| virtual void IInCopyPrintDialogCmdData::SetReturnCode | ( | const ErrorCode | returnCode | ) | |
| pure virtual |
Set method for print dialog return code
- Parameters
| returnCode | kSuccess or kCancel |