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

Method previousScene

src/board/UBBoardController.cpp:1164–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162}
1163
1164void UBBoardController::previousScene()
1165{
1166 if (mActiveSceneIndex > 0)
1167 {
1168 QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
1169 setActiveDocumentScene(mActiveSceneIndex - 1);
1170 QApplication::restoreOverrideCursor();
1171 }
1172
1173 updateActionStates();
1174}
1175
1176
1177void UBBoardController::nextScene()

Callers 4

keyPressEventMethod · 0.80
eventMethod · 0.80
playMethod · 0.80
keyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected