Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ addView
Method
addView
src/app/ui/workspace.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Workspace::addView(WorkspaceView* view, int pos)
64
{
65
addViewToPanel(&m_mainPanel, view, false, pos);
66
}
67
68
void Workspace::removeView(WorkspaceView* view)
69
{
Callers
6
onAddDocument
Method · 0.45
onRecoverSprites
Method · 0.45
showHomeOnOpen
Method · 0.45
showHome
Method · 0.45
showDevConsole
Method · 0.45
addViewToPanel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected