Inherits XGP::XDialog.
Public Member Functions | |
PrintDialog () | |
virtual | ~PrintDialog () |
Static Public Member Functions | |
static PrintDialog * | create () |
Public Attributes | |
sigc::signal< void, FILE * > | sigPrint |
This is a very basic interface; only supporting the line printer.
XGP::PrintDialog::PrintDialog | ( | ) |
Constructor; creates a small dialog to enter the print command.
XGP::PrintDialog::~PrintDialog | ( | ) | [virtual] |
Destructor.
PrintDialog * XGP::PrintDialog::create | ( | ) | [static] |
Creates a (modeless) print dialog and registers a handler to free it after deleting.
sigc::signal<void, FILE*> XGP::PrintDialog::sigPrint |
Signal emitted, when OK is selected.