#include <diagramviewevents.h>
Inheritance diagram for VDiagramEvent:

Public Types | |
| enum | Type { ElementControlPointInserted = VElementDocEvent::User, ElementControlPointRemoved, ElementControlPointMoved, ElementSelectionChanged, User = VElementDocEvent::User + 1000 } |
Public Member Functions | |
| VDiagramEvent (Type type, MvcBase *sender) | |
| virtual MvcModuleId_t | moduleId () const |
Static Public Member Functions | |
| static MvcModuleId_t | classModuleId () |
| enum VDiagramEvent::Type |
| ElementControlPointInserted | |
| ElementControlPointRemoved | |
| ElementControlPointMoved | |
| ElementSelectionChanged | |
| User |
Reimplemented from VElementDocEvent.
| static MvcModuleId_t VDiagramEvent::classModuleId | ( | ) | [inline, static] |
Returns MvcDiagram::id().
Reimplemented from MvcEvent.
| virtual MvcModuleId_t VDiagramEvent::moduleId | ( | ) | const [inline, virtual] |
Returns classModuleId().
Reimplemented from MvcEvent.
1.5.2