#include <qprinterinfo.h>
Definition at line 58 of file qprinterinfo.h.
Public Member Functions | |
QPrinterInfo () | |
QPrinterInfo (const QPrinterInfo &other) | |
QPrinterInfo (const QPrinter &printer) | |
~QPrinterInfo () | |
QPrinterInfo & | operator= (const QPrinterInfo &other) |
QString | printerName () const |
bool | isNull () const |
bool | isDefault () const |
QList< QPrinter::PaperSize > | supportedPaperSizes () const |
Static Public Member Functions | |
static QList< QPrinterInfo > | availablePrinters () |
static QPrinterInfo | defaultPrinter () |
QPrinterInfo | ( | ) |
QPrinterInfo | ( | const QPrinterInfo & | other | ) |
QPrinterInfo | ( | const QPrinter & | printer | ) |
~QPrinterInfo | ( | ) |
QPrinterInfo& operator= | ( | const QPrinterInfo & | other | ) |
QString printerName | ( | ) | const |
bool isNull | ( | ) | const |
bool isDefault | ( | ) | const |
QList<QPrinter::PaperSize> supportedPaperSizes | ( | ) | const |
|
static |
|
static |