AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Implements addView/removeView/getAllViews and protected mViews field for Vertical, Horizontal and Stacked layouts. More...
Implements addView/removeView/getAllViews and protected mViews field for Vertical, Horizontal and Stacked layouts.
Storage | optional storage type. See details for further info. |
Additional Inherited Members | |
Public Member Functions inherited from aui::detail::LinearLayoutImpl< _< AView > > | |
void | removeView (aui::no_escape< AView > view, size_t index) override |
Detaches view from the layout. More... | |
AVector< _< AView > > | getAllViews () override |
Visits all views in the layout. More... | |
Public Member Functions inherited from ALayout | |
virtual void | onResize (int x, int y, int width, int height)=0 |
virtual void | addView (const _< AView > &view, AOptional< size_t > index=std::nullopt)=0 |
Attaches view to the layout. More... | |
virtual int | getMinimumWidth ()=0 |
virtual int | getMinimumHeight ()=0 |
virtual ALayoutDirection | getLayoutDirection () |
virtual void | setSpacing (int spacing) |
Layout spacing. More... | |
Public Member Functions inherited from AObject | |
_< AObject > | sharedPtr () |
_weak< AObject > | weakPtr () |
void | clearSignals () noexcept |
template<AAnySignal Signal, ACompatibleSlotFor< Signal > Function> | |
void | connect (Signal &signal, Function &&function) |
void | setSignalsEnabled (bool enabled) |
bool | isSignalsEnabled () const noexcept |
template<ASignalInvokable T> | |
void | operator^ (T &&t) |
_< AAbstractThread > | getThread () const |
bool | isSlotsCallsOnlyOnMyThread () const noexcept |
void | setSlotsCallsOnlyOnMyThread (bool slotsCallsOnlyOnMyThread) |
Public Member Functions inherited from aui::noncopyable | |
noncopyable (const noncopyable &)=delete | |
noncopyable & | operator= (const noncopyable &)=delete |
Static Public Member Functions inherited from AObject | |
static void | disconnect () |
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function> | |
static void | connect (Signal &signal, Object *object, Function &&function) |
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function> | |
static void | connect (Signal &signal, Object &object, Function &&function) |
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function> | |
static void | connect (Signal &signal, _< Object > object, Function &&function) |
static void | moveToThread (aui::no_escape< AObject > object, _< AAbstractThread > thread) |
Protected Member Functions inherited from aui::detail::LinearLayoutImpl< _< AView > > | |
void | addViewBasicImpl (Storage view, AOptional< size_t > index) |
Protected Member Functions inherited from AObject | |
void | setThread (_< AAbstractThread > thread) |
Set thread of the object. | |
Protected Attributes inherited from aui::detail::LinearLayoutImpl< _< AView > > | |
AVector< Storage > | mViews |
#include <AUI/Layout/ALinearLayout.h>