|
libyui-qt-pkg
2.43.0
|
#include <YQPkgDescriptionDialog.h>


Public Member Functions | |
| virtual QSize | sizeHint () const |
Static Public Member Functions | |
| static void | showDescriptionDialog (const QString &pkgName) |
Protected Member Functions | |
| YQPkgDescriptionDialog (QWidget *parent, const QString &pkgName) | |
| void | filter (const QString &pkgName) |
| bool | isEmpty () const |
Protected Attributes | |
| YQPkgList * | _pkgList |
| YQPkgDescriptionView * | _pkgDescription |
Pkg status and description as a standalone popup dialog.
Definition at line 54 of file YQPkgDescriptionDialog.h.
|
protected |
Constructor: Creates a description dialog for all packages that match 'pkgName'.
Definition at line 68 of file YQPkgDescriptionDialog.cc.

|
protected |
Apply the filter criteria: Fill the pkg list with pkgs that match the specified package name.
Definition at line 136 of file YQPkgDescriptionDialog.cc.

|
protected |
Returns 'true' if the pkg list is empty. This is only meaningful after calling 'filter()' !
Definition at line 171 of file YQPkgDescriptionDialog.cc.
|
static |
Static convenience method: Post a description dialog for pkg 'pkgName'.
Definition at line 193 of file YQPkgDescriptionDialog.cc.
|
virtual |
Returns the preferred size.
Reimplemented from QWidget to limit the dialog to the screen dimensions.
Definition at line 182 of file YQPkgDescriptionDialog.cc.