#include <ShapeExtend_MsgRegistrator.hxx>
Inheritance diagram for ShapeExtend_MsgRegistrator:
Public Member Functions | |
Standard_EXPORT | ShapeExtend_MsgRegistrator () |
Creates an object. . | |
virtual Standard_EXPORT void | Send (const Handle(Standard_Transient)&object, const Message_Msg &message, const Message_Gravity gravity) |
Sends a message to be attached to the object. If the object is in the map then the message is added to the list, otherwise the object is firstly added to the map. . | |
virtual Standard_EXPORT void | Send (const TopoDS_Shape &shape, const Message_Msg &message, const Message_Gravity gravity) |
Sends a message to be attached to the shape. If the shape is in the map then the message is added to the list, otherwise the shape is firstly added to the map. . | |
const ShapeExtend_DataMapOfTransientListOfMsg & | MapTransient () const |
Returns a Map of objects and message list . | |
const ShapeExtend_DataMapOfShapeListOfMsg & | MapShape () const |
Returns a Map of shapes and message list . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
ShapeExtend_DataMapOfTransientListOfMsg | myMapTransient |
ShapeExtend_DataMapOfShapeListOfMsg | myMapShape |
|
|
|
Reimplemented from ShapeExtend_BasicMsgRegistrator. |
|
|
|
|
|
Reimplemented from ShapeExtend_BasicMsgRegistrator. |
|
Reimplemented from ShapeExtend_BasicMsgRegistrator. |
|
|
|
|