|
libyui-qt-pkg
2.43.0
|
Display a pkg's file list. More...
#include <YQPkgFileListView.h>


Public Member Functions | |
| YQPkgFileListView (QWidget *parent) | |
| virtual | ~YQPkgFileListView () |
| virtual void | showDetails (ZyppSel selectable) |
Public Member Functions inherited from YQPkgGenericDetailsView | |
| virtual QSize | minimumSizeHint () const |
Protected Member Functions | |
| QString | formatFileList (const list< string > &fileList) const |
Protected Member Functions inherited from YQPkgGenericDetailsView | |
| YQPkgGenericDetailsView (QWidget *parent) | |
| virtual | ~YQPkgGenericDetailsView () |
Additional Inherited Members | |
Public Slots inherited from YQPkgGenericDetailsView | |
| void | showDetailsIfVisible (ZyppSel selectable) |
Static Public Member Functions inherited from YQPkgGenericDetailsView | |
| static QString | htmlStart () |
| static QString | htmlEnd () |
| static QString | htmlHeading (ZyppSel selectable, bool showVersion=false) |
| static QString | htmlEscape (const QString &plainText) |
| static QString | table (const QString &contents) |
| static QString | row (const QString &contents) |
| static QString | cell (QString contents) |
| static QString | cell (int contents) |
| static QString | cell (const string &contents) |
| static QString | cell (const zypp::Date &date) |
| static QString | hcell (QString contents) |
Protected Slots inherited from YQPkgGenericDetailsView | |
| void | reload (QWidget *newCurrent) |
| virtual void | reload () |
Protected Attributes inherited from YQPkgGenericDetailsView | |
| QTabWidget * | _parentTab |
| ZyppSel | _selectable |
Display a pkg's file list.
Definition at line 54 of file YQPkgFileListView.h.
| YQPkgFileListView::YQPkgFileListView | ( | QWidget * | parent | ) |
Constructor
Definition at line 55 of file YQPkgFileListView.cc.
|
virtual |
Destructor
Definition at line 61 of file YQPkgFileListView.cc.
|
protected |
Format a file list in HTML
Definition at line 102 of file YQPkgFileListView.cc.

|
virtual |
Show details for the specified package: In this case the package description. Overwritten from YQPkgGenericDetailsView.
Implements YQPkgGenericDetailsView.
Definition at line 68 of file YQPkgFileListView.cc.
