#include <YQPkgPackageKitGroupsFilterView.h>
|
void | slotSelectionChanged (QTreeWidgetItem *newSelection) |
|
|
YPkgGroupEnum | _selectedGroup |
|
std::map< YPkgGroupEnum,
YQPkgPackageKitGroup * > | _groupsMap |
|
std::map< std::string,
YPkgGroupEnum > | _groupsCache |
|
Filter view for PackageKit groups. Uses the packages' RPM group tags and maps them to the corresponding PackageKit group.
Definition at line 108 of file YQPkgPackageKitGroupsFilterView.h.
YQPkgPackageKitGroupsFilterView::YQPkgPackageKitGroupsFilterView |
( |
QWidget * |
parent | ) |
|
YQPkgPackageKitGroupsFilterView::~YQPkgPackageKitGroupsFilterView |
( |
| ) |
|
|
virtual |
bool YQPkgPackageKitGroupsFilterView::check |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
pkg |
|
) |
| |
void YQPkgPackageKitGroupsFilterView::filter |
( |
| ) |
|
|
slot |
void YQPkgPackageKitGroupsFilterView::filterFinished |
( |
| ) |
|
|
signal |
Emitted when filtering is finished.
void YQPkgPackageKitGroupsFilterView::filterIfVisible |
( |
| ) |
|
|
slot |
void YQPkgPackageKitGroupsFilterView::filterMatch |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
pkg |
|
) |
| |
|
signal |
Emitted during filtering for each pkg that matches the filter.
void YQPkgPackageKitGroupsFilterView::filterStart |
( |
| ) |
|
|
signal |
Emitted when the filtering starts. Use this to clear package lists etc. prior to adding new entries.
YPkgGroupEnum YQPkgPackageKitGroupsFilterView::selectedGroup |
( |
| ) |
const |
|
inline |
void YQPkgPackageKitGroupsFilterView::selectSomething |
( |
| ) |
|
|
slot |
Select a list entry (if there is any). Usually this will be the first list entry, but don't rely on that - this might change without notice. Emits signal currentItemChanged().
Definition at line 256 of file YQPkgPackageKitGroupsFilterView.cc.
The documentation for this class was generated from the following files: