kprintdialogpage.h
bool onlyRealPrinters() const
Tell wether or not the page should be disable if a non real printer (special printer) is selected in ...
Definition kprintdialogpage.h:164
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
void setOnlyRealPrinters(bool on=true)
Change the page state when a non real printer is selected in the print dialog.
Definition kprintdialogpage.h:172
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
Trinity API Reference