![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include "unhidelistviewbase.h"
Inheritance diagram for LeechCraft::Util::UnhideListViewBase:
Collaboration diagram for LeechCraft::Util::UnhideListViewBase:Signals | |
| void | itemUnhideRequested (const QString &) |
Public Member Functions | |
| UnhideListViewBase (ICoreProxy_ptr, const std::function< void(QStandardItemModel *)> &modelFiller, QWidget *=0) | |
| void | SetItems (const QList< QStandardItem * > &) |
Protected Attributes | |
| QStandardItemModel * | Model_ |
Definition at line 52 of file unhidelistviewbase.h.
| LeechCraft::Util::UnhideListViewBase::UnhideListViewBase | ( | ICoreProxy_ptr | proxy, |
| const std::function< void(QStandardItemModel *)> & | modelFiller, | ||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 51 of file unhidelistviewbase.cpp.
References LeechCraft::Util::GetPathCandidates(), LeechCraft::Util::GetSysPath(), and LeechCraft::Util::QML.
Here is the call graph for this function:
|
signal |
| void LeechCraft::Util::UnhideListViewBase::SetItems | ( | const QList< QStandardItem * > & | items | ) |
Definition at line 96 of file unhidelistviewbase.cpp.
References Model_.
|
protected |
Definition at line 59 of file unhidelistviewbase.h.
Referenced by SetItems().