KDStateMachineEditor API Documentation 2.1
|
#include <quicksceneitem_p.h>
Public Member Functions | |
QuickTransitionItem (QQuickItem *parent=nullptr) | |
void | setElement (KDSME::Element *element) override |
![]() | |
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 | |
![]() | |
void | activenessChanged (qreal activeness) |
void | clicked () |
void | elementChanged (KDSME::Element *element) |
void | sceneChanged (KDSME::StateMachineScene *scene) |
void | shapeChanged (const QPainterPath &shape) |
![]() | |
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 | setScene (KDSME::StateMachineScene *scene) |
![]() | |
qreal | activeness |
KDSME::Element * | element |
KDSME::StateMachineScene * | scene |
QPainterPath | shape |
Definition at line 87 of file quicksceneitem_p.h.
|
explicit |
Definition at line 202 of file quicksceneitem.cpp.
|
overridevirtual |
Reimplemented from QuickSceneItem.
Definition at line 207 of file quicksceneitem.cpp.
References QuickSceneItem::element, QuickSceneItem::setElement(), KDSME::Transition::sourceStateChanged(), and KDSME::Transition::targetStateChanged().