kdeprint Library API Documentation

KPTextPage Class Reference

Inheritance diagram for KPTextPage:

KPrintDialogPage QWidget List of all members.

Public Member Functions

 KPTextPage (DrMain *driver, QWidget *parent=0, const char *name=0)
 ~KPTextPage ()
void setOptions (const QMap< QString, QString > &opts)
void getOptions (QMap< QString, QString > &opts, bool incldef=false)

Protected Slots

void slotPrettyChanged (int)
void slotColumnsChanged (int)

Protected Member Functions

void initPageSize (bool landscape)

Detailed Description

Definition at line 31 of file kptextpage.h.


Member Function Documentation

void KPTextPage::setOptions const QMap< QString, QString > &  opts  )  [virtual]
 

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 253 of file kptextpage.cpp.

References MarginWidget::bottom(), QMap::contains(), initPageSize(), QMap::isEmpty(), MarginWidget::left(), MarginWidget::right(), MarginWidget::setBottom(), QButtonGroup::setButton(), MarginWidget::setCustomEnabled(), MarginWidget::setLeft(), MarginWidget::setRight(), MarginWidget::setTop(), slotPrettyChanged(), QString::toFloat(), QString::toInt(), and MarginWidget::top().

void KPTextPage::getOptions QMap< QString, QString > &  opts,
bool  incldef = false
[virtual]
 

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 299 of file kptextpage.cpp.

References MarginWidget::bottom(), QButtonGroup::id(), MarginWidget::isCustomEnabled(), MarginWidget::left(), QString::number(), QMap::remove(), MarginWidget::right(), QButtonGroup::selected(), and MarginWidget::top().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeprint Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jun 12 11:41:39 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003