|
KDStateMachineEditor API Documentation 2.3
|
#include <quicksceneitem_p.h>


Public Member Functions | |
| QuickStateItem (QQuickItem *parent=nullptr) | |
Public Member Functions inherited from QuickSceneItem | |
| QuickSceneItem (QQuickItem *parent=nullptr) | |
| ~QuickSceneItem () | |
| qreal | activeness () const |
| KDSME::Element * | element () const |
| KDSME::StateMachineScene * | scene () const |
| void | setActiveness (qreal activeness) |
| void | setShape (const QPainterPath &shape) |
| QPainterPath | shape () const |
Additional Inherited Members | |
Signals inherited from QuickSceneItem | |
| void | activenessChanged (qreal activeness) |
| void | clicked () |
| void | elementChanged (KDSME::Element *element) |
| void | sceneChanged (KDSME::StateMachineScene *scene) |
| void | shapeChanged (const QPainterPath &shape) |
Protected Member Functions inherited from QuickSceneItem | |
| bool | contains (const QPointF &point) const override |
| QQuickItem * | itemForElement (KDSME::Element *element) const |
| void | mousePressEvent (QMouseEvent *event) override |
| void | mouseReleaseEvent (QMouseEvent *event) override |
| Q_INVOKABLE void | sendClickEvent () |
| virtual void | setElement (KDSME::Element *element) |
| virtual void | setScene (KDSME::StateMachineScene *scene) |
Properties inherited from QuickSceneItem | |
| qreal | activeness |
| KDSME::Element * | element |
| KDSME::StateMachineScene * | scene |
| QPainterPath | shape |
Definition at line 79 of file quicksceneitem_p.h.
|
explicit |
Definition at line 193 of file quicksceneitem.cpp.