MCPcopy Create free account
hub / github.com/aui-framework/aui / fillWindow

Function fillWindow

examples/ui/views/src/ExampleWindow.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77using namespace declarative;
78
79void fillWindow(_<AViewContainer> t) {
80 t->setLayout(std::make_unique<AStackedLayout>());
81 t->addView(_new<ALabel>("Window contents"));
82}
83
84class AllViewsWindow : public AWindow {
85public:

Callers 1

ExampleWindowMethod · 0.85

Calls 2

setLayoutMethod · 0.80
addViewMethod · 0.45

Tested by

no test coverage detected