MCPcopy 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
83WorkspaceView* Workspace::activeView()
84{
85 return (m_activePanel ? m_activePanel->activeView(): nullptr);
86}
87
88void Workspace::setActiveView(WorkspaceView* view)
89{

Callers 8

onEnabledMethod · 0.45
onExecuteMethod · 0.45
onEnabledMethod · 0.45
getDeltaMethod · 0.45
onExecuteMethod · 0.45
getDocViewMethod · 0.45
onSelectTabMethod · 0.45
onWindowResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected