libyui-qt-pkg
Loading...
Searching...
No Matches
YQPkgChangeLogView Class Reference

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

#include <YQPkgChangeLogView.h>

Inheritance diagram for YQPkgChangeLogView:
Collaboration diagram for YQPkgChangeLogView:

Public Member Functions

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

Protected Member Functions

QString changeLogTable (const zypp::Changelog &changeLog) const
QString notDisplayedChanges (int missing, const std::string &pkg)
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 reloadTab (int newCurrent)
virtual void reload ()
Protected Attributes inherited from YQPkgGenericDetailsView
QTabWidget * _parentTab
ZyppSel _selectable

Detailed Description

Display a pkg's file list.

Constructor & Destructor Documentation

◆ YQPkgChangeLogView()

YQPkgChangeLogView::YQPkgChangeLogView ( QWidget * parent)

Constructor

◆ ~YQPkgChangeLogView()

YQPkgChangeLogView::~YQPkgChangeLogView ( )
virtual

Destructor

Member Function Documentation

◆ changeLogTable()

QString YQPkgChangeLogView::changeLogTable ( const zypp::Changelog & changeLog) const
protected

Format a change log list in HTML

◆ notDisplayedChanges()

QString YQPkgChangeLogView::notDisplayedChanges ( int missing,
const std::string & pkg )
protected

Format an info message about not displayed changes.

Parameters
missingNumber of missing entris
pkgPackage name (with version)
Returns
Translated message

◆ showDetails()

void YQPkgChangeLogView::showDetails ( ZyppSel selectable)
virtual

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

Implements YQPkgGenericDetailsView.


The documentation for this class was generated from the following files:
  • /builddir/build/BUILD/libyui-4.6.2-build/libyui-4.6.2/libyui-qt-pkg/src/YQPkgChangeLogView.h
  • /builddir/build/BUILD/libyui-4.6.2-build/libyui-4.6.2/libyui-qt-pkg/src/YQPkgChangeLogView.cc