AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Public Member Functions | |
template<typename... Args> | |
view (Args &&... args) | |
_< View > & | operator() () |
operator _<View > & () | |
Public Member Functions inherited from aui::ui_building::view_helper< view< View > > | |
operator View () const | |
operator ViewContainer () const | |
auto | operator<< (const AString &assEntry) const |
auto | operator^ (const T &t) const |
auto | operator^ (T &&t) const |
auto | operator+ (const T &t) const |
auto | operator+ (T &&t) const |
auto | operator&& (T &&t) const |
auto | operator-> () const |
auto | connect (SignalField &&signalField, Object &&object, Function &&function) |
auto | connect (SignalField &&signalField, Function &&function) |
auto | clicked (Object &&object, Function &&function) |