Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ activeView
Method
activeView
src/app/ui/workspace.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
WorkspaceView* Workspace::activeView()
84
{
85
return (m_activePanel ? m_activePanel->activeView(): nullptr);
86
}
87
88
void Workspace::setActiveView(WorkspaceView* view)
89
{
Callers
8
onEnabled
Method · 0.45
onExecute
Method · 0.45
onEnabled
Method · 0.45
getDelta
Method · 0.45
onExecute
Method · 0.45
getDocView
Method · 0.45
onSelectTab
Method · 0.45
onWindowResize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected