|
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<>, including all inherited members.
| Action typedef | aria::Command<> | |
| binding::BindingEngine class | aria::Command<> | friend |
| can_execute() const | aria::Command<> | inline |
| CanExecuteSignal typedef | aria::Command<> | |
| Command(A &&action) | aria::Command<> | inlineexplicit |
| Command(A &&action, P &&predicate) | aria::Command<> | inline |
| Command(const Command &)=delete | aria::Command<> | |
| Command(Command &&)=delete | aria::Command<> | |
| execute() | aria::Command<> | inline |
| notify_can_execute_changed() const | aria::Command<> | inline |
| observe_can_execute(std::function< void(bool)> fn) | aria::Command<> | inline |
| operator()() | aria::Command<> | inline |
| operator=(const Command &)=delete | aria::Command<> | |
| operator=(Command &&)=delete | aria::Command<> | |
| Predicate typedef | aria::Command<> | |
| ~Command() | aria::Command<> | inline |