libyui-qt-pkg  2.45.28
YQPkgTechnicalDetailsView Class Reference

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. More...

#include <YQPkgTechnicalDetailsView.h>

Inheritance diagram for YQPkgTechnicalDetailsView:
Collaboration diagram for YQPkgTechnicalDetailsView:

Public Member Functions

 YQPkgTechnicalDetailsView (QWidget *parent)
 Constructor.
 
virtual ~YQPkgTechnicalDetailsView ()
 Destructor.
 
- Public Member Functions inherited from YQPkgGenericDetailsView
virtual QSize minimumSizeHint () const
 Returns the minimum size required for this widget. More...
 

Protected Member Functions

virtual void showDetails (ZyppSel selectable)
 Show details for the specified zypp::ResObject: In this case technical data, very much like "rpm -qi". More...
 
QString simpleTable (ZyppSel selectable, ZyppPkg pkg)
 Returns a string containing a HTML table for technical details for one package.
 
QString complexTable (ZyppSel selectable, ZyppPkg installedPkg, ZyppPkg candidatePkg)
 Returns a string containing a HTML table for technical details for two package instances: The installed instance and an alternate instance. More...
 
QString authorsListCell (ZyppPkg pkg) const
 Returns a string containing HTML code for a package's authors list.
 
QString formatRpmGroup (ZyppPkg pkg) const
 Format an RPM group. More...
 
- Protected Member Functions inherited from YQPkgGenericDetailsView
 YQPkgGenericDetailsView (QWidget *parent)
 Constructor.
 
virtual ~YQPkgGenericDetailsView ()
 Destructor.
 

Additional Inherited Members

- Public Slots inherited from YQPkgGenericDetailsView
void showDetailsIfVisible (ZyppSel selectable)
 Show details for the specified package. More...
 
- Static Public Member Functions inherited from YQPkgGenericDetailsView
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.
 
- Protected Slots inherited from YQPkgGenericDetailsView
void reloadTab (int newCurrent)
 Show data for the last package.
 
virtual void reload ()
 
- Protected Attributes inherited from YQPkgGenericDetailsView
QTabWidget * _parentTab
 
ZyppSel _selectable
 

Detailed Description

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.

Definition at line 52 of file YQPkgTechnicalDetailsView.h.

Member Function Documentation

◆ 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 ).

Definition at line 182 of file YQPkgTechnicalDetailsView.cc.

Here is the call graph for this function:

◆ formatRpmGroup()

QString YQPkgTechnicalDetailsView::formatRpmGroup ( ZyppPkg  pkg) const
protected

Format an RPM group.

Retrieves the translated ( ! ) version.

Definition at line 129 of file YQPkgTechnicalDetailsView.cc.

◆ showDetails()

void YQPkgTechnicalDetailsView::showDetails ( ZyppSel  selectable)
protectedvirtual

Show details for the specified zypp::ResObject: In this case technical data, very much like "rpm -qi".

Overwritten from YQPkgGenericDetailsView.

Implements YQPkgGenericDetailsView.

Definition at line 68 of file YQPkgTechnicalDetailsView.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: