MCPcopy 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
61void View::attachToView(Widget* viewable_widget)
62{
63 m_viewport.addChild(viewable_widget);
64}
65
66Widget* View::attachedWidget()
67{

Callers 13

ConsoleMethod · 0.80
ColorCurveWindowMethod · 0.80
DataRecoveryViewMethod · 0.80
DevConsoleViewMethod · 0.80
FontPopupMethod · 0.80
HomeViewMethod · 0.80
DocumentViewMethod · 0.80
PalettePopupMethod · 0.80
FileSelectorMethod · 0.80
ColorPopupMethod · 0.80
ColorBarMethod · 0.80

Calls 1

addChildMethod · 0.80

Tested by

no test coverage detected