#include <INewPreflightProfileCmdData.h>
|
| enum | { kDefaultIID = IID_INEWPREFLIGHTPROFILECMDDATA } |
| |
This interface provides the settings to accompany a NewPreflightProfile command.
- See Also
- IPreflightProfile
| virtual bool INewPreflightProfileCmdData::GetCreatePopulated | ( | | ) | const |
| pure virtual |
- Returns
- whether to prepopulate the profile with all registered rules.
| virtual PMString INewPreflightProfileCmdData::GetDescription | ( | | ) | const |
| pure virtual |
- Returns
- the new profile's description.
| virtual IDataBase* INewPreflightProfileCmdData::GetDestinationDatabase | ( | | ) | const |
| pure virtual |
- Returns
- the database where you want the new profile to exist. If left nil the new profile will appear in the defaults database.
| virtual UIDRef INewPreflightProfileCmdData::GetDestinationProfile | ( | | ) | const |
| pure virtual |
- Returns
- the destination (newly created) profile. This is only valid AFTER the command has been processed.
| virtual PMString INewPreflightProfileCmdData::GetName | ( | | ) | const |
| pure virtual |
- Returns
- the new profile's name.
| virtual void INewPreflightProfileCmdData::SetCreatePopulated | ( | bool | populated | ) | |
| pure virtual |
Set whether to prepopulate the profile with all registered rules.
- Parameters
| populated | IN True to prepopulate with default rule data; false to create an empty profile. |
| virtual void INewPreflightProfileCmdData::SetDescription | ( | const PMString & | x | ) | |
| pure virtual |
Set the new profile's description.
- Parameters
| virtual void INewPreflightProfileCmdData::SetDestinationDatabase | ( | IDataBase * | iDB | ) | |
| pure virtual |
Set the database where you want the new profile to exist. If left nil the new profile will appear in the defaults database.
| virtual void INewPreflightProfileCmdData::SetDestinationProfile | ( | const UIDRef & | dstRef | ) | |
| pure virtual |
Set the destination (newly created) profile. This should only be set by the command itself.
- Parameters
| dstRef | IN The UIDRef of the destination. |
| virtual void INewPreflightProfileCmdData::SetName | ( | const PMString & | x | ) | |
| pure virtual |
Set the new profile's name.
- Parameters