| 1057 | } |
| 1058 | |
| 1059 | enum InspectorUI::State |
| 1060 | InspectorUI::getState(void) const |
| 1061 | { |
| 1062 | return this->state; |
| 1063 | } |
| 1064 | |
| 1065 | void |
| 1066 | InspectorUI::pushControl(InspectorCtl *ctl) |
nothing calls this directly
no outgoing calls
no test coverage detected