#include <diagramcontrollerevents.h>
Inheritance diagram for CDiagramEvent:

Public Types | |
| enum | Type { ElementControlPointInsert = CElementDocEvent::User, ElementControlPointRemove, ElementControlPointMove, ChangeElementSelection, RemoveAllSelectedElements, User = CElementDocEvent::User + 1000 } |
Public Member Functions | |
| CDiagramEvent (Type type, QObject *sender=0, Flags flags=NoFlags) | |
| virtual MvcModuleId_t | moduleId () const |
Static Public Member Functions | |
| static MvcModuleId_t | classModuleId () |
| enum CDiagramEvent::Type |
| ElementControlPointInsert | |
| ElementControlPointRemove | |
| ElementControlPointMove | |
| ChangeElementSelection | |
| RemoveAllSelectedElements | |
| User |
Reimplemented from CElementDocEvent.
| CDiagramEvent::CDiagramEvent | ( | Type | type, | |
| QObject * | sender = 0, |
|||
| Flags | flags = NoFlags | |||
| ) | [inline] |
| static MvcModuleId_t CDiagramEvent::classModuleId | ( | ) | [inline, static] |
Returns MvcDiagram::id().
Reimplemented from MvcEvent.
| virtual MvcModuleId_t CDiagramEvent::moduleId | ( | ) | const [inline, virtual] |
Returns classModuleId().
Reimplemented from MvcEvent.
1.5.2