#include <modelevents.h>
Inheritance diagram for MEvent:

Public Types | |
| enum | Type { ChangeController = MvcEvent::User, User = MvcEvent::User + 1000 } |
Public Member Functions | |
| MEvent (Type type) | |
| virtual DestType | destType () const |
Static Public Member Functions | |
| static DestType | classDestType () |
Using and extending MEvent offers thread-safe event queuing (using postEvent) and minial coupling.
| enum MEvent::Type |
Reimplemented in MAttributeDocEvent, MDocEvent, MElementDocEvent, MEElementEvent, MEDiagramElementEvent, MDigestDbEvent, and MSettingsEvent.
| MEvent::MEvent | ( | Type | type | ) | [inline] |
| static DestType MEvent::classDestType | ( | ) | [inline, static] |
Returns the desination type for this event, which is MvcEvent::Model.
Reimplemented from MvcEvent.
| virtual DestType MEvent::destType | ( | ) | const [inline, virtual] |
Returns classDestType().
Reimplemented from MvcEvent.
1.5.2