Blender  V3.3
Public Member Functions | List of all members
blender::bke::tests::TestableAssetCatalogCollection Class Reference
Inheritance diagram for blender::bke::tests::TestableAssetCatalogCollection:
blender::bke::AssetCatalogCollection

Public Member Functions

OwningAssetCatalogMapget_catalogs ()
 
OwningAssetCatalogMapget_deleted_catalogs ()
 
AssetCatalogDefinitionFileget_catalog_definition_file ()
 
AssetCatalogDefinitionFileallocate_catalog_definition_file ()
 
- Public Member Functions inherited from blender::bke::AssetCatalogCollection
 AssetCatalogCollection ()=default
 
 AssetCatalogCollection (const AssetCatalogCollection &other)=delete
 
 AssetCatalogCollection (AssetCatalogCollection &&other) noexcept=default
 
std::unique_ptr< AssetCatalogCollectiondeep_copy () const
 

Additional Inherited Members

- Static Protected Member Functions inherited from blender::bke::AssetCatalogCollection
static OwningAssetCatalogMap copy_catalog_map (const OwningAssetCatalogMap &orig)
 
- Protected Attributes inherited from blender::bke::AssetCatalogCollection
OwningAssetCatalogMap catalogs_
 
OwningAssetCatalogMap deleted_catalogs_
 
std::unique_ptr< AssetCatalogDefinitionFilecatalog_definition_file_
 
bool has_unsaved_changes_ = false
 

Detailed Description

Definition at line 1357 of file asset_catalog_test.cc.

Member Function Documentation

◆ allocate_catalog_definition_file()

AssetCatalogDefinitionFile* blender::bke::tests::TestableAssetCatalogCollection::allocate_catalog_definition_file ( )
inline

◆ get_catalog_definition_file()

AssetCatalogDefinitionFile* blender::bke::tests::TestableAssetCatalogCollection::get_catalog_definition_file ( )
inline

◆ get_catalogs()

OwningAssetCatalogMap& blender::bke::tests::TestableAssetCatalogCollection::get_catalogs ( )
inline

◆ get_deleted_catalogs()

OwningAssetCatalogMap& blender::bke::tests::TestableAssetCatalogCollection::get_deleted_catalogs ( )
inline

The documentation for this class was generated from the following file: