MCPcopy 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
63void Workspace::addView(WorkspaceView* view, int pos)
64{
65 addViewToPanel(&m_mainPanel, view, false, pos);
66}
67
68void Workspace::removeView(WorkspaceView* view)
69{

Callers 6

onAddDocumentMethod · 0.45
onRecoverSpritesMethod · 0.45
showHomeOnOpenMethod · 0.45
showHomeMethod · 0.45
showDevConsoleMethod · 0.45
addViewToPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected