|
libyui-qt-pkg
2.47.5
|
Filter view for packages that made problems during update. More...
#include <YQPkgStatusFilterView.h>


Public Slots | |
| void | filter () |
| Filter according to the view's rules and current selection. More... | |
| void | filterIfVisible () |
| Same as filter(), but only if this widget is currently visible. | |
| void | clear () |
| Reset all check boxes (set them all to "off") | |
| void | showTransactions () |
| Set up the check boxes so all pending transactions are displayed. | |
| void | showManualTransactions () |
| Set up the check boxes so pending manual transactions (no "auto" states) are displayed. | |
| void | showAutoTransactions () |
| Set up the check boxes so pending automatic transactions (the "auto" states) are displayed. | |
| void | showLocks () |
| Set the check boxes for locked packages ("Taboo" and "Protected") to "on". | |
| void | showInstalled () |
| Set the check box for installed packages to "on". | |
| void | showNotInstalled () |
| Set the check box for not installed packages to "on". | |
Signals | |
| void | filterStart () |
| Emitted when the filtering starts. More... | |
| void | filterMatch (ZyppSel selectable, ZyppPkg pkg) |
| Emitted during filtering for each pkg that matches the filter. | |
| void | filterFinished () |
| Emitted when filtering is finished. | |
Public Member Functions | |
| YQPkgStatusFilterView (QWidget *parent) | |
| Constructor. | |
| virtual | ~YQPkgStatusFilterView () |
| Destructor. | |
| virtual QSize | minimumSizeHint () const |
| Returns the minimum size required for this widget. More... | |
| bool | check (ZyppSel selectable, ZyppObj pkg) |
| Check if pkg matches the filter criteria. | |
Protected Member Functions | |
| QCheckBox * | addStatusCheckBox (QWidget *parent, const QString &label, const QPixmap &icon, bool initiallyChecked) |
| Add a check box. | |
Filter view for packages that made problems during update.
Definition at line 59 of file YQPkgStatusFilterView.h.
|
slot |
Filter according to the view's rules and current selection.
Emits those signals: filterStart() filterMatch() for each pkg that matches the filter filterFinished()
Definition at line 192 of file YQPkgStatusFilterView.cc.

|
signal |
Emitted when the filtering starts.
Use this to clear package lists etc. prior to adding new entries.
|
virtual |
Returns the minimum size required for this widget.
Inherited from QWidget.
Definition at line 177 of file YQPkgStatusFilterView.cc.