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

Method stateLabel

plugins/statemachineviewer/qsmstatemachinedebuginterface.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176QString QSMStateMachineDebugInterface::stateLabel(State state) const
177{
178 return Util::displayString(fromState(state));
179}
180
181StateType QSMStateMachineDebugInterface::stateType(State stateId) const
182{

Callers 4

setFilteredStatesMethod · 0.45
stateEnteredMethod · 0.45
stateExitedMethod · 0.45
addStateMethod · 0.45

Calls 2

displayStringFunction · 0.85
fromStateFunction · 0.70

Tested by

no test coverage detected