MCPcopy 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
199DocumentView* MainWindow::getDocView()
200{
201 return dynamic_cast<DocumentView*>(m_workspace->activeView());
202}
203
204HomeView* MainWindow::getHomeView()
205{

Callers

nothing calls this directly

Calls 1

activeViewMethod · 0.45

Tested by

no test coverage detected