AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ALinearLayout< Storage > Class Template Reference

Implements addView/removeView/getAllViews and protected mViews field for Vertical, Horizontal and Stacked layouts. More...

#include <AUI/Layout/ALinearLayout.h>

Detailed Description

template<aui::convertible_to< _< AView > > Storage = _<AView>>
class ALinearLayout< Storage >

Implements addView/removeView/getAllViews and protected mViews field for Vertical, Horizontal and Stacked layouts.

Template Parameters
Storageoptional storage type. See details for further info.
Note
The Storage type is _<AView> by default. If you specify your own type, you would have to implement addView to fill your custom type with data, you may use addViewBasicImpl then.

The documentation for this class was generated from the following file:
Inheritance diagram for ALinearLayout< Storage >:
Collaboration diagram for ALinearLayout< Storage >: