This is the complete list of members for kanzi::ResourceDictionary, including all inherited members.
| acquire(const ResourceID &key) const | kanzi::ResourceDictionary | |
| acquire(const ResourceID &key) const | kanzi::ResourceDictionary | inline |
| acquireAsync(const ResourceID &key, ResourceManager::AsyncAcquireFinishedCallback func) const | kanzi::ResourceDictionary | |
| acquireAsyncOverride(const ResourceID &key, ResourceManager::AsyncAcquireFinishedCallback func) const | kanzi::ResourceDictionary | protectedvirtual |
| acquireLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| acquireModifierStorage(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
| acquireNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| acquireOverride(const ResourceID &key) const | kanzi::ResourceDictionary | protectedvirtual |
| acquirePropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| add(const ResourceID &key, string_view url) | kanzi::ResourceDictionary | |
| add(const ResourceID &key, ResourceSharedPtr resource) | kanzi::ResourceDictionary | |
| add(ResourceDictionarySharedPtr resourceDictionary) | kanzi::ResourceDictionary | |
| addAnonymousResource(ResourceSharedPtr resource) | kanzi::ResourceDictionary | |
| 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 |
| AnonymousResourceConstIterator typedef | kanzi::ResourceDictionary | |
| AnonymousResourceContainer typedef | kanzi::ResourceDictionary | |
| AppliedStyleContainer typedef | kanzi::Object | protected |
| applyObjectStyle(kanzi::StyleSharedPtr style) | kanzi::Object | |
| applyObjectStyles() | kanzi::Object | |
| beginAnonymousResources() const | kanzi::ResourceDictionary | |
| beginPropertyStorage() | kanzi::PropertyObject | inline |
| beginPropertyStorage() const | kanzi::PropertyObject | inline |
| beginUrls() const | kanzi::ResourceDictionary | |
| clearPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
| clone() const | kanzi::ResourceDictionary | |
| cloneOverride() const | kanzi::ResourceDictionary | protectedvirtual |
| constructLocalValueSourceEntry(AbstractPropertyTypeDescriptor &descriptor, AbstractPropertyTypeDescriptor::PropertyStorage &propertyStorage) | kanzi::PropertyObject | protected |
| constructPropertyStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| contains(const ResourceID &key) const | kanzi::ResourceDictionary | |
| copyLocalValue(const PropertyObject &other, AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| copyLocalValue(const AbstractPropertyTypeDescriptor::PropertyStorage &otherPropertyStorage) | kanzi::PropertyObject | protected |
| copyLocalValues(const PropertyObject &other) | kanzi::PropertyObject | |
| crbeginDictionaries() const | kanzi::ResourceDictionary | |
| create(Domain *domain, string_view name) | kanzi::ResourceDictionary | static |
| crendDictionaries() const | kanzi::ResourceDictionary | |
| DictionaryConstIterator typedef | kanzi::ResourceDictionary | |
| DictionaryConstReverseIterator typedef | kanzi::ResourceDictionary | |
| DictionaryContainer typedef | kanzi::ResourceDictionary | |
| endAnonymousResources() const | kanzi::ResourceDictionary | |
| endPropertyStorage() | kanzi::PropertyObject | inline |
| endPropertyStorage() const | kanzi::PropertyObject | inline |
| endUrls() const | kanzi::ResourceDictionary | |
| find(const ResourceID &key) const | kanzi::ResourceDictionary | |
| findDictionary(string_view name) const | kanzi::ResourceDictionary | |
| findModifierStorage(AbstractPropertyTypeDescriptor &descriptor) | kanzi::PropertyObject | protected |
| findNotificationStorage(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| findOverride(const ResourceID &key) const | kanzi::ResourceDictionary | virtual |
| 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 |
| findStoredResource(const ResourceID &key) const | kanzi::ResourceDictionary | |
| getAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
| getAbstractPropertyBase(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
| getClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getCPUMemoryUsage() const | kanzi::Resource | virtual |
| getCPUMemoryUsageOverride() const override | kanzi::ResourceDictionary | inlineprotectedvirtual |
| getDictionaryCount() const | kanzi::ResourceDictionary | |
| getDomain() const | kanzi::Object | |
| getDynamicMetaclass() const override | kanzi::Object | virtual |
| getFinalValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getMainLoopScheduler() const | kanzi::Object | |
| getMessageDispatcher() const | kanzi::Object | |
| getName() const | kanzi::Resource | inline |
| getNonClassValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getOptionalAbstractProperty(AbstractPropertyType abstractPropertyType) const | kanzi::PropertyObject | inline |
| getOptionalProperty(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getOptionalPropertyBase(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getProperty(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getPropertyBase(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getPropertyNotificationHandlerCount(const PropertyType< DataType > &propertyType) const | kanzi::PropertyObject | inline |
| getResourceManager() const | kanzi::Object | |
| getScriptingContext() const | kanzi::Object | inline |
| getStaticMetaclass() | kanzi::Object | static |
| getTopValueSource(AbstractPropertyTypeDescriptor &descriptor) const | kanzi::PropertyObject | protected |
| getUrl() const | kanzi::Resource | 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 | |
| initialize() | kanzi::Object | inlineprotected |
| isKeepAlive() const | kanzi::Resource | |
| isPropertyFlagSet(AbstractPropertyType propertyType, uint32_t flag) const | kanzi::PropertyObject | |
| isTypeOf(const Metaclass *objectType) const | kanzi::MetaObject | inline |
| loadFromKZB(Domain *domain, string_view name, KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) | kanzi::ResourceDictionary | static |
| loadFromKZB(KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) | kanzi::ResourceDictionary | protected |
| m_appliedStyles | kanzi::Object | protected |
| makeEditorInfo() | kanzi::ResourceDictionary | inlineprotectedstatic |
| merge(const ResourceDictionary &preferredDictionary) | kanzi::ResourceDictionary | |
| MetaObject() | kanzi::MetaObject | inlineexplicitprotected |
| notifyPropertyHandlers(PropertyStoragePtr &storagePtr, PropertyNotificationReason reason) | kanzi::PropertyObject | protectedvirtual |
| Object(Domain *domain) | kanzi::Object | explicit |
| onCopy(const Object &other) | kanzi::Object | protected |
| kanzi::PropertyObject::onCopy(const PropertyObject &other) | kanzi::PropertyObject | protected |
| onPropertyChanged(AbstractPropertyType propertyType, PropertyNotificationReason reason) | kanzi::PropertyObject | virtual |
| PropertyObject() | kanzi::PropertyObject | explicit |
| PropertyStorageConstIterator typedef | kanzi::PropertyObject | |
| PropertyStorageContainer typedef | kanzi::PropertyObject | |
| PropertyStorageIterator typedef | kanzi::PropertyObject | |
| PropertyStoragePtr typedef | kanzi::PropertyObject | |
| PropertyStorageReverseIterator typedef | kanzi::PropertyObject | |
| reload() | kanzi::Resource | |
| reloadFromFile(string_view filePath) | kanzi::Resource | |
| reloadFromFileOverride(string_view filePath) | kanzi::Resource | protectedvirtual |
| reloadFromKzb(KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) | kanzi::Resource | |
| reloadFromKzbOverride(KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) | kanzi::Resource | protectedvirtual |
| reloadOverride() | kanzi::Resource | protectedvirtual |
| remove(const ResourceID &key) | kanzi::ResourceDictionary | |
| removeAnonymousResource(const Resource &resource) | kanzi::ResourceDictionary | |
| removeDictionary(size_t index) | kanzi::ResourceDictionary | |
| 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 |
| 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 |
| Resource(Domain *domain, string_view name) | kanzi::Resource | explicitprotected |
| ResourceConstIterator typedef | kanzi::ResourceDictionary | |
| ResourceDictionary(Domain *domain, string_view name) | kanzi::ResourceDictionary | explicitprotected |
| ResourceMap typedef | kanzi::ResourceDictionary | |
| setAbstractProperty(AbstractPropertyType abstractPropertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
| setKeepAlive(bool keepAlive) | kanzi::Resource | |
| setProperty(const PropertyType< DataType > &propertyType, typename PropertyType< DataType >::Traits::ParameterType value) | kanzi::PropertyObject | inline |
| setPropertyFlag(AbstractPropertyType propertyType, uint32_t flag) | kanzi::PropertyObject | |
| setScriptingContext(ScriptingContextSharedPtr context) | kanzi::Object | inline |
| setUrl(string_view url) | kanzi::Resource | |
| tryAcquire(const ResourceID &key) const | kanzi::ResourceDictionary | |
| tryAcquire(const ResourceID &key) const | kanzi::ResourceDictionary | inline |
| tryAcquireOverride(const ResourceID &key) const | kanzi::ResourceDictionary | protectedvirtual |
| unapplyObjectStyle(AppliedStyleEntrySharedPtr appliedStyleEntry) | kanzi::Object | |
| unapplyObjectStyles() | kanzi::Object | |
| URLConstIterator typedef | kanzi::ResourceDictionary | |
| URLMap typedef | kanzi::ResourceDictionary | |
| validatePropertyModifiers(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| validatePropertyModifiers(PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| validatePropertyModifiersAndNotifyHandlers(AbstractPropertyType propertyType) | kanzi::PropertyObject | |
| validatePropertyModifiersAndNotifyHandlers(PropertyStoragePtr &propertyStorage) | kanzi::PropertyObject | protected |
| ~MetaObject() | kanzi::MetaObject | virtual |
| ~Object() override | kanzi::Object | |
| ~PropertyObject() | kanzi::PropertyObject | virtual |
| ~Resource() override | kanzi::Resource |