17 #ifndef UNITY_SHELL_SCOPES_FILTERSINTERFACE_H 18 #define UNITY_SHELL_SCOPES_FILTERSINTERFACE_H 20 #include <unity/SymbolExport.h> 22 #include <QAbstractListModel> 37 RoleFilterId = Qt::UserRole + 1,
48 ExpandableFilterWidget
53 QHash<int, QByteArray> roleNames()
const override 55 QHash<int, QByteArray> roles;
56 roles[RoleFilterId] =
"id";
57 roles[RoleFilterType] =
"type";
58 roles[RoleFilter] =
"filter";
64 explicit FiltersInterface(QObject* parent = 0) : QAbstractListModel(parent) {}
Definition: FiltersInterface.h:31
Top-level namespace for all things Unity-related.
Definition: Version.h:37