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

Public Types | |
| enum | { kDefaultIID = IID_ICOLORXFORMCHANGE } |
Public Member Functions | |
| virtual void | Change (IDataBase *iDataBase, ICommand *cmdChangedBy, int32 changeFlags)=0 |
| virtual int32 | GetChangeFlags () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This is the data interface which will broadcast color transform changes. This interface live on the session boss.
| pure virtual |
Specifies a color transform change have occurred.
| iDataBase | is the database in which the change has targeted. If the database is the session database, then the scope of change is global. |
| cmndChangedBy | is the command causing the change. |
| changeFalgs | specifies the type and scope of change. |
| pure virtual |
Returns the current type of change. This should be one or more of the CXFORMFLAG_XXX_XXX flags defained above.