libyui-qt-pkg
2.42.13
|
Display a pkg's file list. More...
#include <YQPkgFileListView.h>
Public Member Functions | |
YQPkgFileListView (QWidget *parent) | |
virtual | ~YQPkgFileListView () |
virtual void | showDetails (ZyppSel selectable) |
![]() | |
virtual QSize | minimumSizeHint () const |
Protected Member Functions | |
QString | formatFileList (const list< string > &fileList) const |
![]() | |
YQPkgGenericDetailsView (QWidget *parent) | |
virtual | ~YQPkgGenericDetailsView () |
Additional Inherited Members | |
![]() | |
void | showDetailsIfVisible (ZyppSel selectable) |
![]() | |
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) |
![]() | |
void | reload (QWidget *newCurrent) |
virtual void | reload () |
![]() | |
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.