#include <mvcevent.h>
Inheritance diagram for MvcEvent:

Public Types | |
| enum | DestType { Unknown, Model, View, Controller } |
Public Member Functions | |
| MvcEvent (Type type) | |
| virtual MvcModuleId_t | moduleId () const |
| virtual DestType | destType () const |
Static Public Member Functions | |
| static MvcModuleId_t | classModuleId () |
| static DestType | classDestType () |
| enum MvcEvent::DestType |
| MvcEvent::MvcEvent | ( | Type | type | ) | [inline] |
| static MvcModuleId_t MvcEvent::classModuleId | ( | ) | [inline, static] |
Returns MvcCore::id().
This should be re-implemented this in the base event class of other modules.
Reimplemented in CDiagramEvent, MEDiagramElementEvent, VDiagramEvent, CDigestDbEvent, MDigestDbEvent, VDigestDbEvent, CSettingsEvent, MSettingsEvent, and VSettingsEvent.
| virtual MvcModuleId_t MvcEvent::moduleId | ( | ) | const [inline, virtual] |
Returns classModuleId().
This should be re-implemented this in the base event class of other modules.
Reimplemented in CDiagramEvent, MEDiagramElementEvent, VDiagramEvent, CDigestDbEvent, MDigestDbEvent, VDigestDbEvent, CSettingsEvent, MSettingsEvent, and VSettingsEvent.
| static DestType MvcEvent::classDestType | ( | ) | [inline, static] |
| virtual DestType MvcEvent::destType | ( | ) | const [inline, virtual] |
Returns the destination type (DestType) for the event, classDestType().
1.5.2