|
SHAPER
9.15.0
|
Message that sends the constraints to check or remove. More...

Public Member Functions | |
| MODELAPI_EXPORT | ModelAPI_CheckConstraintsMessage (const Events_ID theID, const void *theSender=0) |
| Creates an empty message. More... | |
| virtual MODELAPI_EXPORT | ~ModelAPI_CheckConstraintsMessage () |
| The virtual destructor. More... | |
| MODELAPI_EXPORT const std::set< ObjectPtr > & | constraints () const |
| Get list of constrains. More... | |
| MODELAPI_EXPORT void | setConstraints (const std::set< ObjectPtr > &theConstraints) |
| Set list of constrains. 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... | |
Message that sends the constraints to check or remove.
| ModelAPI_CheckConstraintsMessage::ModelAPI_CheckConstraintsMessage | ( | const Events_ID | theID, |
| const void * | theSender = 0 |
||
| ) |
Creates an empty message.
|
virtual |
The virtual destructor.
| const std::set< ObjectPtr > & ModelAPI_CheckConstraintsMessage::constraints | ( | ) | const |
Get list of constrains.
| void ModelAPI_CheckConstraintsMessage::setConstraints | ( | const std::set< ObjectPtr > & | theConstraints | ) |
Set list of constrains.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.