|
SHAPER
9.15.0
|
Interface of a class which can process specific messages. More...

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_Trim, SketchPlugin_Split, SketchPlugin_MacroEllipticArc, SketchPlugin_MacroEllipse, SketchPlugin_MacroCircle, SketchPlugin_MacroArc, SketchPlugin_Line, and SketchPlugin_ConstraintAngle.