AUI Framework
develop
Cross-platform base for C++ UI apps
|
Places views in a stack (along z axis). More...
#include <AUI/Layout/AStackedLayout.h>
Public Member Functions | |
void | onResize (int x, int y, int width, int height) override |
int | getMinimumWidth () override |
int | getMinimumHeight () override |
Places views in a stack (along z axis).
Declarative notation | Stacked { } Centered { } |
Stacked layout manager places views stacking them onto each other. If the view is not expanding, the view is centered.
|
overridevirtual |
Implements ALayout.
|
overridevirtual |
Implements ALayout.
|
overridevirtual |
Implements ALayout.