|
SHAPER
9.15.0
|
Message that style of visualization of parameter is changed. More...

Public Member Functions | |
| SKETCHPLUGIN_EXPORT | SketchPlugin_MacroArcReentrantMessage (const Events_ID theID, const void *theSender) |
| Creates an empty message. More... | |
| virtual SKETCHPLUGIN_EXPORT | ~SketchPlugin_MacroArcReentrantMessage () |
| The virtual destructor. More... | |
| SKETCHPLUGIN_EXPORT void | setTypeOfCreation (const std::string &theType) |
| Stores type of creation. More... | |
| SKETCHPLUGIN_EXPORT std::string | typeOfCreation () const |
| Returns type of creation. More... | |
| MODELAPI_EXPORT void | setCreatedFeature (const std::shared_ptr< ModelAPI_Feature > &theFeature) |
| Fills previous feature parameter. More... | |
| MODELAPI_EXPORT const std::shared_ptr< ModelAPI_Feature > & | createdFeature () const |
| Returns previous feature parameter. More... | |
| MODELAPI_EXPORT void | setSelectedObject (const std::shared_ptr< ModelAPI_Object > &theObject) |
| Fills selected object parameter \theObject a feature or result. More... | |
| MODELAPI_EXPORT const std::shared_ptr< ModelAPI_Object > & | selectedObject () const |
| Returns selected object parameter. More... | |
| MODELAPI_EXPORT void | setSelectedAttribute (const std::shared_ptr< ModelAPI_Attribute > &theAttribute) |
| Fills selected attribute parameter \theAttribute. More... | |
| MODELAPI_EXPORT const std::shared_ptr< ModelAPI_Attribute > & | selectedAttribute () |
| Returns selected attribute parameter. More... | |
| MODELAPI_EXPORT void | setClickedPoint (const std::shared_ptr< GeomAPI_Pnt2d > &thePoint) |
| Fills clicked point \thePoint. More... | |
| MODELAPI_EXPORT const std::shared_ptr< GeomAPI_Pnt2d > & | clickedPoint () |
| Returns clicked point. More... | |
| const Events_ID & | eventID () const |
| Returns identifier of the message. More... | |
| void * | sender () const |
| Returns sender of the message or NULL if it is anonymous message. More... | |
Static Public Member Functions | |
| static Events_ID | eventId () |
| Static. Returns EventID of the message. More... | |
Message that style of visualization of parameter is changed.
It will be shown as expression or value
|
inline |
Creates an empty message.
|
inlinevirtual |
The virtual destructor.
|
inlinestatic |
Static. Returns EventID of the message.
|
inline |
Stores type of creation.
| the | type |
|
inline |
Returns type of creation.
|
inlineinherited |
Fills previous feature parameter.
|
inlineinherited |
Returns previous feature parameter.
|
inlineinherited |
Fills selected object parameter \theObject a feature or result.
|
inlineinherited |
Returns selected object parameter.
|
inlineinherited |
Fills selected attribute parameter \theAttribute.
|
inlineinherited |
Returns selected attribute parameter.
|
inlineinherited |
Fills clicked point \thePoint.
|
inlineinherited |
Returns clicked point.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.