This is the complete list of members for kanzi::Action, including all inherited members.
| Action(Domain *domain, string_view name) | kanzi::Action | explicitprotected |
| AppliedStyleContainer typedef | kanzi::Object | protected |
| applyObjectStyle(kanzi::StyleSharedPtr style) | kanzi::Object | |
| applyObjectStyles() | kanzi::Object | |
| attach(Trigger *trigger) | kanzi::Action | |
| clone() const =0 | kanzi::Action | protectedpure virtual |
| copy() const | kanzi::Action | |
| copyLocalValues(const Object &other) | kanzi::Object | |
| DelayProperty | kanzi::Action | static |
| detach() | kanzi::Action | |
| getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::Object | inline |
| getAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::DataType &value) const | kanzi::Object | inline |
| getDelay() const | kanzi::Action | inline |
| getDomain() const | kanzi::Object | |
| getDynamicMetaclass() const | kanzi::Object | virtual |
| getMessageDispatcher() const | kanzi::Object | |
| getName() const | kanzi::Action | |
| getProperty(const PropertyType< DataType > &propertyType) const | kanzi::Object | inline |
| getProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::DataType &value) const | kanzi::Object | inline |
| getPropertyManager() const | kanzi::Object | |
| getResourceManager() const | kanzi::Object | |
| getStaticMetaclass() | kanzi::Object | static |
| getTaskScheduler() const | kanzi::Object | |
| getTrigger() const | kanzi::Action | |
| hasLocalValue(AbstractPropertyType propertyType) const | kanzi::Object | |
| hasValue(AbstractPropertyType propertyType) const | kanzi::Object | |
| initialize() | kanzi::Object | inlineprotected |
| invoke() | kanzi::Action | |
| isTypeOf(const Metaclass *objectType) const | kanzi::Object | inline |
| load(KzcInputStream *, const KzuBinaryFileInfo *) | kanzi::Action | inlinevirtual |
| loadAction(KzcInputStream *inputStream, Domain *domain, const KzuBinaryFileInfo *file) | kanzi::Action | static |
| m_appliedStyles | kanzi::Object | protected |
| makeEditorInfo() | kanzi::Action | static |
| Object(Domain *domain) | kanzi::Object | explicit |
| onAttach() | kanzi::Action | protectedvirtual |
| onCopy(const Action &other) | kanzi::Action | protected |
| kanzi::Object::onCopy(const Object &other) | kanzi::Object | protected |
| onDelayedInvoke() | kanzi::Action | protectedvirtual |
| onDetach() | kanzi::Action | protectedvirtual |
| onInvoke() | kanzi::Action | protectedvirtual |
| onPrepareDelayedInvoke() | kanzi::Action | protectedvirtual |
| onPropertyChanged(AbstractPropertyType propertyType, KzuPropertyNotificationReason reason) | kanzi::Object | virtual |
| onUnprepareDelayedInvoke() | kanzi::Action | protectedvirtual |
| removeLocalValue(AbstractPropertyType propertyType) | kanzi::Object | |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::DataType value) | kanzi::Object | inline |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, ResourceSharedPtr value) | kanzi::Object | inline |
| setDelay(chrono::milliseconds interval) | kanzi::Action | inline |
| setProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::DataType value) | kanzi::Object | inline |
| setProperty(const PropertyType< ResourceID > &propertyType, ResourceSharedPtr value) | kanzi::Object | inline |
| unapplyObjectStyle(AppliedStyleEntry *appliedStyleEntry) | kanzi::Object | |
| unapplyObjectStyles() | kanzi::Object | |
| ~Object() | kanzi::Object | virtual |