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

Method firstScene

src/board/UBBoardController.cpp:1190–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188
1189
1190void UBBoardController::firstScene()
1191{
1192 if (mActiveSceneIndex > 0)
1193 {
1194 QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
1195 setActiveDocumentScene(0);
1196 QApplication::restoreOverrideCursor();
1197 }
1198
1199 updateActionStates();
1200}
1201
1202
1203void UBBoardController::lastScene()

Callers 3

keyPressEventMethod · 0.80
playMethod · 0.80
keyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected