libyui-qt-pkg  2.42.13
 All Classes Functions Variables Enumerations
YQPkgFileListView Class Reference

Display a pkg's file list. More...

#include <YQPkgFileListView.h>

Inheritance diagram for YQPkgFileListView:
Collaboration diagram for YQPkgFileListView:

Public Member Functions

 YQPkgFileListView (QWidget *parent)
 
virtual ~YQPkgFileListView ()
 
virtual void showDetails (ZyppSel selectable)
 
- Public Member Functions inherited from YQPkgGenericDetailsView
virtual QSize minimumSizeHint () const
 

Protected Member Functions

QString formatFileList (const list< string > &fileList) const
 
- Protected Member Functions inherited from YQPkgGenericDetailsView
 YQPkgGenericDetailsView (QWidget *parent)
 
virtual ~YQPkgGenericDetailsView ()
 

Additional Inherited Members

- Public Slots inherited from YQPkgGenericDetailsView
void showDetailsIfVisible (ZyppSel selectable)
 
- Static Public Member Functions inherited from YQPkgGenericDetailsView
static QString htmlStart ()
 
static QString htmlEnd ()
 
static QString htmlHeading (ZyppSel selectable, bool showVersion=false)
 
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 zypp::Date &date)
 
static QString hcell (QString contents)
 
- Protected Slots inherited from YQPkgGenericDetailsView
void reload (QWidget *newCurrent)
 
virtual void reload ()
 
- Protected Attributes inherited from YQPkgGenericDetailsView
QTabWidget * _parentTab
 
ZyppSel _selectable
 

Detailed Description

Display a pkg's file list.

Definition at line 54 of file YQPkgFileListView.h.

Constructor & Destructor Documentation

YQPkgFileListView::YQPkgFileListView ( QWidget *  parent)

Constructor

Definition at line 55 of file YQPkgFileListView.cc.

YQPkgFileListView::~YQPkgFileListView ( )
virtual

Destructor

Definition at line 61 of file YQPkgFileListView.cc.

Member Function Documentation

QString YQPkgFileListView::formatFileList ( const list< string > &  fileList) const
protected

Format a file list in HTML

Definition at line 102 of file YQPkgFileListView.cc.

Here is the call graph for this function:

void YQPkgFileListView::showDetails ( ZyppSel  selectable)
virtual

Show details for the specified package: In this case the package description. Overwritten from YQPkgGenericDetailsView.

Implements YQPkgGenericDetailsView.

Definition at line 68 of file YQPkgFileListView.cc.

Here is the call graph for this function:


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