MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / addWidget

Method addWidget

customScrollContainer.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void ScrollAreaCustom::addWidget(QWidget *newWidget, bool setAnimation){
173 newWidget->setParent(container);
174 container->AddWidget(newWidget, setAnimation);
175}
176
177void ScrollAreaCustom::removeWidget(QWidget *w){
178 container->RemoveWidget(w);

Callers 12

selectionItemMethod · 0.80
singleSelectGroupMethod · 0.80
AddItemMethod · 0.80
bigIconButtonMethod · 0.80
InitMethod · 0.80
selectCanvasMethod · 0.80
deleteCanvasMethod · 0.80
MyCanvasMethod · 0.80
InitMethod · 0.80
AddContentMethod · 0.80
SlidePageMethod · 0.80

Calls 1

AddWidgetMethod · 0.80

Tested by

no test coverage detected