#include <ISwatchesRIDXNotificationData.h>
|
| enum | { kDefaultIID = IID_ISWATCHESRIDXNOTIFICATIONDATA } |
| |
A data interface that specifies the data and options for each of the notification type. Used in conjunction with all IRIDXNotifierHandler that are interested in the swatches.
- See Also
- IRIDXNotifierHandler.h
| virtual const UIDList& ISwatchesRIDXNotificationData::GetDeleteSwatchList | ( | void | | ) | const |
| pure virtual |
Returns the list of swatches being deleted.
- Returns
- the list of swatches being deleted.
| virtual UIDRef ISwatchesRIDXNotificationData::GetDeleteSwatchReplacement | ( | void | | ) | const |
| pure virtual |
Returns the swatch replacement for the swatch being deleted.
- Returns
- the swatch replacment. If returned UIDRef is UIDRef::gNull, then the swatch being deleted should be converted to local (unnamed) swatch.
Return the swatch referenced option. This is the option with which the swatch references are computed.
- Returns
- the reference option.
| virtual void ISwatchesRIDXNotificationData::SetDeleteSwatchList | ( | const UIDList & | deleteSwatchList | ) | |
| pure virtual |
Set the list of swatches being deleted.
- Parameters
| deleteSwatchList | the list of swatches being deleted. |
| virtual void ISwatchesRIDXNotificationData::SetDeleteSwatchReplacement | ( | const UIDRef & | replacementRef | ) | |
| pure virtual |
Set the swatch replacement for the swatch being deleted.
- Parameters
| replacementRef | the swatch replacment. If replacment is set to UIDRef::gNull, then the swatch being deleted should be converted to local (unnamed) swatch. |
Set the swatch referenced option. This is the option with which the swatch references are computed.
- Parameters
- See Also
- ISwatchUtils.h