![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include "unhidelistviewbase.h"
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.
|
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().