KDStateMachineEditor
1.0.0
A framework for creating Qt State Machine metacode using a graphical user interface
|
Classes | |
struct | Private |
Public Slots | |
bool | sendDragEnterEvent (KDSME::Element *sender, KDSME::Element *target, const QPoint &pos, const QList< QUrl > &urls) |
bool | sendDropEvent (KDSME::Element *sender, KDSME::Element *target, const QPoint &pos, const QList< QUrl > &urls) |
Signals | |
void | editModeEnabledChanged (bool editModeEnabled) |
Public Member Functions | |
EditController (StateMachineView *parent=nullptr) | |
bool | editModeEnabled () const |
void | setEditModeEnabled (bool editModeEnabled) |
Public Member Functions inherited from KDSME::AbstractController | |
AbstractController (StateMachineView *view) | |
StateMachineView * | stateMachineView () const |
Properties | |
bool | editModeEnabled |
Properties inherited from KDSME::AbstractController | |
KDSME::StateMachineView | stateMachineView |