Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ getDocView
Method
getDocView
src/app/ui/main_window.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
DocumentView* MainWindow::getDocView()
200
{
201
return dynamic_cast<DocumentView*>(m_workspace->activeView());
202
}
203
204
HomeView* MainWindow::getHomeView()
205
{
Callers
nothing calls this directly
Calls
1
activeView
Method · 0.45
Tested by
no test coverage detected