![]() | InDesign SDK 20.5 |
#include <IConvertSwatchCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_ICONVERTSWATCHCMDDATA } |
Public Member Functions | |
| virtual UIDRef | GetSource ()=0 |
| virtual void | SetSource (UIDRef &refSource)=0 |
| virtual UIDRef | GetTarget ()=0 |
| virtual void | SetTarget (UIDRef &refTarget)=0 |
| virtual ISwatchList * | GetSwatchList ()=0 |
| virtual void | SetSwatchList (ISwatchList *pSwatchList)=0 |
| virtual bool16 | GetAllowCancel ()=0 |
| virtual void | SetAllowCancel (bool16 bAllow)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A swatch color conversion command data interface. This is used for converting color managed swatch color data from source profile to destination profile.
| pure virtual |
Return whether or not cancel is allowed.
| pure virtual |
Returns the target swatch list.
| pure virtual |
Set whether or not conversion can be cancelled
| bAllow | is true if conversion can be cancelled. |
| pure virtual |
| pure virtual |
Sets the target swatch list.
| pSwatchList | is the target swatch list |