#include <YQPkgGenericDetailsView.h>
Inheritance diagram for YQPkgGenericDetailsView:
Public Slots | |
void | showDetailsIfVisible (PMObjectPtr pmObj) |
Public Member Functions | |
virtual QSize | minimumSizeHint () const |
Static Public Member Functions | |
static QString | htmlHeading (PMObjectPtr pmObj) |
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 Date &date) |
static QString | hcell (QString contents) |
static QString | formatDate (const Date &date) |
Protected Slots | |
void | reload (QWidget *newCurrent) |
Protected Member Functions | |
YQPkgGenericDetailsView (QWidget *parent) | |
virtual | ~YQPkgGenericDetailsView () |
virtual void | showDetails (PMObjectPtr pmObj)=0 |
Protected Attributes | |
QTabWidget * | _parentTab |
PMObjectPtr | _pmObj |
|
Constructor. |
|
Destructor. |
|
|
|
Reimplemented in YQPkgDependenciesView. |
|
|
|
Returns a string containing a HTML table cell with 'contents'. |
|
Format a date. |
|
Returns a string containing a HTML table cell with 'contents' for table headers. |
|
Escapes characters special to HTML in a ( plain text ) string, such as: '<' -> '<' '>' -> '>' '&' -> '&' Returns the escaped string. |
|
Returns a uniform heading in HTML format for the specified package: Package name and summary |
|
Returns the minimum size required for this widget. Inherited from QWidget. |
|
Show data for the last package. |
|
Returns a string containing a HTML table row with 'contents'. |
|
Show details for the specified package. Reimplement this in derived classes. Implemented in YQPkgDependenciesView, YQPkgDescriptionView, and YQPkgTechnicalDetailsView. |
|
Show details for the specified package. Delayed ( optimized ) display if this is embedded into a QTabWidget parent: In this case, wait until this page becomes visible. |
|
Returns a string containing a HTML table with 'contents'. |
|
|
|
|