![]() |
Crossfire Resources Editor
|
Structure to give a type name to available properties. More...
Data Fields | |
const QMetaObject * | meta |
Associated object with its properties. More... | |
const char * | name |
User-friendly name. More... | |
std::vector< AssetData > | subfields |
Specific information for some properties. More... | |
Structure to give a type name to available properties.
Definition at line 25 of file AssetFieldCompleter.cpp.
const QMetaObject* AssetData::meta |
Associated object with its properties.
Definition at line 27 of file AssetFieldCompleter.cpp.
Referenced by addAssetData().
const char* AssetData::name |
User-friendly name.
Definition at line 26 of file AssetFieldCompleter.cpp.
std::vector<AssetData> AssetData::subfields |
Specific information for some properties.
Definition at line 28 of file AssetFieldCompleter.cpp.
Referenced by addAssetData().