libyui-qt-pkg
2.45.27
|
Display a pkg's file list. More...
#include <YQPkgChangeLogView.h>
Public Member Functions | |
YQPkgChangeLogView (QWidget *parent) | |
Constructor. | |
virtual | ~YQPkgChangeLogView () |
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 | changeLogTable (const zypp::Changelog &changeLog) const |
Format a change log list in HTML. | |
QString | notDisplayedChanges (int missing, const std::string &pkg) |
Format an info message about not displayed changes. More... | |
![]() | |
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 55 of file YQPkgChangeLogView.h.
|
protected |
Format an info message about not displayed changes.
missing | Number of missing entris |
pkg | Package name (with version) |
Definition at line 139 of file YQPkgChangeLogView.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 YQPkgChangeLogView.cc.