#include <YQPkgUpdateProblemFilterView.h>
Public Slots | |
void | filter () |
void | filterIfVisible () |
Signals | |
void | filterStart () |
void | filterMatch (PMPackagePtr pkg) |
void | filterFinished () |
Public Member Functions | |
YQPkgUpdateProblemFilterView (QWidget *parent) | |
virtual | ~YQPkgUpdateProblemFilterView () |
|
Constructor |
|
Destructor |
|
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. |