#include <ICreateGalleyViewCmdData.h>
Command data interface. To set/get the data for command kCreatePrintGalleyViewCmdBoss (creating the view to print/PDF-export)
| virtual const UIDRef& ICreateGalleyViewCmdData::GetDocUIDRef | ( | | ) | const |
| pure virtual |
Get method to get the document.
- Parameters
- Returns
- const
Get method to get IInCopyGalleySettingData interface pointer with the data from the constructed view
- Parameters
- Returns
- IInCopyGalleySettingData*
| virtual void ICreateGalleyViewCmdData::SetDocUIDRef | ( | const UIDRef & | docUIDRef | ) | |
| pure virtual |
Set method to set the document to print/PDF-export.
- Parameters