Blender
V3.3
|
Public Member Functions | |
OwningAssetCatalogMap & | get_catalogs () |
OwningAssetCatalogMap & | get_deleted_catalogs () |
AssetCatalogDefinitionFile * | get_catalog_definition_file () |
AssetCatalogDefinitionFile * | allocate_catalog_definition_file () |
![]() | |
AssetCatalogCollection ()=default | |
AssetCatalogCollection (const AssetCatalogCollection &other)=delete | |
AssetCatalogCollection (AssetCatalogCollection &&other) noexcept=default | |
std::unique_ptr< AssetCatalogCollection > | deep_copy () const |
Additional Inherited Members | |
![]() | |
static OwningAssetCatalogMap | copy_catalog_map (const OwningAssetCatalogMap &orig) |
![]() | |
OwningAssetCatalogMap | catalogs_ |
OwningAssetCatalogMap | deleted_catalogs_ |
std::unique_ptr< AssetCatalogDefinitionFile > | catalog_definition_file_ |
bool | has_unsaved_changes_ = false |
Definition at line 1357 of file asset_catalog_test.cc.
|
inline |
Definition at line 1371 of file asset_catalog_test.cc.
References blender::bke::AssetCatalogCollection::catalog_definition_file_, and get_catalog_definition_file().
Referenced by blender::bke::tests::TEST_F().
|
inline |
Definition at line 1367 of file asset_catalog_test.cc.
References blender::bke::AssetCatalogCollection::catalog_definition_file_.
Referenced by allocate_catalog_definition_file(), and blender::bke::tests::TEST_F().
|
inline |
Definition at line 1359 of file asset_catalog_test.cc.
References blender::bke::AssetCatalogCollection::catalogs_.
Referenced by blender::bke::tests::TEST_F().
|
inline |
Definition at line 1363 of file asset_catalog_test.cc.
References blender::bke::AssetCatalogCollection::deleted_catalogs_.
Referenced by blender::bke::tests::TEST_F().