kprintdialogpage.cpp
28 KPrintDialogPage::KPrintDialogPage(KMPrinter *pr, DrMain *dr, TQWidget *parent, const char *name)
virtual bool isValid(TQString &msg)
Returns true if options selected in the page are valid (no conflict), false otherwise.
Definition: kprintdialogpage.cpp:45
virtual void getOptions(TQMap< TQString, TQString > &opts, bool incldef=false)
This function is called to fill the structure opts with the selected options from this dialog page.
Definition: kprintdialogpage.cpp:41
KPrintDialogPage(TQWidget *parent=0, const char *name=0)
Standard constructor.
Definition: kprintdialogpage.cpp:23
virtual void setOptions(const TQMap< TQString, TQString > &opts)
This function is called to update the current page with the options contained in opts.
Definition: kprintdialogpage.cpp:37