|
void | filterStart () |
| Emitted when the filtering starts. More...
|
|
void | filterMatch (ZyppSel selectable, ZyppPkg pkg) |
| Emitted during filtering for each pkg that matches the filter and the candidate package comes from the respective repository.
|
|
void | filterNearMatch (ZyppSel selectable, ZyppPkg pkg) |
| Emitted during filtering for each pkg that matches the filter and the candidate package does not come from the respective repository.
|
|
void | filterFinished () |
| Emitted when filtering is finished.
|
|
|
void | primaryFilterMatch (ZyppSel selectable, ZyppPkg pkg) |
| Propagate a filter match from the primary filter and appy any selected secondary filter(s) to it.
|
|
void | primaryFilterNearMatch (ZyppSel selectable, ZyppPkg pkg) |
| Propagate a filter near match from the primary filter and appy any selected secondary filter(s) to it.
|
|
|
QWidget * | layoutSecondaryFilters (QWidget *parent) |
| Widget layout for the secondary filters.
|
|
bool | secondaryFilterMatch (ZyppSel selectable, ZyppPkg pkg) |
| Check if pkg matches the the currently selected secondary filter.
|
|
Definition at line 55 of file YQPkgRepoFilterView.h.
◆ filter
void YQPkgRepoFilterView::filter |
( |
| ) |
|
|
slot |
◆ filterStart
void YQPkgRepoFilterView::filterStart |
( |
| ) |
|
|
signal |
Emitted when the filtering starts.
Use this to clear package lists etc. prior to adding new entries.
The documentation for this class was generated from the following files: