#include <YQPkgVersionsView.h>
Inheritance diagram for YQPkgVersionsView:
Public Slots | |
void | showDetailsIfVisible (PMObjectPtr pmObj) |
void | reload (QWidget *newCurrent) |
Signals | |
void | candidateChanged (PMObjectPtr newCandidate) |
Public Member Functions | |
YQPkgVersionsView (QWidget *parent, bool userCanSwitchVersions) | |
virtual | ~YQPkgVersionsView () |
virtual QSize | minimumSizeHint () const |
int | versionCol () const |
int | instSrcCol () const |
int | nameCol () const |
int | summaryCol () const |
int | statusCol () const |
int | archCol () const |
Protected Slots | |
void | checkForChangedCandidate () |
Protected Member Functions | |
void | showDetails (PMObjectPtr pmObj) |
Protected Attributes | |
QTabWidget * | _parentTab |
PMObjectPtr | _pmObj |
bool | _userCanSwitch |
int | _versionCol |
int | _instSrcCol |
int | _nameCol |
int | _summaryCol |
int | _statusCol |
int | _archCol |
|
Constructor. 'userCanSwitchVersions' specifies whether or not the user is allowed to switch between package versions - e.g. in YOU mode, he can't. |
|
Destructor |
|
|
|
Emitted when the user changes the |
|
Check for changed candidates |
|
|
|
Returns the minimum size required for this widget. Inherited from QWidget. Reimplemented from QY2ListView. |
|
|
|
Show data for the last package. |
|
Show details for the specified package. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|