libyui-qt-pkg
2.45.15
|
Display a pkg's file list. More...
#include <YQPkgFileListView.h>
Public Member Functions | |
YQPkgFileListView (QWidget *parent) | |
Constructor. | |
virtual | ~YQPkgFileListView () |
Destructor. | |
virtual void | showDetails (ZyppSel selectable) |
Show details for the specified package: In this case the package description. More... | |
![]() | |
virtual QSize | minimumSizeHint () const |
Returns the minimum size required for this widget. More... | |
Protected Member Functions | |
QString | formatFileList (const list< string > &fileList) const |
Format a file list in HTML. | |
![]() | |
YQPkgGenericDetailsView (QWidget *parent) | |
Constructor. | |
virtual | ~YQPkgGenericDetailsView () |
Destructor. | |
Additional Inherited Members | |
![]() | |
void | showDetailsIfVisible (ZyppSel selectable) |
Show details for the specified package. More... | |
![]() | |
static QString | htmlStart () |
starts the html tag and set the style | |
static QString | htmlEnd () |
static QString | htmlHeading (ZyppSel selectable, bool showVersion=false) |
Returns a uniform heading in HTML format for the specified selectable: name and summary or name, version and summary, if 'showVersion' is 'true'. | |
static QString | htmlEscape (const QString &plainText) |
Escapes characters special to HTML in a ( plain text ) string, such as: '<' -> '<' '>' -> '>' '&' -> '&'. More... | |
static QString | table (const QString &contents) |
Returns a string containing a HTML table with 'contents'. | |
static QString | row (const QString &contents) |
Returns a string containing a HTML table row with 'contents'. | |
static QString | cell (QString contents) |
Returns a string containing a HTML table cell with 'contents'. | |
static QString | cell (int contents) |
static QString | cell (const string &contents) |
static QString | cell (const zypp::Date &date) |
static QString | hcell (QString contents) |
Returns a string containing a HTML table cell with 'contents' for table headers. | |
![]() | |
void | reloadTab (int newCurrent) |
Show data for the last package. | |
virtual void | reload () |
![]() | |
QTabWidget * | _parentTab |
ZyppSel | _selectable |
Display a pkg's file list.
Definition at line 54 of file YQPkgFileListView.h.
|
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.