MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getWidget

Method getWidget

src/tools/ecode/plugins/debugger/statusdebuggercontroller.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 StatusBarElement( mainSplitter, uiSceneNode, pluginContext ) {}
111
112UIWidget* StatusDebuggerController::getWidget() {
113 return mContainer;
114}
115
116UIWidget* StatusDebuggerController::createWidget() {
117 if ( nullptr == mContainer ) {

Callers 4

onLoadProjectMethod · 0.45
closeProjectMethod · 0.45
debuggeeStoppedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected