MCPcopy Create free account
hub / github.com/KDAB/GammaRay / rootState

Method rootState

plugins/statemachineviewer/qsmstatemachinedebuginterface.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114State QSMStateMachineDebugInterface::rootState() const
115{
116 return toState(m_stateMachine);
117}
118
119QVector<State> QSMStateMachineDebugInterface::stateChildren(State parentId) const
120{

Callers 5

mapModelIndex2StateMethod · 0.45
indexForStateMethod · 0.45
indexMethod · 0.45
parentMethod · 0.45
repopulateGraphMethod · 0.45

Calls 1

toStateFunction · 0.70

Tested by

no test coverage detected