kpfilterpage.h
This class is intended to be used as base class for customized print dialog page.
Definition: kprintdialogpage.h:91
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
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