#include <kanzi/core.ui/object/object.hpp>
#include <kanzi/core/cpp/chrono.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/legacy/kzs_types.hpp>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include "action_properties.h"
Classes | |
class | kanzi::Action |
Action is the base class for objects that execute something when the owning Trigger is activated. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< Action > | kanzi::ActionSharedPtr |
Enumerations | |
enum | kanzi::ActionArgumentType { kanzi::ActionArgumentTypeValue, kanzi::ActionArgumentTypeMessageArgument, kanzi::ActionArgumentTypeObjectProperty, kanzi::ActionArgumentTypeValueReference } |
Action binding type. More... | |