Blender
V3.3
|
#include <BKE_asset_catalog.hh>
Public Member Functions | |
bool | contains (CatalogID asset_catalog_id) const |
bool | is_known (CatalogID asset_catalog_id) const |
Protected Member Functions | |
AssetCatalogFilter (Set< CatalogID > &&matching_catalog_ids, Set< CatalogID > &&known_catalog_ids) | |
Protected Attributes | |
friend | AssetCatalogService |
const Set< CatalogID > | matching_catalog_ids |
const Set< CatalogID > | known_catalog_ids |
Filter that can determine whether an asset should be visible or not, based on its catalog ID.
Definition at line 503 of file BKE_asset_catalog.hh.
|
explicitprotected |
Definition at line 1082 of file blenkernel/intern/asset_catalog.cc.
Definition at line 1089 of file blenkernel/intern/asset_catalog.cc.
References matching_catalog_ids.
Definition at line 1094 of file blenkernel/intern/asset_catalog.cc.
References BLI_uuid_is_nil(), and known_catalog_ids.
|
protected |
Definition at line 511 of file BKE_asset_catalog.hh.
Definition at line 513 of file BKE_asset_catalog.hh.
Referenced by is_known().
Definition at line 512 of file BKE_asset_catalog.hh.
Referenced by contains().