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

Public Member Functions | |
| YQPkgDependenciesView (QWidget *parent) | |
| virtual | ~YQPkgDependenciesView () |
Protected Member Functions | |
| virtual void | showDetails (PMObjectPtr pmObj) |
| QString | simpleTable (PMPackagePtr pkg) |
| QString | complexTable (PMPackagePtr installedPkg, PMPackagePtr candidatePkg) |
Static Protected Member Functions | |
| static QString | cell (const PMSolvable::PkgRelList_type &list) |
| static QString | cell (const string &contents) |
|
|
Constructor |
|
|
Destructor |
|
|
Returns a string containing a HTML table cell with 'contents'. Reimplemented from YQPkgGenericDetailsView. |
|
|
Make a HTML table cell from a PkgRelList. |
|
||||||||||||
|
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 ). |
|
|
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