MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / closeView

Method closeView

src/app/ui/workspace.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool Workspace::closeView(WorkspaceView* view, bool quitting)
79{
80 return view->onCloseView(this, quitting);
81}
82
83WorkspaceView* Workspace::activeView()
84{

Callers 3

onExecuteMethod · 0.80
onExecuteMethod · 0.80
onCloseTabMethod · 0.80

Calls 1

onCloseViewMethod · 0.45

Tested by

no test coverage detected