|
SHAPER 9.16.0
|
Interface of a class which can process specific messages. More...
#include <ModelAPI_IReentrant.h>

Public Member Functions | |
| virtual std::string | processEvent (const std::shared_ptr< Events_Message > &theMessage)=0 |
| Apply information of the message to current object. More... | |
Interface of a class which can process specific messages.
|
pure virtual |
Apply information of the message to current object.
| theMessage | a container of information |
Implemented in SketchPlugin_ConstraintAngle, SketchPlugin_Line, SketchPlugin_MacroArc, SketchPlugin_MacroCircle, SketchPlugin_MacroEllipse, SketchPlugin_MacroEllipticArc, SketchPlugin_Split, and SketchPlugin_Trim.