![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
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, QWidget *=0) | |
| void | SetItems (const QList< QStandardItem * > &) |
Protected Attributes | |
| QStandardItemModel * | Model_ |
Definition at line 44 of file unhidelistviewbase.h.
| LeechCraft::Util::UnhideListViewBase::UnhideListViewBase | ( | ICoreProxy_ptr | proxy, |
| QWidget * | parent = 0 |
||
| ) |
Definition at line 45 of file unhidelistviewbase.cpp.
References LeechCraft::Util::GetPathCandidates(), LeechCraft::Util::GetSysPath(), itemUnhideRequested(), Model_, 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 83 of file unhidelistviewbase.cpp.
References Model_.
|
protected |
Definition at line 48 of file unhidelistviewbase.h.
Referenced by SetItems(), and UnhideListViewBase().