RPM group tags filter view: Display the RPM group tags tree and emit signals if any group tag is selected so a package list can be filled or updated.
More...
#include <YQPkgRpmGroupTagsFilterView.h>
|
static YRpmGroupsTree * | _rpmGroupsTree = 0 |
|
RPM group tags filter view: Display the RPM group tags tree and emit signals if any group tag is selected so a package list can be filled or updated.
Definition at line 59 of file YQPkgRpmGroupTagsFilterView.h.
YQPkgRpmGroupTagsFilterView::YQPkgRpmGroupTagsFilterView |
( |
QWidget * |
parent | ) |
|
YQPkgRpmGroupTagsFilterView::~YQPkgRpmGroupTagsFilterView |
( |
| ) |
|
|
virtual |
bool YQPkgRpmGroupTagsFilterView::check |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
pkg |
|
) |
| |
void YQPkgRpmGroupTagsFilterView::cloneTree |
( |
YStringTreeItem * |
parentRpmGroup, |
|
|
YQPkgRpmGroupTag * |
parentClone = 0 |
|
) |
| |
|
protected |
Recursively clone the RPM group tag tree for the QListView widget: Make a deep copy of the tree starting at 'parentRpmGroup' and 'parentClone'.
Definition at line 111 of file YQPkgRpmGroupTagsFilterView.cc.
void YQPkgRpmGroupTagsFilterView::fillRpmGroupsTree |
( |
| ) |
|
|
staticprotected |
void YQPkgRpmGroupTagsFilterView::filter |
( |
| ) |
|
|
slot |
void YQPkgRpmGroupTagsFilterView::filterFinished |
( |
| ) |
|
|
signal |
Emitted when filtering is finished.
void YQPkgRpmGroupTagsFilterView::filterIfVisible |
( |
| ) |
|
|
slot |
void YQPkgRpmGroupTagsFilterView::filterMatch |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
pkg |
|
) |
| |
|
signal |
Emitted during filtering for each pkg that matches the filter.
void YQPkgRpmGroupTagsFilterView::filterStart |
( |
| ) |
|
|
signal |
Emitted when the filtering starts. Use this to clear package lists etc. prior to adding new entries.
YRpmGroupsTree * YQPkgRpmGroupTagsFilterView::rpmGroupsTree |
( |
| ) |
|
|
staticslot |
const string& YQPkgRpmGroupTagsFilterView::selectedRpmGroup |
( |
| ) |
const |
|
inline |
Returns the (untranslated!) currently selected RPM group as string. Special case: "*" is returned if "zzz_All" is selected.
Definition at line 91 of file YQPkgRpmGroupTagsFilterView.h.
void YQPkgRpmGroupTagsFilterView::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 134 of file YQPkgRpmGroupTagsFilterView.cc.
void YQPkgRpmGroupTagsFilterView::slotSelectionChanged |
( |
QTreeWidgetItem * |
newSelection | ) |
|
|
protectedslot |
The documentation for this class was generated from the following files: