|
SHAPER
9.15.0
|
Message that feature was deleted (used for Object Browser update) More...

Public Member Functions | |
| virtual const std::list< std::pair< std::shared_ptr< ModelAPI_Document >, std::string > > & | groups () const =0 |
| Returns the groups where the objects were deleted. More... | |
| virtual std::shared_ptr< Events_MessageGroup > | newEmpty ()=0 |
| Creates the new empty message of this kind. More... | |
| virtual const Events_ID | messageId ()=0 |
| Returns the identifier of the kind of a message. More... | |
| virtual void | Join (const std::shared_ptr< Events_MessageGroup > &theJoined)=0 |
| Appends to this message the given one. 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... | |
Protected Member Functions | |
| ModelAPI_ObjectDeletedMessage (const Events_ID theID, const void *theSender=0) | |
| Creates an empty message. More... | |
| virtual | ~ModelAPI_ObjectDeletedMessage () |
| The virtual destructor. More... | |
Message that feature was deleted (used for Object Browser update)
|
protected |
Creates an empty message.
|
protectedvirtual |
The virtual destructor.
|
pure virtual |
Returns the groups where the objects were deleted.
Implemented in Model_ObjectDeletedMessage.
|
pure virtual |
Creates the new empty message of this kind.
Implements Events_MessageGroup.
Implemented in Model_ObjectDeletedMessage.
|
pure virtual |
Returns the identifier of the kind of a message.
Implemented in Model_ObjectDeletedMessage.
|
pure virtual |
Appends to this message the given one.
Implements Events_MessageGroup.
Implemented in Model_ObjectDeletedMessage.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.