|
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::ResourceDictionary_acquire (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_add (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key, StringView url) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_add1 (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key, ObjectWrapper *resource) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_add2 (ObjectWrapper *thisPtrWrapper, ObjectWrapper *resourceDictionary) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_addAnonymousResource (ObjectWrapper *thisPtrWrapper, ObjectWrapper *resource) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::ResourceDictionary_clone (ObjectWrapper *thisPtrWrapper) |
| |
| KANZI_INTEROP_API bool | kanzi::interop::ResourceDictionary_contains (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::ResourceDictionary_create (Context *context, StringView name) |
| |
| KANZI_INTEROP_API ObjectWrapper * | kanzi::interop::ResourceDictionary_findDictionary (ObjectWrapper *thisPtrWrapper, StringView name) |
| |
| KANZI_INTEROP_API ObjectWrapper * | kanzi::interop::ResourceDictionary_findStoredResource (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key) |
| |
| KANZI_INTEROP_API size_t | kanzi::interop::ResourceDictionary_getDictionaryCount (ObjectWrapper *thisPtrWrapper) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_merge (ObjectWrapper *thisPtrWrapper, ObjectWrapper *preferredDictionary) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_remove (ObjectWrapper *thisPtrWrapper, ResourceIDWrapper *key) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_removeAnonymousResource (ObjectWrapper *thisPtrWrapper, ObjectWrapper *resource) |
| |
| KANZI_INTEROP_API void | kanzi::interop::ResourceDictionary_removeDictionary (ObjectWrapper *thisPtrWrapper, size_t index) |
| |