Package version selector: Display a list of available versions from all the different installation sources and let the user change the candidate version for installation / update.
More...
#include <YQPkgVersionsView.h>
|
void | candidateChanged (ZyppObj newCandidate) |
|
void | multiversionSelectionChanged () |
|
|
QWidget * | _content |
|
QTabWidget * | _parentTab |
|
ZyppSel | _selectable |
|
bool | _userCanSwitch |
|
QButtonGroup * | _buttons |
|
QList< QWidget * > | _installed |
|
QVBoxLayout * | _layout |
|
Package version selector: Display a list of available versions from all the different installation sources and let the user change the candidate version for installation / update.
Definition at line 63 of file YQPkgVersionsView.h.
YQPkgVersionsView::YQPkgVersionsView |
( |
QWidget * |
parent, |
|
|
bool |
userCanSwitchVersions |
|
) |
| |
Constructor.
'userCanSwitchVersions' specifies whether or not the user is allowed to switch between package versions - e.g. in patch mode, he can't.
Definition at line 65 of file YQPkgVersionsView.cc.
YQPkgVersionsView::~YQPkgVersionsView |
( |
| ) |
|
|
virtual |
void YQPkgVersionsView::candidateChanged |
( |
ZyppObj |
newCandidate | ) |
|
|
signal |
Emitted when the user changes the
void YQPkgVersionsView::checkForChangedCandidate |
( |
| ) |
|
|
protectedslot |
QSize YQPkgVersionsView::minimumSizeHint |
( |
| ) |
const |
|
virtual |
Returns the minimum size required for this widget. Inherited from QWidget.
Definition at line 345 of file YQPkgVersionsView.cc.
void YQPkgVersionsView::reload |
( |
QWidget * |
newCurrent | ) |
|
|
slot |
void YQPkgVersionsView::showDetails |
( |
ZyppSel |
selectable | ) |
|
|
protected |
void YQPkgVersionsView::showDetailsIfVisible |
( |
ZyppSel |
selectable | ) |
|
|
slot |
Show details for the specified package. Delayed ( optimized ) display if this is embedded into a QTabWidget parent: In this case, wait until this page becomes visible.
Definition at line 106 of file YQPkgVersionsView.cc.
The documentation for this class was generated from the following files: