MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setState

Method setState

Default/GenericInspector/InspectorUI.cpp:1043–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043void
1044InspectorUI::setState(enum State state)
1045{
1046 this->state = state;
1047
1048 switch (state) {
1049 case ATTACHED:
1050 break;
1051
1052 case DETACHED:
1053 break;
1054 }
1055
1056 this->refreshUi();
1057}
1058
1059enum InspectorUI::State
1060InspectorUI::getState(void) const

Callers 2

attachAnalyzerMethod · 0.45
detachAnalyzerMethod · 0.45

Calls 1

refreshUiMethod · 0.95

Tested by

no test coverage detected