16#ifndef KDSME_VIEW_STATEMACHINESCENE_P_H
17#define KDSME_VIEW_STATEMACHINESCENE_P_H
25struct StateMachineScene::Private
27 explicit Private(StateMachineScene *view);
29 State *importState(State *state);
31 void zoomByInternal(qreal scale)
const;
33 void updateItemVisibilities()
const;
34 void updateChildItemVisibility(State *state,
bool expand);
36 void setRootElement(State *root);
38 void importTransitions(State *state);
39 Transition *importTransition(Transition *transition);
45 LayoutProperties *m_properties;