#include <YQPkgStatusFilterView.h>
Public Slots | |
void | filter () |
void | filterIfVisible () |
Signals | |
void | filterStart () |
void | filterMatch (PMPackagePtr pkg) |
void | filterFinished () |
Public Member Functions | |
YQPkgStatusFilterView (QWidget *parent) | |
virtual | ~YQPkgStatusFilterView () |
virtual QSize | minimumSizeHint () const |
Protected Member Functions | |
bool | check (PMPackagePtr pkg) |
QCheckBox * | addStatusCheckBox (QWidget *parent, const QString &label, const QPixmap &icon, bool initiallyChecked) |
Protected Attributes | |
QCheckBox * | _showAutoDel |
QCheckBox * | _showAutoInstall |
QCheckBox * | _showAutoUpdate |
QCheckBox * | _showDel |
QCheckBox * | _showInstall |
QCheckBox * | _showKeepInstalled |
QCheckBox * | _showNoInst |
QCheckBox * | _showTaboo |
QCheckBox * | _showProtected |
QCheckBox * | _showUpdate |
QPushButton * | _refreshButton |
|
Constructor |
|
Destructor |
|
|
|
Check if pkg matches the filter criteria. |
|
Filter according to the view's rules and current selection. Emits those signals: filterStart() filterMatch() for each pkg that matches the filter filterFinished() |
|
Emitted when filtering is finished. |
|
Same as filter(), but only if this widget is currently visible. |
|
Emitted during filtering for each pkg that matches the filter. |
|
Emitted when the filtering starts. Use this to clear package lists etc. prior to adding new entries. |
|
Returns the minimum size required for this widget. Inherited from QWidget. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|