KDEPrint
KPTagsPage Class Reference
#include <kptagspage.h>

Detailed Description
Definition at line 27 of file kptagspage.h.
Public Member Functions | |
| void | getOptions (QMap< QString, QString > &opts, bool incldef=false) |
| bool | isValid (QString &msg) |
| KPTagsPage (bool ro=false, QWidget *parent=0) | |
| QSize | minimumSizeHint () const |
| void | setOptions (const QMap< QString, QString > &opts) |
| QSize | sizeHint () const |
| ~KPTagsPage () | |
Constructor & Destructor Documentation
| KPTagsPage::KPTagsPage | ( | bool | ro = false, |
|
| QWidget * | parent = 0 | |||
| ) | [explicit] |
Definition at line 30 of file kptagspage.cpp.
| KPTagsPage::~KPTagsPage | ( | ) |
Definition at line 102 of file kptagspage.cpp.
Member Function Documentation
This function is called to fill the structure opts with the selected options from this dialog page.
If incldef is true, include also options with default values, otherwise discard them. Reimplement this function in subclasses.
- Parameters:
-
opts the option set to fill incldef if true, include also options with default values
- See also:
- setOptions()
Reimplemented from KPrintDialogPage.
Definition at line 143 of file kptagspage.cpp.
| bool KPTagsPage::isValid | ( | QString & | msg | ) | [virtual] |
Returns true if options selected in the page are valid (no conflict), false otherwise.
When returning false, msg should contain an error message explaining what is wrong in the selected options.
- Parameters:
-
msg should contain an error message when returning false
- Returns:
- valid status
Reimplemented from KPrintDialogPage.
Definition at line 106 of file kptagspage.cpp.
| QSize KPTagsPage::minimumSizeHint | ( | ) | const |
Definition at line 159 of file kptagspage.cpp.
This function is called to update the current page with the options contained in opts.
Reimplement it in subclasses.
- Parameters:
-
opts the structure containing the options to update the page
Reimplemented from KPrintDialogPage.
Definition at line 121 of file kptagspage.cpp.
| QSize KPTagsPage::sizeHint | ( | ) | const |
Definition at line 154 of file kptagspage.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference