This is the complete list of members for kanzi::Node, including all inherited members.
| acquireLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| acquireModifierStorage(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
| acquireNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| acquirePropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| acquireResource(const ResourceID &id) const | kanzi::Node | |
| acquireResource(const ResourceID &id) const | kanzi::Node | |
| acquireResourceAsync(const ResourceID &key, ResourceManager::AsyncAcquireFinishedCallback func) const | kanzi::Node | |
| acquireResourceDictionary() | kanzi::Node | |
| ActualDepthProperty | kanzi::Node | static |
| ActualHeightProperty | kanzi::Node | static |
| ActualWidthProperty | kanzi::Node | static |
| addAbstractChildOverride(NodeSharedPtr child)=0 | kanzi::Node | pure virtual |
| addAnonymousResource(ResourceSharedPtr resource) | kanzi::Node | |
| addBindingRuntime(AbstractBindingRuntimeSharedPtr entry, shared_ptr< void > owner) | kanzi::BindingHostConceptImpl< Node > | inline |
| addInputManipulator(InputManipulatorBaseSharedPtr inputManipulator) | kanzi::Node | |
| addMessageFilter(TMessageType &messageType, TClass *messageHandlerObject, TClassMethod method) | kanzi::Node | |
| addMessageFilter(const TMessageType &messageType, typename TMessageType::FunctionType function) | kanzi::Node | |
| addMessageHandler(TMessageType &messageType, TClass *messageHandlerObject, TClassMethod method) | kanzi::Node | |
| addMessageHandler(const TMessageType &messageType, typename TMessageType::FunctionType function) | kanzi::Node | |
| addMessageHandler(const TMessageType &messageType, typename TMessageType::FunctionType function, Node *messageSourceFilter) | kanzi::Node | |
| addNodeComponent(NodeComponentSharedPtr nodeComponent) | kanzi::Node | |
| addNodeComponentWithOwner(NodeComponentSharedPtr nodeComponent, const void *owner) | kanzi::Node | |
| addNodeReference(AbstractPropertyType propertyType, AbstractNodeReference *reference) | kanzi::Node | |
| addPropertyModifier(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner) | kanzi::PropertyObject | inline |
| addPropertyModifierBase(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner, bool notify) | kanzi::PropertyObject | inlineprotected |
| addPropertyModifierWithoutNotifyingHandlers(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner) | kanzi::PropertyObject | inline |
| addPropertyNotificationHandler(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::NotificationCallback callback, void *owner) | kanzi::PropertyObject | inline |
| addPropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, PropertyValuePrecedence precedence, void *ownerPointer) | kanzi::PropertyObject | inline |
| addPropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, PropertyValuePrecedence precedence, AbstractPropertyTypeDescriptor::ValueSourceOwner *owner) | kanzi::PropertyObject | inline |
| addPropertyValueSource(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::ValueSource *valueSource, PropertyValuePrecedence precedence, void *ownerPointer) | kanzi::PropertyObject | protected |
| addPropertyValueSource(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::ValueSource *valueSource, PropertyValuePrecedence precedence, AbstractPropertyTypeDescriptor::ValueSourceOwner *owner) | kanzi::PropertyObject | protected |
| addResource(const ResourceID &resourceId, string_view resourceUrl) | kanzi::Node | |
| addResourceDictionary(ResourceDictionarySharedPtr resourceDictionary) | kanzi::Node | |
| addResourceReference(AbstractPropertyType propertyType, AbstractResourceReference *reference) | kanzi::Node | |
| addTunnelingFilter(const TMessageType &messageType, typename TMessageType::FunctionType function) | kanzi::Node | |
| addTunnelingFilter(const TMessageType &messageType, TClass *messageHandlerObject, TClassMethod method) | kanzi::Node | |
| addTunnelingHandler(const TMessageType &messageType, typename TMessageType::FunctionType function, Node *messageSourceFilter) | kanzi::Node | |
| AppliedStyleContainer typedef | kanzi::Object | protected |
| applyManualStyle(StyleSharedPtr style) | kanzi::Node | |
| applyObjectStyle(kanzi::StyleSharedPtr style) | kanzi::Object | |
| applyObjectStyles() | kanzi::Object | |
| applyStyle(StyleSharedPtr style) | kanzi::Node | |
| applyStyles() | kanzi::Node | |
| applyStylesRecursive() | kanzi::Node | |
| applyStylesVisitor(Node &node, bool apply) | kanzi::Node | protectedstatic |
| attach() | kanzi::Node | protected |
| attachBindings() | kanzi::BindingHostConcept | protected |
| attachRecursive() | kanzi::Node | |
| attachVisitor(Node &node) | kanzi::Node | protectedstatic |
| beginBindingRuntimes() const | kanzi::BindingHostConcept | |
| beginInputManipulators() const | kanzi::Node | |
| beginNodeComponents() const | kanzi::Node | |
| beginPropertyStorage() | kanzi::PropertyObject | inline |
| beginPropertyStorage() const | kanzi::PropertyObject | inline |
| BindingHostConceptSharedPtr typedef | kanzi::BindingHostConcept | |
| BindingRuntimeConstIterator typedef | kanzi::BindingHostConcept | |
| BindingRuntimeContainer typedef | kanzi::BindingHostConcept | |
| BindingRuntimeIterator typedef | kanzi::BindingHostConcept | |
| clearChangeFlag(uint32_t flag) | kanzi::Node | |
| clearChildChangeFlag(uint32_t flag) | kanzi::Node | |
| clearPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
| ClipChildrenProperty | kanzi::Node | static |
| constructLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
| constructPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| containsResource(const ResourceID &resourceID) const | kanzi::Node | |
| ContentStretch enum name | kanzi::Node | |
| ContentStretchFill enum value | kanzi::Node | |
| ContentStretchNone enum value | kanzi::Node | |
| ContentStretchProperty | kanzi::Node | static |
| ContentStretchRepeat enum value | kanzi::Node | |
| ContentStretchUniform enum value | kanzi::Node | |
| ContentStretchUniformToFill enum value | kanzi::Node | |
| copyLocalValue(const PropertyObject &other, AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| copyLocalValue(const AbstractPropertyTypeDescriptor::PropertyStorage &otherPropertyStorage) | kanzi::PropertyObject | protected |
| copyLocalValues(const PropertyObject &other) | kanzi::PropertyObject | |
| CreatedFromKZBProperty | kanzi::Node | static |
| createLookupContext(NodeSharedPtr templateRoot) | kanzi::Node | |
| DepthAlignment enum name | kanzi::Node | |
| DepthAlignmentBack enum value | kanzi::Node | |
| DepthAlignmentCenter enum value | kanzi::Node | |
| DepthAlignmentFront enum value | kanzi::Node | |
| DepthAlignmentProperty | kanzi::Node | static |
| DepthAlignmentStretch enum value | kanzi::Node | |
| DepthMarginProperty | kanzi::Node | static |
| DepthProperty | kanzi::Node | static |
| detach() | kanzi::Node | protected |
| detachBindings() | kanzi::BindingHostConcept | protected |
| detachRecursive() | kanzi::Node | |
| detachVisitor(Node &node) | kanzi::Node | protectedstatic |
| dispatchAbstractMessage(const AbstractMessageType &messageType, MessageArguments &messageArguments) | kanzi::Node | |
| dispatchMessage(const MessageType< TArgumentsType > &messageType, typename MessageType< TArgumentsType >::ArgumentsType &messageArguments) | kanzi::Node | |
| EffectivelyEnabledProperty | kanzi::Node | static |
| EnabledProperty | kanzi::Node | static |
| endBindingRuntimes() const | kanzi::BindingHostConcept | |
| endInputManipulators() const | kanzi::Node | |
| endNodeComponents() const | kanzi::Node | |
| endPropertyStorage() | kanzi::PropertyObject | inline |
| endPropertyStorage() const | kanzi::PropertyObject | inline |
| findAbstractChild(string_view name) | kanzi::Node | |
| findAbstractChildOverride(string_view name)=0 | kanzi::Node | protectedpure virtual |
| findModifierStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| findNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| findPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| findPropertyStoragePtr(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| findPropertyTypeDescriptorByNameAndDataType(string_view name, PropertyDataType dataType) const | kanzi::PropertyObject | protected |
| findPropertyTypeDescriptorByQualifiedNameAndDataType(string_view qualifiedName, PropertyDataType dataType) const | kanzi::PropertyObject | protected |
| findPropertyTypeDescriptorByUnqualifiedNameAndDataType(string_view unqualifiedName, PropertyDataType dataType) const | kanzi::PropertyObject | protected |
| findResourceURL(const ResourceID &resourceId) const | kanzi::Node | |
| FocusableProperty | kanzi::Node | static |
| FocusedProperty | kanzi::Node | static |
| FocusStateProperty | kanzi::Node | static |
| FontFamilyProperty | kanzi::Node | static |
| getAbstractChildCountOverride()=0 | kanzi::Node | pure virtual |
| getAbstractChildIndexOverride(const Node &node)=0 | kanzi::Node | pure virtual |
| getAbstractChildOverride(size_t index)=0 | kanzi::Node | pure virtual |
| getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::Node | |
| getAbstractPropertyBase(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
| getActualDepth() const | kanzi::Node | inline |
| getActualHeight() const | kanzi::Node | inline |
| getActualWidth() const | kanzi::Node | inline |
| getBindingRuntime(size_t idx) | kanzi::BindingHostConcept | |
| getBindingRuntimeCount() const | kanzi::BindingHostConcept | |
| getChangeFlags() const | kanzi::Node | inline |
| getChildChangeFlags() const | kanzi::Node | inline |
| getClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getContentStretch() const | kanzi::Node | inline |
| getDepth() const | kanzi::Node | inline |
| getDepthAlignment() const | kanzi::Node | inline |
| getDepthMargin() const | kanzi::Node | inline |
| getDomain() const | kanzi::Object | |
| getDynamicMetaclass() const override | kanzi::Object | virtual |
| getFinalValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getFocusManager() const | kanzi::Node | |
| getFocusScopeInfo() const | kanzi::Node | |
| getFocusState() const | kanzi::Node | inline |
| getFontFamily() const | kanzi::Node | |
| getHeight() const | kanzi::Node | inline |
| getHorizontalAlignment() const | kanzi::Node | inline |
| getHorizontalMargin() const | kanzi::Node | inline |
| getInputManager() const | kanzi::Node | |
| getLocale() const | kanzi::Node | inline |
| getMainLoopScheduler() const | kanzi::Object | |
| getMessageDispatcher() const | kanzi::Object | |
| getName() const | kanzi::Node | inline |
| getNodeFinalValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::Node | inline |
| getNonClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getOpacity() const | kanzi::Node | inline |
| getOptionalAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::Node | |
| getOptionalProperty(const PropertyType< DataType > &propertyType) const | kanzi::Node | inline |
| getOptionalPropertyBase(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getParent() const | kanzi::Node | |
| getPath() const | kanzi::Node | inline |
| getProjection2DTo3DScale() const | kanzi::Node | inline |
| getProperty(const PropertyType< DataType > &propertyType) const | kanzi::Node | inline |
| getPropertyBase(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getPropertyNotificationHandlerCount(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getResourceDictionary() const | kanzi::Node | |
| getResourceManager() const | kanzi::Object | |
| getScreen() const | kanzi::Node | |
| getScriptingContext() const | kanzi::Object | inline |
| getStateManager() const | kanzi::Node | inline |
| getStaticMetaclass() | kanzi::Object | static |
| getStyle() const | kanzi::Node | inline |
| getTemplateRoot() const | kanzi::Node | inline |
| getThisObject() | kanzi::BindingHostConceptImpl< Node > | inlineprotected |
| getThisObject() const | kanzi::BindingHostConceptImpl< Node > | inlineprotected |
| getTopValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getVerticalAlignment() const | kanzi::Node | inline |
| getVerticalMargin() const | kanzi::Node | inline |
| getVisibleAmountInParent() const | kanzi::Node | inline |
| getWidth() const | kanzi::Node | inline |
| hasBaseValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
| hasLocalValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
| hasNonClassValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
| hasValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
| HeightProperty | kanzi::Node | static |
| HitTestableContainerProperty | kanzi::Node | static |
| HitTestableProperty | kanzi::Node | static |
| HorizontalAlignment enum name | kanzi::Node | |
| HorizontalAlignmentCenter enum value | kanzi::Node | |
| HorizontalAlignmentLeft enum value | kanzi::Node | |
| HorizontalAlignmentProperty | kanzi::Node | static |
| HorizontalAlignmentRight enum value | kanzi::Node | |
| HorizontalAlignmentStretch enum value | kanzi::Node | |
| HorizontalMarginProperty | kanzi::Node | static |
| HoverProperty | kanzi::Node | static |
| initialize() | kanzi::Node | protected |
| InputManager | kanzi::Node | friend |
| InputManipulatorConstIterator typedef | kanzi::Node | |
| InputManipulatorContainer typedef | kanzi::Node | |
| InputManipulatorIterator typedef | kanzi::Node | |
| invalidateArrange() | kanzi::Node | |
| invalidateDraw() | kanzi::Node | |
| invalidateFinalTransform() | kanzi::Node | |
| invalidateMeasure() | kanzi::Node | |
| invalidateRender() | kanzi::Node | |
| isAnyChangeFlagSet(uint32_t flag) const | kanzi::Node | |
| isAnyChildChangeFlagSet(uint32_t flag) const | kanzi::Node | |
| isAttached() const | kanzi::Node | |
| isAttaching() const | kanzi::Node | |
| isChangeFlagSet(uint32_t flag) const | kanzi::Node | |
| isChildChangeFlagSet(uint32_t flag) const | kanzi::Node | |
| isClipChildren() const | kanzi::Node | inline |
| isDetaching() const | kanzi::Node | |
| isEffectivelyEnabled() const | kanzi::Node | inline |
| isEffectivelyFocusable() const | kanzi::Node | |
| isEffectivelyVisible() const | kanzi::Node | |
| isEnabled() const | kanzi::Node | inline |
| isFocusable() const | kanzi::Node | inline |
| isFocused() const | kanzi::Node | inline |
| isHitTestable() const | kanzi::Node | inline |
| isHitTestableContainer() const | kanzi::Node | inline |
| isHover() const | kanzi::Node | inline |
| isInitialized() const | kanzi::Node | |
| isInvalidArrange() const | kanzi::Node | |
| isInvalidDraw() | kanzi::Node | |
| isInvalidFinalTransform() const | kanzi::Node | |
| isInvalidMeasure() const | kanzi::Node | |
| isInvalidRender() const | kanzi::Node | |
| isNamed(string_view name) const | kanzi::Node | |
| isPropertyFlagSet(AbstractPropertyType propertyType, uint32_t flag) const | kanzi::PropertyObject | |
| isTypeOf(const Metaclass *objectType) const | kanzi::MetaObject | inline |
| isUnboundedLayoutValue(float layoutValue) | kanzi::Node | inlinestatic |
| isValidLayoutValue(float value) | kanzi::Node | inlinestatic |
| isVisible() const | kanzi::Node | inline |
| KZ_METACLASS_PROPERTY_TYPE(FontFamilyProperty) | kanzi::Node | |
| LocaleProperty | kanzi::Node | static |
| lookupNode(string_view pathOrKey) | kanzi::Node | |
| lookupNodeComponent(string_view name) | kanzi::Node | |
| lookupNodeRaw(string_view relativePath) | kanzi::Node | |
| lookupObject(string_view relativePath) | kanzi::Node | |
| lookupObject(string_view relativePath) | kanzi::Node | inline |
| lookupObjectForStateManager(string_view relativePath) | kanzi::Node | |
| m_appliedStyles | kanzi::Object | protected |
| m_bindingRuntimes | kanzi::BindingHostConcept | protected |
| makeEditorInfo() | kanzi::Object | static |
| MessageSubscriptionTokenVector typedef | kanzi::Node | |
| MetaObject() | kanzi::MetaObject | inlineexplicitprotected |
| moveAbstractChildToPositionOverride(NodeSharedPtr child, size_t index)=0 | kanzi::Node | pure virtual |
| NameProperty | kanzi::Node | static |
| Node(Domain *domain, string_view name) | kanzi::Node | explicitprotected |
| NodeComponentConstIterator typedef | kanzi::Node | |
| NodeComponentContainer typedef | kanzi::Node | |
| NodeComponentIterator typedef | kanzi::Node | |
| notifyPropertyHandlers(PropertyStoragePtr &propertyStorage, PropertyNotificationReason reason) override | kanzi::Node | protectedvirtual |
| notifyResourceDictionaryModified() | kanzi::Node | |
| Object(Domain *domain) | kanzi::Object | explicit |
| onAttached() | kanzi::Node | protectedvirtual |
| onCopy(const Object &other) | kanzi::Object | protected |
| kanzi::PropertyObject::onCopy(const PropertyObject &other) | kanzi::PropertyObject | protected |
| onDetached() | kanzi::Node | protectedvirtual |
| onNodePropertyChanged(AbstractPropertyType propertyType, PropertyNotificationReason reason) | kanzi::Node | protectedvirtual |
| OpacityProperty | kanzi::Node | static |
| PathProperty | kanzi::Node | static |
| PrefabTemplateSourceProperty | kanzi::Node | static |
| processPropertyChanged(Node &node, AbstractPropertyType propertyType, const PropertyStoragePtr &nodePropertyStorage, AbstractPropertyTypeDescriptor::PropertyStorage *changedPropertyStorage, PropertyNotificationReason reason) | kanzi::Node | protectedstatic |
| Projection2DTo3DScaleProperty | kanzi::Node | static |
| propertyChangedVisitor(Node &node, AbstractPropertyType propertyType, AbstractPropertyTypeDescriptor::PropertyStorage *propertyStorage, PropertyNotificationReason reason) | kanzi::Node | protectedstatic |
| PropertyObject() | kanzi::PropertyObject | explicit |
| PropertyStorageConstIterator typedef | kanzi::PropertyObject | |
| PropertyStorageContainer typedef | kanzi::PropertyObject | |
| PropertyStorageIterator typedef | kanzi::PropertyObject | |
| PropertyStoragePtr typedef | kanzi::PropertyObject | |
| PropertyStorageReverseIterator typedef | kanzi::PropertyObject | |
| removeAbstractChildOverride(Node &child)=0 | kanzi::Node | pure virtual |
| removeAllBindings() | kanzi::BindingHostConcept | |
| removeAnonymousResource(const Resource &resource) | kanzi::Node | |
| removeBinding(BindingRuntimeHandle &bindingRuntime) | kanzi::BindingHostConcept | |
| removeBindingsWithOwner(shared_ptr< void > owner) | kanzi::BindingHostConcept | |
| removeInputManipulator(InputManipulator &inputManipulator) | kanzi::Node | |
| removeKZBData(flat_set< AbstractPropertyType > *keepProperties) | kanzi::Node | |
| removeKZBData() | kanzi::Node | inline |
| removeKzbProperties(flat_set< AbstractPropertyType > *keepProperties) | kanzi::PropertyObject | |
| removeKzbProperties() | kanzi::PropertyObject | inline |
| removeLocalPropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, void *ownerPointer) | kanzi::PropertyObject | inline |
| removeLocalValue(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| removeLocalValue(AbstractPropertyTypeDescriptor &descriptor, PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| removeMessageHandler(MessageSubscriptionToken token) | kanzi::Node | |
| removeNodeComponent(NodeComponent &nodeComponent) | kanzi::Node | |
| removeNodeComponentWithOwner(const void *owner) | kanzi::Node | |
| removeNodeReference(const AbstractNodeReference &reference) | kanzi::Node | |
| removePropertyModifier(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::ModifierCallback callback, void *owner) | kanzi::PropertyObject | inline |
| removePropertyNotificationHandler(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::NotificationCallback callback, void *owner) | kanzi::PropertyObject | inline |
| removePropertyValueSource(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Descriptor::TypedValueSource *valueSource, void *ownerPointer) | kanzi::PropertyObject | inline |
| removePropertyValueSource(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::ValueSource *valueSource, void *owner) | kanzi::PropertyObject | protected |
| removeResource(const ResourceID &resourceId) | kanzi::Node | |
| removeResourceReference(const AbstractResourceReference &reference) | kanzi::Node | |
| replaceUnboundedLayoutValue(float layoutValue, float resetValue) | kanzi::Node | inlinestatic |
| replaceUnboundedLayoutValueWithZero(float layoutValue) | kanzi::Node | inlinestatic |
| restoreResources() | kanzi::Node | inlinevirtual |
| SceneGraphAddNodeChangeChildFlagsProperty | kanzi::Node | static |
| SceneGraphAddNodeChangeParentFlagsProperty | kanzi::Node | static |
| SceneGraphRemoveNodeChangeChildFlagsProperty | kanzi::Node | static |
| SceneGraphRemoveNodeChangeParentFlagsProperty | kanzi::Node | static |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
| setActualDepth(float value) | kanzi::Node | inline |
| setActualHeight(float value) | kanzi::Node | inline |
| setActualWidth(float value) | kanzi::Node | inline |
| setBinding(AbstractBindingSharedPtr binding, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType, PropertyField field, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding, shared_ptr< Node > templateRoot) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBinding(AbstractBindingSharedPtr binding) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, AbstractPropertyType propertyType, PropertyField field, PropertyValuePrecedence precedence) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, AbstractPropertyType propertyType) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, shared_ptr< Node > templateRoot) | kanzi::BindingHostConceptImpl< Node > | inline |
| setBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner) | kanzi::BindingHostConceptImpl< Node > | inline |
| setChangeFlag(uint32_t flag) | kanzi::Node | |
| setChildChangeFlag(uint32_t flag) | kanzi::Node | |
| setClipChildren(bool value) | kanzi::Node | inline |
| setContentStretch(Node::ContentStretch value) | kanzi::Node | inline |
| setDepth(float value) | kanzi::Node | inline |
| setDepthAlignment(Node::DepthAlignment value) | kanzi::Node | inline |
| setDepthMargin(Vector2 value) | kanzi::Node | inline |
| setEnabled(bool value) | kanzi::Node | inline |
| setFocusable(bool value) | kanzi::Node | inline |
| setFocused(bool value) | kanzi::Node | inline |
| setFocusState(FocusState state) | kanzi::Node | inline |
| setFontFamily(FontFamilySharedPtr value) | kanzi::Node | |
| setHeight(float value) | kanzi::Node | inline |
| setHitTestable(bool value) | kanzi::Node | inline |
| setHitTestableContainer(bool value) | kanzi::Node | inline |
| setHorizontalAlignment(Node::HorizontalAlignment value) | kanzi::Node | inline |
| setHorizontalMargin(Vector2 value) | kanzi::Node | inline |
| setLocale(string value) | kanzi::Node | inline |
| setModifierBinding(AbstractBindingSharedPtr binding, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setModifierBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setModifierBinding(AbstractBindingSharedPtr binding, AbstractPropertyType propertyType) | kanzi::BindingHostConceptImpl< Node > | inline |
| setModifierBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setModifierBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inline |
| setModifierBindingWithOwner(AbstractBindingSharedPtr binding, shared_ptr< void > owner, AbstractPropertyType propertyType) | kanzi::BindingHostConceptImpl< Node > | inline |
| setName(string_view value) | kanzi::Node | inline |
| setOpacity(float value) | kanzi::Node | inline |
| setParent(Node *parent) | kanzi::Node | |
| setPath(string value) | kanzi::Node | inline |
| setProjection2DTo3DScale(float value) | kanzi::Node | inline |
| setProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
| setPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
| setResourceDictionary(ResourceDictionarySharedPtr resourceDictionary) | kanzi::Node | |
| setScreen(Screen *screen) | kanzi::Node | |
| setScriptingContext(ScriptingContextSharedPtr context) | kanzi::Object | inline |
| setStateManager(ResourceSharedPtr value) | kanzi::Node | inline |
| setStyle(ResourceSharedPtr value) | kanzi::Node | inline |
| setTemplateRoot(NodeSharedPtr templateRoot) | kanzi::Node | inline |
| setVerticalAlignment(Node::VerticalAlignment value) | kanzi::Node | inline |
| setVerticalMargin(Vector2 value) | kanzi::Node | inline |
| setVisible(bool value) | kanzi::Node | inline |
| setVisibleAmountInParent(float value) | kanzi::Node | inline |
| setWidth(float value) | kanzi::Node | inline |
| StateManagerProperty | kanzi::Node | static |
| StyleProperty | kanzi::Node | static |
| tryAcquireResource(const ResourceID &id) const | kanzi::Node | |
| tryAcquireResource(const ResourceID &id) const | kanzi::Node | |
| trySetActiveFocus() | kanzi::Node | inline |
| trySetFocus() | kanzi::Node | |
| trySetFocus(FocusFallback fallbackOption) | kanzi::Node | |
| unapplyObjectStyle(AppliedStyleEntrySharedPtr appliedStyleEntry) | kanzi::Object | |
| unapplyObjectStyles() | kanzi::Object | |
| unapplyStyle(AppliedStyleEntrySharedPtr appliedStyleEntry) | kanzi::Node | |
| unapplyStyles() | kanzi::Node | |
| unapplyStylesRecursive() | kanzi::Node | |
| unboundedLayoutValue() | kanzi::Node | inlinestatic |
| updateAllResourcesVisitor(Node &node) | kanzi::Node | protectedstatic |
| updateFocusScopeInfo(FocusScopePtr &nodeScopeInfo) | kanzi::Node | protectedvirtual |
| updatePropertiesForConnectedNode() | kanzi::Node | protected |
| updatePropertiesForDisconnectedNode(Node *oldParent) | kanzi::Node | protected |
| updateResourceReferences() | kanzi::Node | protected |
| updateResourceReferences(AbstractPropertyType propertyType) | kanzi::Node | protected |
| updateResourceReferencesRecursive() | kanzi::Node | protected |
| updateResourceReferencesRecursive(const ResourceID &resourceID) | kanzi::Node | protected |
| updateResourceVisitor(Node &node, const ResourceID &id) | kanzi::Node | protectedstatic |
| validateArrange() | kanzi::Node | |
| validateDraw() | kanzi::Node | |
| validateDrawForChildrenRecursive() | kanzi::Node | |
| validateDrawVisitor(Node &node) | kanzi::Node | protectedstatic |
| validateMeasure() | kanzi::Node | |
| validatePropertyModifiers(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| validatePropertyModifiers(PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| validatePropertyModifiersAndNotifyHandlers(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| validatePropertyModifiersAndNotifyHandlers(PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| validateRender() | kanzi::Node | |
| VerticalAlignment enum name | kanzi::Node | |
| VerticalAlignmentBottom enum value | kanzi::Node | |
| VerticalAlignmentCenter enum value | kanzi::Node | |
| VerticalAlignmentProperty | kanzi::Node | static |
| VerticalAlignmentStretch enum value | kanzi::Node | |
| VerticalAlignmentTop enum value | kanzi::Node | |
| VerticalMarginProperty | kanzi::Node | static |
| VisibleAmountInParentProperty | kanzi::Node | static |
| VisibleProperty | kanzi::Node | static |
| visit(const Visitor &visitor, VisitorOrder order) | kanzi::Node | |
| visitAbstractChildOverride(const Visitor &visitor, VisitorOrder order)=0 | kanzi::Node | protectedpure virtual |
| visitDescendants(const Visitor &visitor, VisitorOrder order) | kanzi::Node | |
| Visitor typedef | kanzi::Node | |
| VisitorAbort enum value | kanzi::Node | |
| VisitorContinue enum value | kanzi::Node | |
| VisitorContinueSibling enum value | kanzi::Node | |
| VisitorOrder enum name | kanzi::Node | |
| VisitorPostOrder enum value | kanzi::Node | |
| VisitorPreOrder enum value | kanzi::Node | |
| VisitorResult enum name | kanzi::Node | |
| WidthProperty | kanzi::Node | static |
| ~MetaObject() | kanzi::MetaObject | virtual |
| ~Node() override | kanzi::Node | |
| ~Object() override | kanzi::Object | |
| ~PropertyObject() | kanzi::PropertyObject | virtual |