#include <IImportEPSCmdData.h>
Settings for the command data to import an EPS - kImportEPSCmdBoss
| virtual bool16 IImportEPSCmdData::GetAddProColor | ( | | ) | const |
| pure virtual |
Get add process colors - currently unsupported don't use
- Returns
- bool16 whether to add process colors or not
| virtual bool16 IImportEPSCmdData::GetCreateFrame | ( | | ) | const |
| pure virtual |
Get create frame from clipping path
- Returns
- bool16 whether to create clipping path frame or not
| virtual IDataBase* IImportEPSCmdData::GetEPSDB | ( | | ) | const |
| pure virtual |
Get EPS database
- Returns
- IDataBase* pointer to the database
| virtual UID IImportEPSCmdData::GetEPSUID | ( | | ) | const |
| pure virtual |
Get EPS UID
- Returns
- UID of the EPS page item
| virtual bool16 IImportEPSCmdData::GetImportDCS | ( | | ) | const |
| pure virtual |
Get import nested DCS - currently unsupported don't use
- Returns
- bool16 whether to import nested DCS or not
| virtual UID IImportEPSCmdData::GetPreview | ( | | ) | const |
| pure virtual |
Get UID for the EPS proxy preview
- Returns
- UID for the EPS proxy
| virtual bool16 IImportEPSCmdData::GetReadOPI | ( | | ) | const |
| pure virtual |
Get read nested OPI comments
- Returns
- bool16 whether to read OPI comments or not
| virtual IPMStream* IImportEPSCmdData::GetStream | ( | | ) | const |
| pure virtual |
Get the EPS stream to import
- Returns
- IPMStream* pointer to the EPS import stream
| virtual PMReal IImportEPSCmdData::GetTargetRes | ( | | ) | const |
| pure virtual |
Get the target resolution
- Returns
- PMReal the target resolution
| virtual UIFlags IImportEPSCmdData::GetUIFlags | ( | | ) | const |
| pure virtual |
Get the current UI flags
- Returns
- UIFlags current UI flags
| virtual void IImportEPSCmdData::Set | ( | IDataBase * | db, | | | const UID | uid, | | | const PMReal & | targetRes, | | | IPMStream * | pStreamToImport, | | | const UIFlags | uiFlags, | | | const bool16 | bAddProColor, | | | const bool16 | bImportDCS, | | | const bool16 | bReadOPI, | | | const bool16 | bCreateFrame, | | | UID | uidPreview | | ) | | |
| pure virtual |
Set method for all parameters
- Parameters
| db | IN the database for the EPS |
| uid | IN the UID of the EPS |
| targetRes | IN the target display resolution |
| pStreamToImport | IN the stream to the EPS |
| uiFlags | IN the current UI flags |
| bAddProColor | IN add process colors - currently unsupported don't use |
| bImportDCS | IN import nested DCS - currently unsupported don't use |
| bReadOPI | IN read nested OPI comments |
| bCreateFrame | IN create frame from clipping path |
| uidPreview | IN UID of the EPS proxy preview |