|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
This is the complete list of members for aria::Command< Args >, including all inherited members.
| Action typedef | aria::Command< Args > | |
| binding::BindingEngine class | aria::Command< Args > | friend |
| can_execute(const Args &... args) const | aria::Command< Args > | inline |
| CanExecuteSignal typedef | aria::Command< Args > | |
| Command(A &&action) | aria::Command< Args > | inlineexplicit |
| Command(A &&action, P &&predicate) | aria::Command< Args > | inline |
| Command(const Command &)=delete | aria::Command< Args > | |
| Command(Command &&)=delete | aria::Command< Args > | |
| execute(const Args &... args) | aria::Command< Args > | inline |
| notify_can_execute_changed(const Args &... args) const | aria::Command< Args > | inline |
| observe_can_execute(std::function< void(bool)> fn) | aria::Command< Args > | inline |
| operator()(const Args &... args) | aria::Command< Args > | inline |
| operator=(const Command &)=delete | aria::Command< Args > | |
| operator=(Command &&)=delete | aria::Command< Args > | |
| Predicate typedef | aria::Command< Args > | |
| ~Command() | aria::Command< Args > | inline |