libyui-qt-pkg
2.42.5
|
Display a list of zypp::Patch objects and ( below ) details about the currently selected patch. More...
#include <YQPkgPatchFilterView.h>
Public Slots | |
void | updateTotalDownloadSize () |
Public Member Functions | |
YQPkgPatchFilterView (QWidget *parent) | |
virtual | ~YQPkgPatchFilterView () |
YQPkgPatchList * | patchList () const |
Protected Slots | |
void | fillPatchList () |
Protected Attributes | |
QSplitter * | _splitter |
YQPkgPatchList * | _patchList |
QComboBox * | _patchFilter |
QTabWidget * | _detailsViews |
YQPkgDescriptionView * | _descriptionView |
QLabel * | _totalDownloadSize |
YQPkgSelMapper | _selMapper |
Display a list of zypp::Patch objects and ( below ) details about the currently selected patch.
Definition at line 61 of file YQPkgPatchFilterView.h.
YQPkgPatchFilterView::YQPkgPatchFilterView | ( | QWidget * | parent | ) |
Constructor
Definition at line 70 of file YQPkgPatchFilterView.cc.
|
virtual |
Destructor
Definition at line 124 of file YQPkgPatchFilterView.cc.
|
protectedslot |
Fill the patch list with regard to the _patchCategory combo box.
Definition at line 212 of file YQPkgPatchFilterView.cc.
|
inline |
Returns this view's selections list.
Definition at line 81 of file YQPkgPatchFilterView.h.
|
slot |
Update the "total download size" field.
Definition at line 131 of file YQPkgPatchFilterView.cc.