AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AStackedLayout Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ getMinimumHeight()

int AStackedLayout::getMinimumHeight ( )
overridevirtual

Implements ALayout.

◆ getMinimumWidth()

int AStackedLayout::getMinimumWidth ( )
overridevirtual

Implements ALayout.

◆ onResize()

void AStackedLayout::onResize ( int x,
int y,
int width,
int height )
overridevirtual

Implements ALayout.


The documentation for this class was generated from the following file:
Inheritance diagram for AStackedLayout:
Collaboration diagram for AStackedLayout: