AUI Framework  master
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 >
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.