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

Method selectedDocumentProxy

src/document/UBDocumentController.cpp:2037–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035
2036
2037std::shared_ptr<UBDocumentProxy> UBDocumentController::selectedDocumentProxy()
2038{
2039 return UBPersistenceManager::persistenceManager()->mDocumentTreeStructureModel->proxyForIndex(firstSelectedTreeIndex());
2040}
2041
2042QList<std::shared_ptr<UBDocumentProxy>> UBDocumentController::selectedProxies()
2043{

Callers

nothing calls this directly

Calls 1

proxyForIndexMethod · 0.80

Tested by

no test coverage detected