MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / switchToBoardWidget

Method switchToBoardWidget

src/gui/UBMainWindow.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void UBMainWindow::switchToBoardWidget()
103{
104 if (mBoardWidget)
105 {
106 mStackedLayout->setCurrentWidget(mBoardWidget);
107 }
108}
109
110void UBMainWindow::addWebWidget(QWidget *pWidget)
111{

Callers 1

showBoardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected