acquireCompositor() | kanzi::Node2D | protected |
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 | |
acquireVisual() | kanzi::Node2D | protected |
ActualDepthProperty | kanzi::Node | static |
ActualHeightProperty | kanzi::Node | static |
ActualWidthProperty | kanzi::Node | static |
addAbstractChildOverride(NodeSharedPtr child) override | kanzi::Node2D | virtual |
addAnonymousResource(ResourceSharedPtr resource) | kanzi::Node | |
addBindingRuntime(AbstractBindingRuntimeSharedPtr entry, shared_ptr< void > owner) | kanzi::BindingHostConceptImpl< Node > | inline |
addChild(Node2DSharedPtr child) | kanzi::Node2D | |
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 |
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 | |
AllowClear enum value | kanzi::Node2D | protected |
AllowRenderChildren enum value | kanzi::Node2D | protected |
AllowRenderSelf enum value | kanzi::Node2D | protected |
AppliedStyleContainer typedef | kanzi::Object | protected |
applyCompositionForRenderSelf(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | 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 |
arrange() | kanzi::Node2D | |
arrangeOverride(Vector2 actualSize) | kanzi::Node2D | protectedvirtual |
arrangeRecursive(const Matrix3x3 &worldTransform, const Matrix3x3 &parentTransform, bool arrangeNeeded, bool transformChanged) | kanzi::Node2D | protectedvirtual |
AspectRatioProperty | kanzi::Node2D | static |
attach() | kanzi::Node | protected |
attachBindings() | kanzi::BindingHostConcept | protected |
attachRecursive() | kanzi::Node | |
attachVisitor(Node &node) | kanzi::Node | protectedstatic |
BackgroundBrushProperty | kanzi::Node2D | static |
beginBindingRuntimes() const | kanzi::BindingHostConcept | |
beginChildren() const | kanzi::Node2D | |
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 | |
CacheValidProperty | kanzi::Node2D | static |
CachingModeProperty | kanzi::Node2D | static |
calculateClippingArea(const Matrix3x3 &parentSpaceTransform) const | kanzi::Node2D | protected |
calculateContentStretch(Vector2 renderSize, Vector2 contentSize) | kanzi::Node2D | protected |
calculatePerspectiveTransformMatrices(int viewportWidth, int viewportHeight, Matrix4x4 &cameraMatrix, Matrix4x4 &projectionMatrix) const | kanzi::Node2D | inlineprotected |
calculateTransformedBoundingArea(const Matrix3x3 &transform, Vector2 sizeIn) | kanzi::Node2D | protected |
ChildConstIterator typedef | kanzi::Node2D | |
ChildConstReverseIterator typedef | kanzi::Node2D | |
ChildContainer typedef | kanzi::Node2D | |
clearChangeFlag(uint32_t flag) | kanzi::Node | |
clearChildChangeFlag(uint32_t flag) | kanzi::Node | |
clearCompositionTarget(Renderer3D &renderer, CompositionStack &compositionStack, bool clearColor) | kanzi::Node2D | protected |
clearPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
ClipChildrenProperty | kanzi::Node | static |
CompositionBrushProperty | kanzi::Node2D | static |
compositionRequiresAlpha() const | kanzi::Node2D | inline |
compositionRequiresDepth() const | kanzi::Node2D | inline |
compositionRequiresStencil() const | kanzi::Node2D | inline |
constructLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
constructPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
containsGlobal(Vector2 point) const | kanzi::Node2D | |
containsLocal(Vector2 point) const | kanzi::Node2D | |
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 | |
create(Domain *domain, string_view name) | kanzi::NinePatchImage2D | static |
CreatedFromKZBProperty | kanzi::Node | static |
createLookupContext(NodeSharedPtr templateRoot) | kanzi::Node | |
createModifierBindingTarget(shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field) | kanzi::BindingHostConceptImpl< Node > | inlineprotected |
createValueSourceBindingTarget(shared_ptr< Node > templateRoot, AbstractPropertyType propertyType, PropertyField field, PropertyValuePrecedence precedence, bool reuseAllowed) | kanzi::BindingHostConceptImpl< Node > | inlineprotected |
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 |
DisableRenderTargetClearProperty | kanzi::Node2D | static |
dispatchAbstractMessage(const AbstractMessageType &messageType, MessageArguments &messageArguments) | kanzi::Node | |
dispatchMessage(const MessageType< TArgumentsType > &messageType, typename MessageType< TArgumentsType >::ArgumentsType &messageArguments) | kanzi::Node | |
EffectivelyEnabledProperty | kanzi::Node | static |
EffectPrefabProperty | kanzi::Node2D | static |
EffectProperty | kanzi::Node2D | static |
EnabledProperty | kanzi::Node | static |
endBindingRuntimes() const | kanzi::BindingHostConcept | |
endChildren() const | kanzi::Node2D | |
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) override | kanzi::Node2D | 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 |
ForceCompositionProperty | kanzi::Node2D | static |
ForegroundBrushProperty | kanzi::Node2D | static |
ForegroundHint enum name | kanzi::Node2D | |
ForegroundHintNone enum value | kanzi::Node2D | |
ForegroundHintOpaque enum value | kanzi::Node2D | |
ForegroundHintProperty | kanzi::Node2D | static |
ForegroundHintTranslucent enum value | kanzi::Node2D | |
ForegroundIsTranslucent enum value | kanzi::Node2D | protected |
ForegroundTranslucencyRequested enum value | kanzi::Node2D | protected |
getAbstractChildCountOverride() override | kanzi::Node2D | virtual |
getAbstractChildIndexOverride(const Node &node) override | kanzi::Node2D | virtual |
getAbstractChildOverride(size_t index) override | kanzi::Node2D | virtual |
getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::Node | |
getAbstractPropertyBase(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
getActualDepth() const | kanzi::Node | inline |
getActualHeight() const | kanzi::Node | inline |
getActualSize() const | kanzi::Node2D | inline |
getActualWidth() const | kanzi::Node | inline |
getAllocatedSize() const | kanzi::Node2D | inline |
getArrangeTransform() const | kanzi::Node2D | inline |
getAspectRatio() const | kanzi::Node2D | inline |
getBackgroundBrush() const | kanzi::Node2D | inline |
getBackgroundBrushRenderer() const | kanzi::Node2D | inline |
getBackgroundQuad() const | kanzi::Node2D | inline |
getBindingRuntime(size_t idx) | kanzi::BindingHostConcept | |
getBindingRuntimeCount() const | kanzi::BindingHostConcept | |
getCachingMode() const | kanzi::Node2D | inline |
getChangeFlags() const | kanzi::Node | inline |
getChild(size_t index) const | kanzi::Node2D | |
getChildChangeFlags() const | kanzi::Node | inline |
getChildCompositionSpaceTransform() const | kanzi::Node2D | inline |
getChildCount() const | kanzi::Node2D | |
getChildIndex(const Node &child) const | kanzi::Node2D | |
getClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getClippingArea() const | kanzi::Node2D | inline |
getCompositionBrush() const | kanzi::Node2D | inline |
getCompositionBrushRenderer() const | kanzi::Node2D | inline |
getCompositionManager() const | kanzi::Node2D | inline |
getCompositionTarget() const | kanzi::Node2D | inline |
getCompositor() const | kanzi::Node2D | inline |
getContentDesiredSize() const | kanzi::Node2D | inline |
getContentStretch() const | kanzi::Node | inline |
getDepth() const | kanzi::Node | inline |
getDepthAlignment() const | kanzi::Node | inline |
getDepthMargin() const | kanzi::Node | inline |
getDesiredSize() const | kanzi::Node2D | inline |
getDesiredSizeAxisAlignedBoundingBoxMaximum() const | kanzi::Node2D | inlineprotected |
getDesiredSizeAxisAlignedBoundingBoxMinimum() const | kanzi::Node2D | inlineprotected |
getDomain() const | kanzi::Object | |
getDynamicMetaclass() const override | kanzi::Object | virtual |
getEffect() const | kanzi::Node2D | inline |
getEffectPrefab() const | kanzi::Node2D | inline |
getEffectRenderer() const | kanzi::Node2D | inline |
getFinalValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
getFocusScopeInfo() const | kanzi::Node | |
getFocusState() const | kanzi::Node | inline |
getFontFamily() const | kanzi::Node | |
getForegroundBrush() const | kanzi::Node2D | inline |
getForegroundBrushRenderer() const | kanzi::Node2D | inline |
getForegroundHint() const | kanzi::Node2D | inline |
getHeight() const | kanzi::Node | inline |
getHorizontalAlignment() const | kanzi::Node | inline |
getHorizontalMargin() const | kanzi::Node | inline |
getImage(size_t idx) | kanzi::NinePatchImage2D | inline |
getImageBottom() const | kanzi::NinePatchImage2D | inline |
getImageBottomLeft() const | kanzi::NinePatchImage2D | inline |
getImageBottomRight() const | kanzi::NinePatchImage2D | inline |
getImageCenter() const | kanzi::NinePatchImage2D | inline |
getImageLeft() const | kanzi::NinePatchImage2D | inline |
getImageRight() const | kanzi::NinePatchImage2D | inline |
getImageTop() const | kanzi::NinePatchImage2D | inline |
getImageTopLeft() const | kanzi::NinePatchImage2D | inline |
getImageTopRight() const | kanzi::NinePatchImage2D | inline |
getLayoutOpacity() const | kanzi::Node2D | inline |
getLayoutTransformation() const | kanzi::Node2D | inline |
getLocale() const | kanzi::Node | inline |
getMainLoopScheduler() const | kanzi::Object | |
getManagedCompositionTarget() const | kanzi::Node2D | inline |
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 | |
getParentSpaceTransform() const | kanzi::Node2D | inline |
getPartialArrangeTransform() const | kanzi::Node2D | inline |
getPath() const | kanzi::Node | inline |
getPerspectiveTransformation() const | kanzi::Node2D | inline |
getPerspectiveTransformationFov() const | kanzi::Node2D | inline |
getPerspectiveTransformationMode() const | kanzi::Node2D | inline |
getPerspectiveTransformationOrigin() const | kanzi::Node2D | inline |
getPerspectiveTransformationPivot() const | kanzi::Node2D | inline |
getPixelFormat() const | kanzi::Node2D | 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 |
getRenderableEffect() const | kanzi::Node2D | inline |
getRenderQuadTransform() const | kanzi::Node2D | inline |
getRenderTarget() const | kanzi::Node2D | inline |
getRenderTargetMinimumHeight() const | kanzi::Node2D | inline |
getRenderTargetMinimumWidth() const | kanzi::Node2D | inline |
getRenderTargetReallocationLimit() const | kanzi::Node2D | inline |
getRenderTransformation() const | kanzi::Node2D | inline |
getRenderTransformationOrigin() const | kanzi::Node2D | inline |
getRenderType() const | kanzi::Node2D | inline |
getResourceDictionary() const | kanzi::Node | |
getResourceManager() const | kanzi::Object | |
getScriptingContext() const | kanzi::Object | inline |
getSecondPassDesiredSize() const | kanzi::Node2D | inline |
getStateManager() const | kanzi::Node | inline |
getStaticMetaclass() | kanzi::Object | static |
getStretchTypeBottom() const | kanzi::NinePatchImage2D | inline |
getStretchTypeCenter() const | kanzi::NinePatchImage2D | inline |
getStretchTypeLeft() const | kanzi::NinePatchImage2D | inline |
getStretchTypeRight() const | kanzi::NinePatchImage2D | inline |
getStretchTypeTop() const | kanzi::NinePatchImage2D | inline |
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 |
getUserAspectRatio() const | kanzi::Node2D | protected |
getUserDesiredSize() const | kanzi::Node2D | inline |
getUserHeight() const | kanzi::Node2D | protected |
getUserWidth() const | kanzi::Node2D | protected |
getVerticalAlignment() const | kanzi::Node | inline |
getVerticalMargin() const | kanzi::Node | inline |
getVisibleAmountInParent() const | kanzi::Node | inline |
getVisual() const | kanzi::Node2D | inline |
getWidth() const | kanzi::Node | inline |
getWorldTransform() const | kanzi::Node2D | inline |
globalToLocal(Vector2 point) const | kanzi::Node2D | |
hasBaseValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasCenterClipArea() const | kanzi::Node2D | inline |
hasChild(const Node &child) const | kanzi::Node2D | |
hasCompositionTarget() const | kanzi::Node2D | inline |
hasEffect() const | kanzi::Node2D | inline |
hasLocalValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasManagedCompositionTarget() const | kanzi::Node2D | inline |
hasNonClassValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
hasOutsideClipArea() const | kanzi::Node2D | inline |
hasTranslucentForeground() const | kanzi::Node2D | inline |
hasValue(AbstractPropertyType propertyType) const | kanzi::PropertyObject | |
HeightProperty | kanzi::Node | static |
hitTest(Vector2 point) | kanzi::Node2D | |
hitTest(Vector2 point, const Metaclass *type) | kanzi::Node2D | |
hitTest(Vector2 point) | kanzi::Node2D | inline |
hitTest(Vector2 point, const Metaclass *type) | kanzi::Node2D | inline |
HitTestableContainerProperty | kanzi::Node | static |
HitTestableProperty | kanzi::Node | static |
hitTestContent(Vector2 point) | kanzi::Node2D | virtual |
hitTestIterate(Vector2 point, HitTestVisitor visitor, void *userData) | kanzi::Node2D | |
HitTestVisitor typedef | kanzi::Node2D | |
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 |
ImageBottomLeftProperty | kanzi::NinePatchImage2D | static |
ImageBottomProperty | kanzi::NinePatchImage2D | static |
ImageBottomRightProperty | kanzi::NinePatchImage2D | static |
ImageCenterProperty | kanzi::NinePatchImage2D | static |
ImageLeftProperty | kanzi::NinePatchImage2D | static |
ImageRightProperty | kanzi::NinePatchImage2D | static |
ImageTopLeftProperty | kanzi::NinePatchImage2D | static |
ImageTopProperty | kanzi::NinePatchImage2D | static |
ImageTopRightProperty | kanzi::NinePatchImage2D | static |
initialize() | kanzi::Node2D | protected |
InputManipulatorConstIterator typedef | kanzi::Node | |
InputManipulatorContainer typedef | kanzi::Node | |
InputManipulatorIterator typedef | kanzi::Node | |
insertChild(size_t index, Node2DSharedPtr child) | kanzi::Node2D | |
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 | |
isCacheValid() const | kanzi::Node2D | inline |
isChangeFlagSet(uint32_t flag) const | kanzi::Node | |
isChildChangeFlagSet(uint32_t flag) const | kanzi::Node | |
isClearColorAllowed() const | kanzi::Node2D | inline |
isClipChildren() const | kanzi::Node | inline |
isCompletelyClipped() const | kanzi::Node2D | inline |
isCompletelyTransparent() const | kanzi::Node2D | inline |
isCompositionClearColorRequired() const | kanzi::Node2D | |
isCompositionPotentiallyRequired() const | kanzi::Node2D | inline |
isDetaching() const | kanzi::Node | |
isDisableRenderTargetClear() const | kanzi::Node2D | inline |
isEffectivelyEnabled() const | kanzi::Node | inline |
isEffectivelyFocusable() const | kanzi::Node | |
isEffectivelyVisible() const | kanzi::Node | |
isEmptyActualSize() const | kanzi::Node2D | inlineprotected |
isEnabled() const | kanzi::Node | inline |
isFocusable() const | kanzi::Node | inline |
isFocused() const | kanzi::Node | inline |
isForceComposition() const | kanzi::Node2D | inline |
isForegroundHintOpaque() const | kanzi::Node2D | inlineprotected |
isForegroundHintTranslucent() const | kanzi::Node2D | inlineprotected |
isForegroundTranslucencyRequested() const | kanzi::Node2D | inlineprotected |
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 | |
isOffscreenRendering() const | kanzi::Node2D | inline |
isPerspectiveTransformActive() const | kanzi::Node2D | inline |
isPropertyFlagSet(AbstractPropertyType propertyType, uint32_t flag) const | kanzi::PropertyObject | |
isRenderChildrenAllowed() const | kanzi::Node2D | inline |
isRenderSelf() const | kanzi::Node2D | inline |
isRenderSelfAllowed() const | kanzi::Node2D | inline |
isSelfInCompositionTarget() const | kanzi::Node2D | inline |
isSnapToPixel() const | kanzi::Node2D | inline |
isTypeOf(const Metaclass *objectType) const | kanzi::MetaObject | inline |
isUnboundedLayoutSize(Vector2 layoutSize) | kanzi::Node2D | inlinestatic |
isUnboundedLayoutValue(float layoutValue) | kanzi::Node | inlinestatic |
isValidLayoutSize(Vector2 size) | kanzi::Node2D | inlinestatic |
isValidLayoutValue(float value) | kanzi::Node | inlinestatic |
isVisible() const | kanzi::Node | inline |
isVisibleForHitTesting() const | kanzi::Node2D | inline |
KZ_METACLASS_PROPERTY_TYPE(FontFamilyProperty) | kanzi::Node | |
layout(optional< Matrix3x3 > rootTransform) | kanzi::Node2D | |
layout() | kanzi::Node2D | inline |
LayoutMatrixType typedef | kanzi::Node2D | |
LayoutTransformationProperty | kanzi::Node2D | static |
layoutUp() | kanzi::Node2D | inlinestatic |
LayoutVectorType typedef | kanzi::Node2D | |
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_backgroundQuadDescription | kanzi::Node2D | protected |
m_bindingRuntimes | kanzi::BindingHostConcept | protected |
m_cachedEffect | kanzi::Node2D | protected |
m_clipping | kanzi::Node2D | protected |
m_compositionRequirements | kanzi::Node2D | protected |
m_compositor | kanzi::Node2D | protected |
m_currentEffectPrefab | kanzi::Node2D | protected |
m_effectQuadDescription | kanzi::Node2D | protected |
m_gridLayer | kanzi::NinePatchImage2D | protected |
m_images | kanzi::NinePatchImage2D | protected |
m_validatedEffectPaddingChangeCounter | kanzi::Node2D | protected |
m_visual | kanzi::Node2D | protected |
makeEditorInfo() | kanzi::Node2D | static |
measure(const Vector2 *availableSize, bool handleStretch) | kanzi::Node2D | |
measureOverride(Vector2 availableSize) | kanzi::Node2D | protectedvirtual |
measureRecursive() | kanzi::Node2D | virtual |
MessageSubscriptionTokenVector typedef | kanzi::Node | |
MetaObject() | kanzi::MetaObject | inlineexplicitprotected |
moveAbstractChildToPositionOverride(NodeSharedPtr child, size_t index) override | kanzi::Node2D | virtual |
moveChildToPosition(Node2DSharedPtr child, size_t index) | kanzi::Node2D | |
moveToBack() | kanzi::Node2D | |
moveToFront() | kanzi::Node2D | |
NameProperty | kanzi::Node | static |
NinePatchImage2D(Domain *domain, string_view name) | kanzi::NinePatchImage2D | explicitprotected |
Node(Domain *domain, string_view name) | kanzi::Node | explicitprotected |
Node2D(Domain *domain, string_view name) | kanzi::Node2D | explicitprotected |
Node2DFlags enum name | kanzi::Node2D | protected |
Node2DFlagsBitCount enum value | kanzi::Node2D | protected |
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 |
OffscreenRenderingProperty | kanzi::Node2D | static |
onAttached() override | kanzi::NinePatchImage2D | protectedvirtual |
onCopy(const Object &other) | kanzi::Object | protected |
kanzi::PropertyObject::onCopy(const PropertyObject &other) | kanzi::PropertyObject | protected |
onDetached() override | kanzi::NinePatchImage2D | protectedvirtual |
onNodePropertyChanged(AbstractPropertyType propertyType, PropertyNotificationReason reason) override | kanzi::NinePatchImage2D | protectedvirtual |
onTransform() | kanzi::Node2D | protectedvirtual |
OpacityProperty | kanzi::Node | static |
PathProperty | kanzi::Node | static |
performClipping(QuadDescription &backgroundQuad, optional< QuadDescription > &foregroundQuad, optional< QuadDescription > &effectQuad, unsigned int clippingResult) | kanzi::Node2D | protected |
PerspectiveTransformationFovProperty | kanzi::Node2D | static |
PerspectiveTransformationMode enum name | kanzi::Node2D | |
PerspectiveTransformationModeProperty | kanzi::Node2D | static |
PerspectiveTransformationOriginProperty | kanzi::Node2D | static |
PerspectiveTransformationPivotProperty | kanzi::Node2D | static |
PerspectiveTransformationProperty | kanzi::Node2D | static |
PixelFormat enum name | kanzi::Node2D | |
PixelFormatProperty | kanzi::Node2D | static |
PixelFormatRgb enum value | kanzi::Node2D | |
PixelFormatRgba enum value | kanzi::Node2D | |
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 | |
pushLocalViewportArea(CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | protected |
rbeginChildren() const | kanzi::Node2D | |
removeAbstractChildOverride(Node &child) override | kanzi::Node2D | virtual |
removeAllBindings() | kanzi::BindingHostConcept | |
removeAllChildren() | kanzi::Node2D | |
removeAnonymousResource(const Resource &resource) | kanzi::Node | |
removeBinding(AbstractBindingRuntime &bindingRuntime) | kanzi::BindingHostConcept | |
removeBindingsWithOwner(shared_ptr< void > owner) | kanzi::BindingHostConcept | |
removeChild(const Node &child) | kanzi::Node2D | |
removeChild(size_t index) | kanzi::Node2D | |
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 | |
rendChildren() const | kanzi::Node2D | |
render(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | |
render(Renderer3D &renderer, CompositionStack &compositionStack) | kanzi::Node2D | inline |
renderBackground(Renderer3D &renderer, const CompositionStack &compositionStack, const Matrix3x3 &transform) | kanzi::Node2D | protected |
renderChildren(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | protected |
renderForeground(Renderer3D &renderer, CompositionStack &compositionStack, const Matrix3x3 &transform) | kanzi::Node2D | protected |
renderForegroundOverride(Renderer3D &renderer, CompositionStack &compositionStack, const Matrix3x3 &transform) | kanzi::Node2D | protectedvirtual |
renderOverride(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | protectedvirtual |
renderRecursive(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | protected |
renderSelfOverride(Renderer3D &renderer, CompositionStack &compositionStack, const optional< Matrix3x3 > &baseTransform) | kanzi::Node2D | protectedvirtual |
RenderSelfProperty | kanzi::Node2D | static |
RenderTargetMinimumHeightProperty | kanzi::Node2D | static |
RenderTargetMinimumWidthProperty | kanzi::Node2D | static |
RenderTargetProperty | kanzi::Node2D | static |
RenderTargetReallocationLimitProperty | kanzi::Node2D | static |
RenderTransformationOriginProperty | kanzi::Node2D | static |
RenderTransformationProperty | kanzi::Node2D | static |
RenderType enum name | kanzi::Node2D | |
RenderTypeManual enum value | kanzi::Node2D | |
RenderTypeManualClipped enum value | kanzi::Node2D | |
RenderTypeNone enum value | kanzi::Node2D | |
RenderTypeTexture enum value | kanzi::Node2D | |
replaceUnboundedLayoutSize(Vector2 layoutSize, Vector2 resetSize) | kanzi::Node2D | inlinestatic |
replaceUnboundedLayoutSizeWithZero(Vector2 layoutSize) | kanzi::Node2D | inlinestatic |
replaceUnboundedLayoutValue(float layoutValue, float resetValue) | kanzi::Node | inlinestatic |
replaceUnboundedLayoutValueWithZero(float layoutValue) | kanzi::Node | inlinestatic |
requiresBackgroundBrushRendering() const | kanzi::Node2D | inline |
RequiresBackgroundQuad enum value | kanzi::Node2D | protected |
requiresForegroundBrushRendering() const | kanzi::Node2D | inline |
RequiresLocalTransformationScope enum value | kanzi::Node2D | protected |
requiresLocalTransformationScope() const | kanzi::Node2D | inline |
requiresTilingUpdate() const | kanzi::Node2D | inline |
RequiresTilingUpdate enum value | kanzi::Node2D | protected |
resetCache() | kanzi::Node2D | inline |
restoreResources() override | kanzi::Node2D | protectedvirtual |
SceneGraphAddNodeChangeChildFlagsProperty | kanzi::Node | static |
SceneGraphAddNodeChangeParentFlagsProperty | kanzi::Node | static |
SceneGraphRemoveNodeChangeChildFlagsProperty | kanzi::Node | static |
SceneGraphRemoveNodeChangeParentFlagsProperty | kanzi::Node | static |
Screen enum value | kanzi::Node2D | |
setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
setActualDepth(float value) | kanzi::Node | inline |
setActualHeight(float value) | kanzi::Node | inline |
setActualSize(Vector2 actualSize) | kanzi::Node2D | inline |
setActualSize(float sizeX, float sizeY) | kanzi::Node2D | inline |
setActualWidth(float value) | kanzi::Node | inline |
setAllocatedSize(Vector2 allocatedSize) | kanzi::Node2D | inline |
setArrangeTransform(Matrix3x3 transform) | kanzi::Node2D | inline |
setAspectRatio(float value) | kanzi::Node2D | inline |
setAutoHeight() | kanzi::Node2D | |
setAutoSize() | kanzi::Node2D | |
setAutoWidth() | kanzi::Node2D | |
setBackgroundBrush(BrushSharedPtr value) | kanzi::Node2D | 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 |
setCachingMode(CachingMode value) | kanzi::Node2D | inline |
setChangeFlag(uint32_t flag) | kanzi::Node | |
setChildChangeFlag(uint32_t flag) | kanzi::Node | |
setClearColorAllowed(bool enabled) | kanzi::Node2D | inline |
setClipChildren(bool value) | kanzi::Node | inline |
setCompositionBrush(BrushSharedPtr value) | kanzi::Node2D | inline |
setCompositionRequested(bool enabled) | kanzi::Node2D | inline |
setCompositionRequiresAlpha(bool enabled) | kanzi::Node2D | inline |
setCompositionRequiresDepth(bool enabled) | kanzi::Node2D | inline |
setCompositionRequiresStencil(bool enabled) | kanzi::Node2D | 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 |
setDesiredSize(Vector2 desiredSize) | kanzi::Node2D | inline |
setDesiredSizeAxisAlignedBoundingBoxMaximum(Vector2 size) | kanzi::Node2D | inlineprotected |
setDesiredSizeAxisAlignedBoundingBoxMaximum(float sizeX, float sizeY) | kanzi::Node2D | inlineprotected |
setDesiredSizeAxisAlignedBoundingBoxMinimum(Vector2 size) | kanzi::Node2D | inlineprotected |
setDesiredSizeAxisAlignedBoundingBoxMinimum(float sizeX, float sizeY) | kanzi::Node2D | inlineprotected |
setDisableRenderTargetClear(bool value) | kanzi::Node2D | inline |
setEffect(NodeEffect2DSharedPtr value) | kanzi::Node2D | inlineprotected |
setEffectPrefab(NodeEffectPrefab2DSharedPtr value) | kanzi::Node2D | 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 | |
setForceComposition(bool value) | kanzi::Node2D | inline |
setForegroundBrush(BrushSharedPtr value) | kanzi::Node2D | inline |
setForegroundHint(Node2D::ForegroundHint value) | kanzi::Node2D | inline |
setForegroundIsTranslucent(bool enabled) | kanzi::Node2D | inline |
setForegroundTranslucencyRequested(bool enabled) | kanzi::Node2D | inlineprotected |
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 |
setImageBottom(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageBottomLeft(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageBottomRight(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageCenter(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageLeft(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageRight(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageTop(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageTopLeft(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setImageTopRight(ResourceSharedPtr value) | kanzi::NinePatchImage2D | inline |
setLayoutSize(float width, float height) | kanzi::Node2D | inline |
setLayoutTransformation(SRTValue2D value) | kanzi::Node2D | 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 |
setOffscreenRendering(bool value) | kanzi::Node2D | inline |
setOpacity(float value) | kanzi::Node | inline |
setParent(Node *parent) | kanzi::Node | |
setPartialArrangeTransform(Matrix3x3 transform) | kanzi::Node2D | inlineprotected |
setPath(string value) | kanzi::Node | inline |
setPerspectiveTransformation(SRTValue3D value) | kanzi::Node2D | inline |
setPerspectiveTransformationFov(float value) | kanzi::Node2D | inline |
setPerspectiveTransformationMode(PerspectiveTransformationMode value) | kanzi::Node2D | inline |
setPerspectiveTransformationOrigin(Vector3 value) | kanzi::Node2D | inline |
setPerspectiveTransformationPivot(Vector3 value) | kanzi::Node2D | inline |
setPixelFormat(Node2D::PixelFormat value) | kanzi::Node2D | inline |
setPotentialCompositionBitViewport(bool enabled) | kanzi::Node2D | 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 | |
setRenderChildrenAllowed(bool enabled) | kanzi::Node2D | inlineprotected |
setRenderSelf(bool value) | kanzi::Node2D | inline |
setRenderSelfAllowed(bool enabled) | kanzi::Node2D | inlineprotected |
setRenderTarget(TextureSharedPtr texture) | kanzi::Node2D | inline |
setRenderTargetMinimumHeight(float value) | kanzi::Node2D | inline |
setRenderTargetMinimumWidth(float value) | kanzi::Node2D | inline |
setRenderTargetReallocationLimit(float value) | kanzi::Node2D | inline |
setRenderTransformation(SRTValue2D value) | kanzi::Node2D | inline |
setRenderTransformationOrigin(Vector2 value) | kanzi::Node2D | inline |
setRenderType(RenderType renderType) | kanzi::Node2D | inlineprotected |
setRequiresLocalTransformationScope(bool enabled) | kanzi::Node2D | inline |
setRequiresTilingUpdate(bool enabled) | kanzi::Node2D | inline |
setResourceDictionary(ResourceDictionarySharedPtr resourceDictionary) | kanzi::Node | |
setScriptingContext(ScriptingContextSharedPtr context) | kanzi::Object | inline |
setSecondPassDesiredSize(Vector2 size) | kanzi::Node2D | inlineprotected |
setSize(float width, float height) | kanzi::Node2D | |
setSize(Vector2 size) | kanzi::Node2D | inline |
setSnapToPixel(bool value) | kanzi::Node2D | inline |
setStateManager(ResourceSharedPtr value) | kanzi::Node | inline |
setStretchTypeBottom(Node2D::ContentStretch value) | kanzi::NinePatchImage2D | inline |
setStretchTypeCenter(Node2D::ContentStretch value) | kanzi::NinePatchImage2D | inline |
setStretchTypeLeft(Node2D::ContentStretch value) | kanzi::NinePatchImage2D | inline |
setStretchTypeRight(Node2D::ContentStretch value) | kanzi::NinePatchImage2D | inline |
setStretchTypeTop(Node2D::ContentStretch value) | kanzi::NinePatchImage2D | 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 |
SnapToPixelProperty | kanzi::Node2D | static |
StateManagerProperty | kanzi::Node | static |
StretchTypeBottomProperty | kanzi::NinePatchImage2D | static |
StretchTypeCenterProperty | kanzi::NinePatchImage2D | static |
StretchTypeLeftProperty | kanzi::NinePatchImage2D | static |
StretchTypeRightProperty | kanzi::NinePatchImage2D | static |
StretchTypeTopProperty | kanzi::NinePatchImage2D | static |
StyleProperty | kanzi::Node | static |
transform() | kanzi::Node2D | inline |
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 | |
unboundedLayoutSize() | kanzi::Node2D | inlinestatic |
unboundedLayoutValue() | kanzi::Node | inlinestatic |
updateAllResourcesVisitor(Node &node) | kanzi::Node | protectedstatic |
updateContentTexture(TextureSharedPtr texture) | kanzi::Node2D | inlineprotected |
updateFinalTransform(const Matrix3x3 &worldTransform, const Matrix3x3 &parentTransform) | kanzi::Node2D | protected |
updateFocusScopeInfo(FocusScopePtr &nodeScopeInfo) | kanzi::Node | protectedvirtual |
updatePropertiesForConnectedNode() | kanzi::Node | protected |
updatePropertiesForDisconnectedNode(Node *oldParent) | kanzi::Node | protected |
updateRender(const Matrix3x3 &worldTransform, const Matrix3x3 &parentTransform, bool transformChanged) | kanzi::Node2D | protected |
updateRenderOverride() | kanzi::Node2D | protectedvirtual |
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 | |
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) override | kanzi::Node2D | 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 |
XFov enum value | kanzi::Node2D | |
YFov enum value | kanzi::Node2D | |
~MetaObject() | kanzi::MetaObject | virtual |
~NinePatchImage2D() override | kanzi::NinePatchImage2D | inline |
~Node() override | kanzi::Node | |
~Node2D() override | kanzi::Node2D | |
~Object() override | kanzi::Object | |
~PropertyObject() | kanzi::PropertyObject | virtual |