|
#include "scenarioitem.h"
#include "applicationdatabaseitem.h"
#include "openscenarioitem.h"
#include "settingsitem.h"
#include <QSortFilterProxyModel>
#include <QModelIndex>
#include <qmetatype.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | FilterableTreeModelSortFilterProxyModel |
Model of the FilterableTreeView. More... | |
Typedefs | |
using | FilterableTreeModelSortFilterProxyModelPtr = std::shared_ptr< FilterableTreeModelSortFilterProxyModel > |
using FilterableTreeModelSortFilterProxyModelPtr = std::shared_ptr<FilterableTreeModelSortFilterProxyModel> |
Definition at line 65 of file filterabletreemodelsortfilterproxymodel.h.