KDEPrint
CupsdPage Class Reference
#include <cupsdpage.h>

Detailed Description
Definition at line 30 of file cupsdpage.h.
Public Member Functions | |
| CupsdPage (QWidget *parent=0) | |
| QString | header () const |
| virtual bool | loadConfig (CupsdConf *conf, QString &msg)=0 |
| QString | pageLabel () const |
| QString | pixmap () const |
| virtual bool | saveConfig (CupsdConf *conf, QString &msg)=0 |
| virtual void | setInfos (CupsdConf *) |
| virtual | ~CupsdPage () |
Protected Member Functions | |
| void | setHeader (const QString &s) |
| void | setPageLabel (const QString &s) |
| void | setPixmap (const QString &s) |
Protected Attributes | |
| CupsdConf * | conf_ |
| QString | header_ |
| QString | label_ |
| QString | pixmap_ |
Constructor & Destructor Documentation
| CupsdPage::CupsdPage | ( | QWidget * | parent = 0 |
) |
Definition at line 22 of file cupsdpage.cpp.
| CupsdPage::~CupsdPage | ( | ) | [virtual] |
Definition at line 28 of file cupsdpage.cpp.
Member Function Documentation
| QString CupsdPage::header | ( | ) | const [inline] |
Definition at line 44 of file cupsdpage.h.
Implemented in CupsdBrowsingPage, CupsdDirPage, CupsdFilterPage, CupsdJobsPage, CupsdLogPage, CupsdNetworkPage, CupsdSecurityPage, CupsdServerPage, and CupsdSplash.
| QString CupsdPage::pageLabel | ( | ) | const [inline] |
Definition at line 41 of file cupsdpage.h.
| QString CupsdPage::pixmap | ( | ) | const [inline] |
Definition at line 47 of file cupsdpage.h.
Implemented in CupsdBrowsingPage, CupsdDirPage, CupsdFilterPage, CupsdJobsPage, CupsdLogPage, CupsdNetworkPage, CupsdSecurityPage, CupsdServerPage, and CupsdSplash.
| void CupsdPage::setHeader | ( | const QString & | s | ) | [inline, protected] |
Definition at line 55 of file cupsdpage.h.
| virtual void CupsdPage::setInfos | ( | CupsdConf * | ) | [inline, virtual] |
Reimplemented in CupsdBrowsingPage, CupsdDirPage, CupsdFilterPage, CupsdJobsPage, CupsdLogPage, CupsdNetworkPage, CupsdSecurityPage, and CupsdServerPage.
Definition at line 39 of file cupsdpage.h.
| void CupsdPage::setPageLabel | ( | const QString & | s | ) | [inline, protected] |
Definition at line 52 of file cupsdpage.h.
| void CupsdPage::setPixmap | ( | const QString & | s | ) | [inline, protected] |
Definition at line 58 of file cupsdpage.h.
Member Data Documentation
CupsdConf* CupsdPage::conf_ [protected] |
Definition at line 63 of file cupsdpage.h.
QString CupsdPage::header_ [protected] |
Definition at line 65 of file cupsdpage.h.
QString CupsdPage::label_ [protected] |
Definition at line 64 of file cupsdpage.h.
QString CupsdPage::pixmap_ [protected] |
Definition at line 66 of file cupsdpage.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference