ALinearLayout#
Implements addView/removeView/getAllViews and protected mViews field for Vertical, Horizontal and Stacked layouts.
| Header: | #include <AUI/Layout/ALinearLayout.h> |
| CMake: | aui_link(my_target PUBLIC aui::views) |
Detailed Description#
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.