SHAPER
9.13.0
|
Message that style of visualization of parameter is changed. More...
Public Member Functions | |
MODELAPI_EXPORT | ModelAPI_EventReentrantMessage (const Events_ID theID, const void *theSender) |
Creates an empty message. More... | |
virtual MODELAPI_EXPORT | ~ModelAPI_EventReentrantMessage () |
The virtual destructor. 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 MODELAPI_EXPORT 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
ModelAPI_EventReentrantMessage::ModelAPI_EventReentrantMessage | ( | const Events_ID | theID, |
const void * | theSender | ||
) |
Creates an empty message.
|
inlinevirtual |
The virtual destructor.
|
inlinestatic |
Static. Returns EventID of the message.
|
inline |
Fills previous feature parameter.
|
inline |
Returns previous feature parameter.
|
inline |
Fills selected object parameter \theObject a feature or result.
|
inline |
Returns selected object parameter.
|
inline |
Fills selected attribute parameter \theAttribute.
|
inline |
Returns selected attribute parameter.
|
inline |
Fills clicked point \thePoint.
|
inline |
Returns clicked point.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.