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

Method firstSelectedTreeIndex

src/document/UBDocumentController.cpp:3948–3951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3946}
3947
3948QModelIndex UBDocumentController::firstSelectedTreeIndex()
3949{
3950 return selectedTreeIndexes().count() ? selectedTreeIndexes().first() : QModelIndex();
3951}
3952
3953UBDocumentController::DeletionType
3954UBDocumentController::deletionTypeForSelection(LastSelectedElementType pTypeSelection

Callers 2

persistMethod · 0.80
copyDocumentSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected