#include <kanzi/core.ui/action/action_base.hpp>#include <kanzi/core.ui/main_loop/main_loop_fwd.hpp>#include <kanzi/core/cpp/chrono.hpp>#include <kanzi/core/cpp/string.hpp>#include <kanzi/core/legacy/debug/kzs_error.hpp>#include <kanzi/core/legacy/kzs_types.hpp>Classes | |
| class | kanzi::Action |
| Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Typedefs | |
| using | kanzi::ActionConstIterator = ActionContainer::const_iterator |
| using | kanzi::ActionContainer = vector< ActionSharedPtr > |
| using | kanzi::ActionSharedPtr = shared_ptr< Action > |
| using | kanzi::ActionWeakPtr = weak_ptr< Action > |