|
SHAPER
9.15.0
|
Message that the parameter should be replaced with its value. More...

Public Member Functions | |
| MODELAPI_EXPORT | ModelAPI_ReplaceParameterMessage (const Events_ID theID, const void *theSender=0) |
| Creates an empty message. More... | |
| virtual MODELAPI_EXPORT | ~ModelAPI_ReplaceParameterMessage () |
| The virtual destructor. More... | |
| MODELAPI_EXPORT ObjectPtr | object () const |
| Returns an object. More... | |
| MODELAPI_EXPORT void | setObject (ObjectPtr theObject) |
| Sets an object. 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... | |
| static MODELAPI_EXPORT void | send (ObjectPtr theObject, const void *theSender) |
| Useful method that creates and sends the AttributeEvalMessage event. More... | |
Message that the parameter should be replaced with its value.
| ModelAPI_ReplaceParameterMessage::ModelAPI_ReplaceParameterMessage | ( | const Events_ID | theID, |
| const void * | theSender = 0 |
||
| ) |
Creates an empty message.
|
virtual |
The virtual destructor.
|
inlinestatic |
Static. Returns EventID of the message.
|
static |
Useful method that creates and sends the AttributeEvalMessage event.
| ObjectPtr ModelAPI_ReplaceParameterMessage::object | ( | ) | const |
Returns an object.
| void ModelAPI_ReplaceParameterMessage::setObject | ( | ObjectPtr | theObject | ) |
Sets an object.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.