|
Blender V4.3
|
Inherits blender::asset_system::AssetCatalogCollection.
Public Member Functions | |
| OwningAssetCatalogMap & | get_catalogs () |
| OwningAssetCatalogMap & | get_deleted_catalogs () |
| AssetCatalogDefinitionFile * | get_catalog_definition_file () |
| AssetCatalogDefinitionFile * | allocate_catalog_definition_file (StringRef file_path) |
Public Member Functions inherited from blender::asset_system::AssetCatalogCollection | |
| AssetCatalogCollection ()=default | |
| AssetCatalogCollection (const AssetCatalogCollection &other)=delete | |
| AssetCatalogCollection (AssetCatalogCollection &&other) noexcept=default | |
| std::unique_ptr< AssetCatalogCollection > | deep_copy () const |
| void | add_catalogs_from_existing (const AssetCatalogCollection &other, OnDuplicateCatalogIdFn on_duplicate_items) |
Additional Inherited Members | |
Public Types inherited from blender::asset_system::AssetCatalogCollection | |
| using | OnDuplicateCatalogIdFn |
Static Protected Member Functions inherited from blender::asset_system::AssetCatalogCollection | |
| static OwningAssetCatalogMap | copy_catalog_map (const OwningAssetCatalogMap &orig) |
Protected Attributes inherited from blender::asset_system::AssetCatalogCollection | |
| OwningAssetCatalogMap | catalogs_ |
| OwningAssetCatalogMap | deleted_catalogs_ |
| std::unique_ptr< AssetCatalogDefinitionFile > | catalog_definition_file_ |
| bool | has_unsaved_changes_ = false |
| friend | AssetCatalogService |
Definition at line 1105 of file asset_catalog_test.cc.
|
inline |
Definition at line 1119 of file asset_catalog_test.cc.
References blender::asset_system::AssetCatalogCollection::catalog_definition_file_, and get_catalog_definition_file().
Referenced by blender::asset_system::tests::TEST_F().
|
inline |
Definition at line 1115 of file asset_catalog_test.cc.
References blender::asset_system::AssetCatalogCollection::catalog_definition_file_.
Referenced by allocate_catalog_definition_file(), and blender::asset_system::tests::TEST_F().
|
inline |
Definition at line 1107 of file asset_catalog_test.cc.
References blender::asset_system::AssetCatalogCollection::catalogs_.
Referenced by blender::asset_system::tests::TEST_F(), and blender::asset_system::tests::TEST_F().
|
inline |
Definition at line 1111 of file asset_catalog_test.cc.
References blender::asset_system::AssetCatalogCollection::deleted_catalogs_.
Referenced by blender::asset_system::tests::TEST_F(), and blender::asset_system::tests::TEST_F().