libyui-qt-pkg
2.47.5
|
Display technical details ( very much like 'rpm -qi' ) for a zypp::Package object - the installed instance, the candidate instance or both ( in two columns ) if both exist. More...
#include <YQPkgDependenciesView.h>
Public Member Functions | |
YQPkgDependenciesView (QWidget *parent) | |
Constructor. | |
virtual | ~YQPkgDependenciesView () |
Destructor. | |
![]() | |
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 selectable: In this case technical data, very much like "rpm -qi". More... | |
QString | simpleTable (ZyppObj pkg) |
Returns a string containing a HTML table for technical details for one package. | |
QString | complexTable (ZyppObj installed, ZyppObj candidate) |
Returns a string containing a HTML table for technical details for two package instances: The installed instance and an alternate instance. More... | |
![]() | |
YQPkgGenericDetailsView (QWidget *parent) | |
Constructor. | |
virtual | ~YQPkgGenericDetailsView () |
Destructor. | |
Static Protected Member Functions | |
static QString | row (const QString &heading, const zypp::Capabilities &capSet) |
Format a zypp::CapSet (describing zypp::Dep::REQUIRES etc.) with a heading in HTML lines. More... | |
static QString | row (const QString &heading, const zypp::Capabilities &capSet1, const zypp::Capabilities &capSet2) |
Format two zypp::Capabilities (describing zypp::Dep::REQUIRES etc.) with a heading in HTML lines. More... | |
static QString | row (const QString &contents) |
Returns a string containing a HTML table row with 'contents'. More... | |
static QString | htmlLines (const zypp::Capabilities &capSet) |
Format a zypp::Capabilities (describing zypp::Dep::REQUIRES etc.) in HTML lines, separated with . More... | |
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 technical details ( very much like 'rpm -qi' ) for a zypp::Package object - the installed instance, the candidate instance or both ( in two columns ) if both exist.
All other available instances are ignored.
Definition at line 55 of file YQPkgDependenciesView.h.
|
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 122 of file YQPkgDependenciesView.cc.
|
staticprotected |
Format a zypp::Capabilities (describing zypp::Dep::REQUIRES etc.) in HTML lines, separated with
.
Returns an empty string if capSet is empty.
Definition at line 187 of file YQPkgDependenciesView.cc.
|
staticprotected |
Format a zypp::CapSet (describing zypp::Dep::REQUIRES etc.) with a heading in HTML lines.
Returns an empty string if capSet is empty.
Definition at line 152 of file YQPkgDependenciesView.cc.
|
staticprotected |
Format two zypp::Capabilities (describing zypp::Dep::REQUIRES etc.) with a heading in HTML lines.
Returns an empty string both capSets are empty.
Definition at line 168 of file YQPkgDependenciesView.cc.
|
inlinestaticprotected |
Returns a string containing a HTML table row with 'contents'.
Required here to avoid inheritance ambiguities.
Definition at line 122 of file YQPkgDependenciesView.h.
|
protectedvirtual |
Show details for the specified selectable: In this case technical data, very much like "rpm -qi".
Overwritten from YQPkgGenericDetailsView.
Implements YQPkgGenericDetailsView.
Definition at line 64 of file YQPkgDependenciesView.cc.