|
void | layout () |
|
void | setCurrentIndex (const QModelIndex &index) |
|
|
void | stateMachineChanged (KDSME::StateMachine *stateMachine) |
|
void | rootStateChanged (KDSME::State *state) |
|
void | currentItemChanged (KDSME::Element *currentItem) |
|
void | zoomChanged (qreal zoom) |
|
void | maximumDepthChanged (int depth) |
|
void | modelChanged (QAbstractItemModel *model) |
|
void | stateChanged (ViewState state) |
|
void | instantiatorChanged (QObject *instantiator) |
|
|
| StateMachineScene (QQuickItem *parent=nullptr) |
|
StateModel * | stateModel () const |
|
virtual void | setModel (QAbstractItemModel *model) override |
|
State * | rootState () const |
|
void | setRootState (State *rootState) |
|
Layouter * | layouter () const |
|
void | setLayouter (Layouter *layouter) |
| Ownership is transferred.
|
|
qreal | zoom () const |
|
void | setZoom (qreal zoom) |
|
void | zoomBy (qreal scale) |
|
int | maximumDepth () const |
|
void | setMaximumDepth (int depth) |
|
LayoutProperties * | layoutProperties () const |
|
Q_INVOKABLE void | collapseItem (KDSME::State *state) |
|
Q_INVOKABLE void | expandItem (KDSME::State *state) |
|
Q_INVOKABLE bool | isItemExpanded (KDSME::State *state) const |
|
Q_INVOKABLE void | setItemExpanded (KDSME::State *state, bool expand) |
|
Q_INVOKABLE bool | isItemSelected (KDSME::Element *item) |
|
Q_INVOKABLE void | setItemSelected (KDSME::Element *item, bool selected) |
|
KDSME::Element * | currentItem () const |
|
void | setCurrentItem (KDSME::Element *item) |
|
KDSME::Element * | currentState () |
|
| AbstractScene (QQuickItem *parent=nullptr) |
|
QAbstractItemModel * | model () const |
|
virtual void | setSelectionModel (QItemSelectionModel *selectionModel) |
|
QItemSelectionModel * | selectionModel () const |
|
QQuickItem * | instantiator () const |
|
void | setInstantiator (QQuickItem *instantiator) |
|
void | setEditTriggers (EditTriggers triggers) |
|
EditTriggers | editTriggers () const |
|
QObject * | itemForIndex (const QModelIndex &index) const |
|
ViewState | viewState () const |
|
QModelIndex | currentIndex () const |
|
|
virtual void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) override |
|
virtual void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) override |
|
virtual void | rowsInserted (const QModelIndex &parent, int start, int end) override |
|
virtual void | layoutChanged () override |
|
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
|
virtual void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
|
virtual void | rowsInserted (const QModelIndex &parent, int start, int end) |
|
virtual void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
virtual void | layoutChanged () |
|
void | setViewState (ViewState state) |
|
|
enum | EditTrigger { NoEditTriggers,
SelectedClicked
} |
|
enum | ViewState { NoState,
RefreshState
} |
|
The documentation for this class was generated from the following files: