Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ attachToView
Method
attachToView
src/ui/view.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void View::attachToView(Widget* viewable_widget)
62
{
63
m_viewport.addChild(viewable_widget);
64
}
65
66
Widget* View::attachedWidget()
67
{
Callers
13
fillWidgetWithXmlElementAttributesWithChildren
Method · 0.80
Console
Method · 0.80
ColorCurveWindow
Method · 0.80
DataRecoveryView
Method · 0.80
DevConsoleView
Method · 0.80
FontPopup
Method · 0.80
HomeView
Method · 0.80
DocumentView
Method · 0.80
PalettePopup
Method · 0.80
FileSelector
Method · 0.80
ColorPopup
Method · 0.80
ColorBar
Method · 0.80
Calls
1
addChild
Method · 0.80
Tested by
no test coverage detected