#include <IApplyRendObjAttrCmdData.h>
|
| enum | { kDefaultIID = IID_IAPPLYRENDOBJATTR_CMDDATA } |
| |
A command data interface for applying a rendering attribute. There are currently three rendering attributes: kGraphicStyleFillRenderingAttrBoss, kGraphicStyleStrokeRenderingAttrBoss, and kGraphicStyleGapRenderingAttrBoss.
| virtual void IApplyRendObjAttrCmdData::DisableCommandDoNotify | ( | void | | ) | |
| pure virtual |
Disable command notification.
| virtual void IApplyRendObjAttrCmdData::DisableCommandPrePost | ( | void | | ) | |
| pure virtual |
| virtual void IApplyRendObjAttrCmdData::EnableCommandDoNotify | ( | void | | ) | |
| pure virtual |
Enable command notification.
| virtual void IApplyRendObjAttrCmdData::EnableCommandPrePost | ( | void | | ) | |
| pure virtual |
| virtual ClassID IApplyRendObjAttrCmdData::GetAttributeClassID | ( | void | | ) | |
| pure virtual |
Returns the rendering attribute class ID.
| virtual bool16 IApplyRendObjAttrCmdData::GetCommandDoNotifyFlag | ( | void | | ) | |
| pure virtual |
Returns true if the command notification flag is set.
| virtual bool16 IApplyRendObjAttrCmdData::GetCommandPrePostFlag | ( | void | | ) | |
| pure virtual |
Returns true if the command pre-post action flag is set.
| virtual IDataBase* IApplyRendObjAttrCmdData::GetDataBase | ( | void | | ) | |
| pure virtual |
Returns the command target database.
| virtual ClassID IApplyRendObjAttrCmdData::GetRenderingClassID | ( | void | | ) | |
| pure virtual |
Returns the rendering object class ID.
| virtual void IApplyRendObjAttrCmdData::SetAttributeClassID | ( | ClassID | renderingAttrClassID | ) | |
| pure virtual |
Set the renering attribute class ID for the command.
- Parameters
| renderingAttrClassID | specfies the rendering attribute class ID. |
| virtual void IApplyRendObjAttrCmdData::SetCommandDoNotifyFlag | ( | bool16 | doNotify | ) | |
| pure virtual |
Set command notification flag.
- Parameters
| doNotify | is true if command notification is set. |
| virtual void IApplyRendObjAttrCmdData::SetCommandPrePostFlag | ( | bool16 | doPrePostAction | ) | |
| pure virtual |
| virtual void IApplyRendObjAttrCmdData::SetDataBase | ( | IDataBase * | iDataBase | ) | |
| pure virtual |
Set the database for the command target.
| virtual void IApplyRendObjAttrCmdData::SetRenderingClassID | ( | ClassID | renderingClassID | ) | |
| pure virtual |