#include <promeki/core/namespace.h>#include <promeki/core/objectbase.h>#include <promeki/core/rect.h>#include <promeki/core/list.h>
Go to the source code of this file.
Classes | |
| class | TuiLayout |
| Abstract base class for TUI layout managers. More... | |
| class | TuiBoxLayout |
| Layout that arranges widgets in a horizontal or vertical line. More... | |
| class | TuiHBoxLayout |
| Horizontal box layout (left to right). More... | |
| class | TuiVBoxLayout |
| Vertical box layout (top to bottom). More... | |
| class | TuiGridLayout |
| Grid layout with rows and columns. More... | |
Enumerations | |
| enum | TuiBoxDirection { LeftToRight , RightToLeft , TopToBottom , BottomToTop } |
| Box layout direction. | |
See LICENSE file in the project root folder for license information.