41 #ifndef YQPkgUpdateProblemFilterView_h 42 #define YQPkgUpdateProblemFilterView_h 46 #include <QTextBrowser> 47 #include "YQPkgSelMapper.h" 120 #endif // ifndef YQPkgUpdateProblemFilterView_h void filter()
Filter according to the view's rules and current selection.
Filter view for packages that made problems during update.
virtual ~YQPkgUpdateProblemFilterView()
Destructor.
void filterStart()
Emitted when the filtering starts.
void filterFinished()
Emitted when filtering is finished.
void filterIfVisible()
Same as filter(), but only if this widget is currently visible.
static bool haveProblematicPackages()
Check if there are any problematic packages at all, i.e.
Mapping from ZyppPkg to the correspoinding ZyppSel.
void filterMatch(ZyppSel selectable, ZyppPkg pkg)
Emitted during filtering for each pkg that matches the filter.
YQPkgUpdateProblemFilterView(QWidget *parent)
Constructor.