#include <YQPkgTechnicalDetailsView.h>
Inheritance diagram for YQPkgTechnicalDetailsView:

Public Member Functions | |
| YQPkgTechnicalDetailsView (QWidget *parent, bool youMode=false) | |
| virtual | ~YQPkgTechnicalDetailsView () |
Protected Member Functions | |
| virtual void | showDetails (PMObjectPtr pmObj) |
| QString | simpleTable (PMPackagePtr pkg) |
| QString | complexTable (PMPackagePtr installedPkg, PMPackagePtr candidatePkg) |
| QString | authorsListCell (PMPackagePtr pkg) const |
| QString | formatRpmGroup (PMPackagePtr pkg) const |
Protected Attributes | |
| bool | _youMode |
|
||||||||||||
|
Constructor |
|
|
Destructor |
|
|
Returns a string containing HTML code for a package's authors list. |
|
||||||||||||
|
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 ). |
|
|
Format an RPM group. Retrieves the translated ( ! ) version. |
|
|
Show details for the specified PMObject: In this case technical data, very much like "rpm -qi". Overwritten from YQPkgGenericDetailsView. Implements YQPkgGenericDetailsView. |
|
|
Returns a string containing a HTML table for technical details for one package. |
|
|
|
1.4.4