Display technical details (very much like 'rpm -qi') for a ZYPP object - the installed instance, the candidate instance or both ( in two columns ) if both exist. All other available instances are ignored.
More...
#include <YQPkgTechnicalDetailsView.h>
|
| 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 | reloadTab (int newCurrent) |
| |
|
virtual void | reload () |
| |
|
QTabWidget * | _parentTab |
| |
|
ZyppSel | _selectable |
| |
Display technical details (very much like 'rpm -qi') for a ZYPP object - the installed instance, the candidate instance or both ( in two columns ) if both exist. All other available instances are ignored.
◆ YQPkgTechnicalDetailsView()
| YQPkgTechnicalDetailsView::YQPkgTechnicalDetailsView |
( |
QWidget * |
parent | ) |
|
◆ ~YQPkgTechnicalDetailsView()
| YQPkgTechnicalDetailsView::~YQPkgTechnicalDetailsView |
( |
| ) |
|
|
virtual |
◆ authorsListCell()
| QString YQPkgTechnicalDetailsView::authorsListCell |
( |
ZyppPkg |
pkg | ) |
const |
|
protected |
Returns a string containing HTML code for a package's authors list.
◆ complexTable()
| QString YQPkgTechnicalDetailsView::complexTable |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
installedPkg, |
|
|
ZyppPkg |
candidatePkg |
|
) |
| |
|
protected |
Returns a string containing a HTML table for technical details for two package instances: The installed instance and an alternate instance. ( usually the candidate instance ).
◆ showDetails()
| void YQPkgTechnicalDetailsView::showDetails |
( |
ZyppSel |
selectable | ) |
|
|
protectedvirtual |
◆ simpleTable()
| QString YQPkgTechnicalDetailsView::simpleTable |
( |
ZyppSel |
selectable, |
|
|
ZyppPkg |
pkg |
|
) |
| |
|
protected |
Returns a string containing a HTML table for technical details for one package.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-qt-pkg-4.0.0/src/YQPkgTechnicalDetailsView.h
- /home/abuild/rpmbuild/BUILD/libyui-qt-pkg-4.0.0/src/YQPkgTechnicalDetailsView.cc