terminalgui  0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
tgchildfillsparentlayout.h
1 #pragma once
2 
3 #include "tglayout.h"
4 
5 namespace Tg {
11 {
12 public:
14 
15  void doLayout() override;
16 };
17 }
Tg::Layout
Helper class for Widget, manages positions and sizes of Widget's children.
Definition: tglayout.h:17
Tg
All Terminal GUI classes (both core and widgets) are defined within the Tg namespace.
Definition: tgcolor.h:6
Tg::ChildFillsParentLayout
This Layout works only on a single child of parent() Widget and stretches it to fill the parent().
Definition: tgchildfillsparentlayout.h:11
Tg::ChildFillsParentLayout::doLayout
void doLayout() override
Lays out children of Widget (parent).
Definition: tgchildfillsparentlayout.cpp:10