![]() |
Crossfire Resources Editor
|
#include <QAbstractItemModel>#include <QVector>#include <QSortFilterProxyModel>#include <map>#include <tuple>#include <utility>#include "assets/AssetWrapper.h"
Include dependency graph for AssetModel.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | AssetModel |
| Qt model representing all items in CRE, with the exception of experience. More... | |
| class | ScriptFilterAssetModel |
| Proxy model filtering based on user-written filter, used in the main resource view. More... | |
| class | UseFilterAssetModel |
| Proxy model filtering based on whether an asset uses a specific asset or not. More... | |