![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
A model suitable to be used with UnhideListViewBase. More...
#include "unhidelistmodel.h"
Inheritance diagram for LeechCraft::Util::UnhideListModel:
Collaboration diagram for LeechCraft::Util::UnhideListModel:Public Types | |
| enum | Roles { ItemClass = Qt::UserRole + 1, ItemName, ItemDescription, ItemIcon } |
| Various unhide roles to be set by the rows of this model. More... | |
Public Member Functions | |
| UnhideListModel (QObject *parent) | |
| Constructs the model with the given parent. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from LeechCraft::Util::RoleNamesMixin< QStandardItemModel > | |
| RoleNamesMixin ()=default | |
| Default constructor. More... | |
| RoleNamesMixin (Args &&...args) | |
| Constructs the base Model type with the given args. More... | |
A model suitable to be used with UnhideListViewBase.
This model just defines some roles used in various "unhide" lists and exposes them to QML.
Definition at line 45 of file unhidelistmodel.h.
Various unhide roles to be set by the rows of this model.
Definition at line 51 of file unhidelistmodel.h.
| LeechCraft::Util::UnhideListModel::UnhideListModel | ( | QObject * | parent | ) |
Constructs the model with the given parent.
| [in] | parent | The parent object of this model. |
Definition at line 36 of file unhidelistmodel.cpp.