Blender  V3.3
Public Member Functions | List of all members
blender::ed::asset::index::AssetEntryReader Struct Reference

Single entry inside a #AssetIndexFile for reading. More...

Public Member Functions

 AssetEntryReader (const DictionaryValue &entry)
 
ID_Type get_idcode () const
 
StringRef get_name () const
 
bool has_description () const
 
StringRefNull get_description () const
 
bool has_author () const
 
StringRefNull get_author () const
 
StringRefNull get_catalog_name () const
 
CatalogID get_catalog_id () const
 
void add_tags_to_meta_data (AssetMetaData *asset_data) const
 
void add_properties_to_meta_data (AssetMetaData *asset_data) const
 

Detailed Description

Single entry inside a #AssetIndexFile for reading.

Definition at line 132 of file asset_indexer.cc.

Constructor & Destructor Documentation

◆ AssetEntryReader()

blender::ed::asset::index::AssetEntryReader::AssetEntryReader ( const DictionaryValue entry)
inline

Definition at line 145 of file asset_indexer.cc.

Member Function Documentation

◆ add_properties_to_meta_data()

void blender::ed::asset::index::AssetEntryReader::add_properties_to_meta_data ( AssetMetaData asset_data) const
inline

◆ add_tags_to_meta_data()

void blender::ed::asset::index::AssetEntryReader::add_tags_to_meta_data ( AssetMetaData asset_data) const
inline

◆ get_author()

StringRefNull blender::ed::asset::index::AssetEntryReader::get_author ( ) const
inline

◆ get_catalog_id()

CatalogID blender::ed::asset::index::AssetEntryReader::get_catalog_id ( ) const
inline

◆ get_catalog_name()

StringRefNull blender::ed::asset::index::AssetEntryReader::get_catalog_name ( ) const
inline

◆ get_description()

StringRefNull blender::ed::asset::index::AssetEntryReader::get_description ( ) const
inline

◆ get_idcode()

ID_Type blender::ed::asset::index::AssetEntryReader::get_idcode ( ) const
inline

◆ get_name()

StringRef blender::ed::asset::index::AssetEntryReader::get_name ( ) const
inline

◆ has_author()

bool blender::ed::asset::index::AssetEntryReader::has_author ( ) const
inline

◆ has_description()

bool blender::ed::asset::index::AssetEntryReader::has_description ( ) const
inline

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