|
libyui-qt-pkg
2.47.5
|
Filter view for packages that made problems during update. More...
#include <YQPkgUpdateProblemFilterView.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. | |
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 | |
| YQPkgUpdateProblemFilterView (QWidget *parent) | |
| Constructor. | |
| virtual | ~YQPkgUpdateProblemFilterView () |
| Destructor. | |
Static Public Member Functions | |
| static bool | haveProblematicPackages () |
| Check if there are any problematic packages at all, i.e. More... | |
Protected Attributes | |
| YQPkgSelMapper | _selMapper |
Filter view for packages that made problems during update.
Definition at line 53 of file YQPkgUpdateProblemFilterView.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 97 of file YQPkgUpdateProblemFilterView.cc.

|
signal |
Emitted when the filtering starts.
Use this to clear package lists etc. prior to adding new entries.
|
static |
Check if there are any problematic packages at all, i.e.
if it is worthwhile to create this widget at all
Definition at line 130 of file YQPkgUpdateProblemFilterView.cc.