Crossfire Resources Editor
AssetData Struct Reference

Structure to give a type name to available properties. More...

+ Collaboration diagram for AssetData:

Data Fields

const QMetaObject * meta
 Associated object with its properties. More...
 
const char * name
 User-friendly name. More...
 
std::vector< AssetDatasubfields
 Specific information for some properties. More...
 

Detailed Description

Structure to give a type name to available properties.

Definition at line 25 of file AssetFieldCompleter.cpp.

Field Documentation

◆ meta

const QMetaObject* AssetData::meta

Associated object with its properties.

Definition at line 27 of file AssetFieldCompleter.cpp.

Referenced by addAssetData().

◆ name

const char* AssetData::name

User-friendly name.

Definition at line 26 of file AssetFieldCompleter.cpp.

◆ subfields

std::vector<AssetData> AssetData::subfields

Specific information for some properties.

Definition at line 28 of file AssetFieldCompleter.cpp.

Referenced by addAssetData().


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