Filter view for packages that made problems during update.
More...
#include <YQPkgStatusFilterView.h>
|
QCheckBox * | addStatusCheckBox (QWidget *parent, const QString &label, const QPixmap &icon, bool initiallyChecked) |
|
|
QCheckBox * | _showAutoDel |
|
QCheckBox * | _showAutoInstall |
|
QCheckBox * | _showAutoUpdate |
|
QCheckBox * | _showDel |
|
QCheckBox * | _showInstall |
|
QCheckBox * | _showKeepInstalled |
|
QCheckBox * | _showNoInst |
|
QCheckBox * | _showTaboo |
|
QCheckBox * | _showProtected |
|
QCheckBox * | _showUpdate |
|
QPushButton * | _refreshButton |
|
Filter view for packages that made problems during update.
◆ YQPkgStatusFilterView()
YQPkgStatusFilterView::YQPkgStatusFilterView |
( |
QWidget * | parent | ) |
|
◆ ~YQPkgStatusFilterView()
YQPkgStatusFilterView::~YQPkgStatusFilterView |
( |
| ) |
|
|
virtual |
◆ addStatusCheckBox()
QCheckBox * YQPkgStatusFilterView::addStatusCheckBox |
( |
QWidget * | parent, |
|
|
const QString & | label, |
|
|
const QPixmap & | icon, |
|
|
bool | initiallyChecked ) |
|
protected |
◆ check()
bool YQPkgStatusFilterView::check |
( |
ZyppSel | selectable, |
|
|
ZyppObj | pkg ) |
Check if pkg matches the filter criteria.
◆ clear
void YQPkgStatusFilterView::clear |
( |
| ) |
|
|
slot |
Reset all check boxes (set them all to "off")
◆ filter
void YQPkgStatusFilterView::filter |
( |
| ) |
|
|
slot |
◆ filterFinished
void YQPkgStatusFilterView::filterFinished |
( |
| ) |
|
|
signal |
Emitted when filtering is finished.
◆ filterIfVisible
void YQPkgStatusFilterView::filterIfVisible |
( |
| ) |
|
|
slot |
Same as filter(), but only if this widget is currently visible.
◆ filterMatch
void YQPkgStatusFilterView::filterMatch |
( |
ZyppSel | selectable, |
|
|
ZyppPkg | pkg ) |
|
signal |
Emitted during filtering for each pkg that matches the filter.
◆ filterStart
void YQPkgStatusFilterView::filterStart |
( |
| ) |
|
|
signal |
Emitted when the filtering starts. Use this to clear package lists etc. prior to adding new entries.
◆ minimumSizeHint()
QSize YQPkgStatusFilterView::minimumSizeHint |
( |
| ) |
const |
|
virtual |
Returns the minimum size required for this widget. Inherited from QWidget.
◆ showAutoTransactions
void YQPkgStatusFilterView::showAutoTransactions |
( |
| ) |
|
|
slot |
Set up the check boxes so pending automatic transactions (the "auto" states) are displayed.
◆ showInstalled
void YQPkgStatusFilterView::showInstalled |
( |
| ) |
|
|
slot |
Set the check box for installed packages to "on".
◆ showLocks
void YQPkgStatusFilterView::showLocks |
( |
| ) |
|
|
slot |
Set the check boxes for locked packages ("Taboo" and "Protected") to "on".
◆ showManualTransactions
void YQPkgStatusFilterView::showManualTransactions |
( |
| ) |
|
|
slot |
Set up the check boxes so pending manual transactions (no "auto" states) are displayed.
◆ showNotInstalled
void YQPkgStatusFilterView::showNotInstalled |
( |
| ) |
|
|
slot |
Set the check box for not installed packages to "on".
◆ showTransactions
void YQPkgStatusFilterView::showTransactions |
( |
| ) |
|
|
slot |
Set up the check boxes so all pending transactions are displayed.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt-pkg/src/YQPkgStatusFilterView.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt-pkg/src/YQPkgStatusFilterView.cc