| void | _create | | Ensures the C++ object is created |
| void | _destroy | | Explicitly destroys the object |
| [const] | bool | _destroyed? | | Returns a value indicating whether the object was already destroyed |
| [const] | bool | _is_const_object? | | Returns a value indicating whether the reference is a const reference |
| void | _manage | | Marks the object as managed by the script side. |
| void | _unmanage | | Marks the object as no longer owned by the script side. |
| bool | abort | | Method bool QPrinter::abort() |
| [const] | int | actualNumCopies | | Method int QPrinter::actualNumCopies() |
| [const] | bool | collateCopies | | Method bool QPrinter::collateCopies() |
| void | collateCopies= | (bool collate) | Method void QPrinter::setCollateCopies(bool collate) |
| [const] | QPrinter_ColorMode | colorMode | | Method QPrinter::ColorMode QPrinter::colorMode() |
| void | colorMode= | (const QPrinter_ColorMode arg1) | Method void QPrinter::setColorMode(QPrinter::ColorMode) |
| [const] | string | creator | | Method QString QPrinter::creator() |
| void | creator= | (string arg1) | Method void QPrinter::setCreator(const QString &) |
| [const] | string | docName | | Method QString QPrinter::docName() |
| void | docName= | (string arg1) | Method void QPrinter::setDocName(const QString &) |
| [const] | bool | doubleSidedPrinting | | Method bool QPrinter::doubleSidedPrinting() |
| void | doubleSidedPrinting= | (bool enable) | Method void QPrinter::setDoubleSidedPrinting(bool enable) |
| [const] | QPrinter_DuplexMode | duplex | | Method QPrinter::DuplexMode QPrinter::duplex() |
| void | duplex= | (const QPrinter_DuplexMode duplex) | Method void QPrinter::setDuplex(QPrinter::DuplexMode duplex) |
| [const] | bool | fontEmbeddingEnabled | | Method bool QPrinter::fontEmbeddingEnabled() |
| void | fontEmbeddingEnabled= | (bool enable) | Method void QPrinter::setFontEmbeddingEnabled(bool enable) |
| [const] | int | fromPage | | Method int QPrinter::fromPage() |
| [const] | bool | fullPage | | Method bool QPrinter::fullPage() |
| void | fullPage= | (bool arg1) | Method void QPrinter::setFullPage(bool) |
| [const] | void | getPageMargins | (double ptr left, double ptr top, double ptr right, double ptr bottom, const QPrinter_Unit unit) | Method void QPrinter::getPageMargins(double *left, double *top, double *right, double *bottom, QPrinter::Unit unit) |
| [const] | bool | isValid? | | Method bool QPrinter::isValid() |
| bool | newPage | | Method bool QPrinter::newPage() |
| [const] | int | numCopies | | Method int QPrinter::numCopies() |
| void | numCopies= | (int arg1) | Method void QPrinter::setNumCopies(int) |
| [const] | QPrinter_Orientation | orientation | | Method QPrinter::Orientation QPrinter::orientation() |
| void | orientation= | (const QPrinter_Orientation arg1) | Method void QPrinter::setOrientation(QPrinter::Orientation) |
| [const] | string | outputFileName | | Method QString QPrinter::outputFileName() |
| void | outputFileName= | (string arg1) | Method void QPrinter::setOutputFileName(const QString &) |
| [const] | QPrinter_OutputFormat | outputFormat | | Method QPrinter::OutputFormat QPrinter::outputFormat() |
| void | outputFormat= | (const QPrinter_OutputFormat format) | Method void QPrinter::setOutputFormat(QPrinter::OutputFormat format) |
| [const] | QPrinter_PageOrder | pageOrder | | Method QPrinter::PageOrder QPrinter::pageOrder() |
| void | pageOrder= | (const QPrinter_PageOrder arg1) | Method void QPrinter::setPageOrder(QPrinter::PageOrder) |
| [const] | QRect | pageRect | | Method QRect QPrinter::pageRect() |
| [const] | QRectF | pageRect | (const QPrinter_Unit arg1) | Method QRectF QPrinter::pageRect(QPrinter::Unit) |
| [const] | QPrinter_PageSize | pageSize | | Method QPrinter::PageSize QPrinter::pageSize() |
| void | pageSize= | (const QPrinter_PageSize arg1) | Method void QPrinter::setPageSize(QPrinter::PageSize) |
| [virtual,const] | QPaintEngine ptr | paintEngine | | Virtual method QPaintEngine *QPrinter::paintEngine() |
| [const] | QRect | paperRect | | Method QRect QPrinter::paperRect() |
| [const] | QRectF | paperRect | (const QPrinter_Unit arg1) | Method QRectF QPrinter::paperRect(QPrinter::Unit) |
| [const] | QPrinter_PageSize | paperSize | | Method QPrinter::PageSize QPrinter::paperSize() |
| [const] | QSizeF | paperSize | (const QPrinter_Unit unit) | Method QSizeF QPrinter::paperSize(QPrinter::Unit unit) |
| void | paperSize= | (const QPrinter_PageSize arg1) | Method void QPrinter::setPaperSize(QPrinter::PageSize) |
| [const] | QPrinter_PaperSource | paperSource | | Method QPrinter::PaperSource QPrinter::paperSource() |
| void | paperSource= | (const QPrinter_PaperSource arg1) | Method void QPrinter::setPaperSource(QPrinter::PaperSource) |
| [const] | QPrintEngine ptr | printEngine | | Method QPrintEngine *QPrinter::printEngine() |
| [const] | string | printProgram | | Method QString QPrinter::printProgram() |
| void | printProgram= | (string arg1) | Method void QPrinter::setPrintProgram(const QString &) |
| [const] | QPrinter_PrintRange | printRange | | Method QPrinter::PrintRange QPrinter::printRange() |
| void | printRange= | (const QPrinter_PrintRange range) | Method void QPrinter::setPrintRange(QPrinter::PrintRange range) |
| [const] | string | printerName | | Method QString QPrinter::printerName() |
| void | printerName= | (string arg1) | Method void QPrinter::setPrinterName(const QString &) |
| [const] | QPrinter_PrinterState | printerState | | Method QPrinter::PrinterState QPrinter::printerState() |
| [const] | int | resolution | | Method int QPrinter::resolution() |
| void | resolution= | (int arg1) | Method void QPrinter::setResolution(int) |
| void | setCollateCopies | (bool collate) | Method void QPrinter::setCollateCopies(bool collate) |
| void | setColorMode | (const QPrinter_ColorMode arg1) | Method void QPrinter::setColorMode(QPrinter::ColorMode) |
| void | setCreator | (string arg1) | Method void QPrinter::setCreator(const QString &) |
| void | setDocName | (string arg1) | Method void QPrinter::setDocName(const QString &) |
| void | setDoubleSidedPrinting | (bool enable) | Method void QPrinter::setDoubleSidedPrinting(bool enable) |
| void | setDuplex | (const QPrinter_DuplexMode duplex) | Method void QPrinter::setDuplex(QPrinter::DuplexMode duplex) |
| void | setFontEmbeddingEnabled | (bool enable) | Method void QPrinter::setFontEmbeddingEnabled(bool enable) |
| void | setFromTo | (int fromPage, int toPage) | Method void QPrinter::setFromTo(int fromPage, int toPage) |
| void | setFullPage | (bool arg1) | Method void QPrinter::setFullPage(bool) |
| void | setNumCopies | (int arg1) | Method void QPrinter::setNumCopies(int) |
| void | setOrientation | (const QPrinter_Orientation arg1) | Method void QPrinter::setOrientation(QPrinter::Orientation) |
| void | setOutputFileName | (string arg1) | Method void QPrinter::setOutputFileName(const QString &) |
| void | setOutputFormat | (const QPrinter_OutputFormat format) | Method void QPrinter::setOutputFormat(QPrinter::OutputFormat format) |
| void | setPageMargins | (double left, double top, double right, double bottom, const QPrinter_Unit unit) | Method void QPrinter::setPageMargins(double left, double top, double right, double bottom, QPrinter::Unit unit) |
| void | setPageOrder | (const QPrinter_PageOrder arg1) | Method void QPrinter::setPageOrder(QPrinter::PageOrder) |
| void | setPageSize | (const QPrinter_PageSize arg1) | Method void QPrinter::setPageSize(QPrinter::PageSize) |
| void | setPaperSize | (const QPrinter_PageSize arg1) | Method void QPrinter::setPaperSize(QPrinter::PageSize) |
| void | setPaperSize | (const QSizeF paperSize, const QPrinter_Unit unit) | Method void QPrinter::setPaperSize(const QSizeF &paperSize, QPrinter::Unit unit) |
| void | setPaperSource | (const QPrinter_PaperSource arg1) | Method void QPrinter::setPaperSource(QPrinter::PaperSource) |
| void | setPrintProgram | (string arg1) | Method void QPrinter::setPrintProgram(const QString &) |
| void | setPrintRange | (const QPrinter_PrintRange range) | Method void QPrinter::setPrintRange(QPrinter::PrintRange range) |
| void | setPrinterName | (string arg1) | Method void QPrinter::setPrinterName(const QString &) |
| void | setResolution | (int arg1) | Method void QPrinter::setResolution(int) |
| [const] | int[] | supportedResolutions | | Method QList<int> QPrinter::supportedResolutions() |
| [const] | int | toPage | | Method int QPrinter::toPage() |
| [static,const] | QPrinter_PageSize | A0 | | Enum constant QPrinter::A0 |
| [static,const] | QPrinter_PageSize | A1 | | Enum constant QPrinter::A1 |
| [static,const] | QPrinter_PageSize | A2 | | Enum constant QPrinter::A2 |
| [static,const] | QPrinter_PageSize | A3 | | Enum constant QPrinter::A3 |
| [static,const] | QPrinter_PageSize | A4 | | Enum constant QPrinter::A4 |
| [static,const] | QPrinter_PageSize | A5 | | Enum constant QPrinter::A5 |
| [static,const] | QPrinter_PageSize | A6 | | Enum constant QPrinter::A6 |
| [static,const] | QPrinter_PageSize | A7 | | Enum constant QPrinter::A7 |
| [static,const] | QPrinter_PageSize | A8 | | Enum constant QPrinter::A8 |
| [static,const] | QPrinter_PageSize | A9 | | Enum constant QPrinter::A9 |
| [static,const] | QPrinter_PrinterState | Aborted | | Enum constant QPrinter::Aborted |
| [static,const] | QPrinter_PrinterState | Active | | Enum constant QPrinter::Active |
| [static,const] | QPrinter_PrintRange | AllPages | | Enum constant QPrinter::AllPages |
| [static,const] | QPrinter_PaperSource | Auto | | Enum constant QPrinter::Auto |
| [static,const] | QPrinter_PageSize | B0 | | Enum constant QPrinter::B0 |
| [static,const] | QPrinter_PageSize | B1 | | Enum constant QPrinter::B1 |
| [static,const] | QPrinter_PageSize | B10 | | Enum constant QPrinter::B10 |
| [static,const] | QPrinter_PageSize | B2 | | Enum constant QPrinter::B2 |
| [static,const] | QPrinter_PageSize | B3 | | Enum constant QPrinter::B3 |
| [static,const] | QPrinter_PageSize | B4 | | Enum constant QPrinter::B4 |
| [static,const] | QPrinter_PageSize | B5 | | Enum constant QPrinter::B5 |
| [static,const] | QPrinter_PageSize | B6 | | Enum constant QPrinter::B6 |
| [static,const] | QPrinter_PageSize | B7 | | Enum constant QPrinter::B7 |
| [static,const] | QPrinter_PageSize | B8 | | Enum constant QPrinter::B8 |
| [static,const] | QPrinter_PageSize | B9 | | Enum constant QPrinter::B9 |
| [static,const] | QPrinter_PageSize | C5E | | Enum constant QPrinter::C5E |
| [static,const] | QPrinter_PaperSource | Cassette | | Enum constant QPrinter::Cassette |
| [static,const] | QPrinter_Unit | Cicero | | Enum constant QPrinter::Cicero |
| [static,const] | QPrinter_ColorMode | Color | | Enum constant QPrinter::Color |
| [static,const] | QPrinter_PageSize | Comm10E | | Enum constant QPrinter::Comm10E |
| [static,const] | QPrinter_PageSize | Custom | | Enum constant QPrinter::Custom |
| [static,const] | QPrinter_PageSize | DLE | | Enum constant QPrinter::DLE |
| [static,const] | QPrinter_Unit | DevicePixel | | Enum constant QPrinter::DevicePixel |
| [static,const] | QPrinter_Unit | Didot | | Enum constant QPrinter::Didot |
| [static,const] | QPrinter_DuplexMode | DuplexAuto | | Enum constant QPrinter::DuplexAuto |
| [static,const] | QPrinter_DuplexMode | DuplexLongSide | | Enum constant QPrinter::DuplexLongSide |
| [static,const] | QPrinter_DuplexMode | DuplexNone | | Enum constant QPrinter::DuplexNone |
| [static,const] | QPrinter_DuplexMode | DuplexShortSide | | Enum constant QPrinter::DuplexShortSide |
| [static,const] | QPrinter_PaperSource | Envelope | | Enum constant QPrinter::Envelope |
| [static,const] | QPrinter_PaperSource | EnvelopeManual | | Enum constant QPrinter::EnvelopeManual |
| [static,const] | QPrinter_PrinterState | Error | | Enum constant QPrinter::Error |
| [static,const] | QPrinter_PageSize | Executive | | Enum constant QPrinter::Executive |
| [static,const] | QPrinter_PageOrder | FirstPageFirst | | Enum constant QPrinter::FirstPageFirst |
| [static,const] | QPrinter_PageSize | Folio | | Enum constant QPrinter::Folio |
| [static,const] | QPrinter_PaperSource | FormSource | | Enum constant QPrinter::FormSource |
| [static,const] | QPrinter_ColorMode | GrayScale | | Enum constant QPrinter::GrayScale |
| [static,const] | QPrinter_PrinterMode | HighResolution | | Enum constant QPrinter::HighResolution |
| [static,const] | QPrinter_PrinterState | Idle | | Enum constant QPrinter::Idle |
| [static,const] | QPrinter_Unit | Inch | | Enum constant QPrinter::Inch |
| [static,const] | QPrinter_Orientation | Landscape | | Enum constant QPrinter::Landscape |
| [static,const] | QPrinter_PaperSource | LargeCapacity | | Enum constant QPrinter::LargeCapacity |
| [static,const] | QPrinter_PaperSource | LargeFormat | | Enum constant QPrinter::LargeFormat |
| [static,const] | QPrinter_PageOrder | LastPageFirst | | Enum constant QPrinter::LastPageFirst |
| [static,const] | QPrinter_PageSize | Ledger | | Enum constant QPrinter::Ledger |
| [static,const] | QPrinter_PageSize | Legal | | Enum constant QPrinter::Legal |
| [static,const] | QPrinter_PageSize | Letter | | Enum constant QPrinter::Letter |
| [static,const] | QPrinter_PaperSource | Lower | | Enum constant QPrinter::Lower |
| [static,const] | QPrinter_PaperSource | Manual | | Enum constant QPrinter::Manual |
| [static,const] | QPrinter_PaperSource | MaxPageSource | | Enum constant QPrinter::MaxPageSource |
| [static,const] | QPrinter_PaperSource | Middle | | Enum constant QPrinter::Middle |
| [static,const] | QPrinter_Unit | Millimeter | | Enum constant QPrinter::Millimeter |
| [static,const] | QPrinter_PageSize | NPageSize | | Enum constant QPrinter::NPageSize |
| [static,const] | QPrinter_PageSize | NPaperSize | | Enum constant QPrinter::NPaperSize |
| [static,const] | QPrinter_OutputFormat | NativeFormat | | Enum constant QPrinter::NativeFormat |
| [static,const] | QPrinter_PaperSource | OnlyOne | | Enum constant QPrinter::OnlyOne |
| [static,const] | QPrinter_PrintRange | PageRange | | Enum constant QPrinter::PageRange |
| [static,const] | QPrinter_OutputFormat | PdfFormat | | Enum constant QPrinter::PdfFormat |
| [static,const] | QPrinter_Unit | Pica | | Enum constant QPrinter::Pica |
| [static,const] | QPrinter_Unit | Point | | Enum constant QPrinter::Point |
| [static,const] | QPrinter_Orientation | Portrait | | Enum constant QPrinter::Portrait |
| [static,const] | QPrinter_OutputFormat | PostScriptFormat | | Enum constant QPrinter::PostScriptFormat |
| [static,const] | QPrinter_PrinterMode | PrinterResolution | | Enum constant QPrinter::PrinterResolution |
| [static,const] | QPrinter_PrinterMode | ScreenResolution | | Enum constant QPrinter::ScreenResolution |
| [static,const] | QPrinter_PrintRange | Selection | | Enum constant QPrinter::Selection |
| [static,const] | QPrinter_PaperSource | SmallFormat | | Enum constant QPrinter::SmallFormat |
| [static,const] | QPrinter_PageSize | Tabloid | | Enum constant QPrinter::Tabloid |
| [static,const] | QPrinter_PaperSource | Tractor | | Enum constant QPrinter::Tractor |
A0 | Signature: [static,const] QPrinter_PageSize A0 Description: Enum constant QPrinter::A0 |
A1 | Signature: [static,const] QPrinter_PageSize A1 Description: Enum constant QPrinter::A1 |
A2 | Signature: [static,const] QPrinter_PageSize A2 Description: Enum constant QPrinter::A2 |
A3 | Signature: [static,const] QPrinter_PageSize A3 Description: Enum constant QPrinter::A3 |
A4 | Signature: [static,const] QPrinter_PageSize A4 Description: Enum constant QPrinter::A4 |
A5 | Signature: [static,const] QPrinter_PageSize A5 Description: Enum constant QPrinter::A5 |
A6 | Signature: [static,const] QPrinter_PageSize A6 Description: Enum constant QPrinter::A6 |
A7 | Signature: [static,const] QPrinter_PageSize A7 Description: Enum constant QPrinter::A7 |
A8 | Signature: [static,const] QPrinter_PageSize A8 Description: Enum constant QPrinter::A8 |
A9 | Signature: [static,const] QPrinter_PageSize A9 Description: Enum constant QPrinter::A9 |
Aborted | Signature: [static,const] QPrinter_PrinterState Aborted Description: Enum constant QPrinter::Aborted |
Active | Signature: [static,const] QPrinter_PrinterState Active Description: Enum constant QPrinter::Active |
AllPages | Signature: [static,const] QPrinter_PrintRange AllPages Description: Enum constant QPrinter::AllPages |
Auto | Signature: [static,const] QPrinter_PaperSource Auto Description: Enum constant QPrinter::Auto |
B0 | Signature: [static,const] QPrinter_PageSize B0 Description: Enum constant QPrinter::B0 |
B1 | Signature: [static,const] QPrinter_PageSize B1 Description: Enum constant QPrinter::B1 |
B10 | Signature: [static,const] QPrinter_PageSize B10 Description: Enum constant QPrinter::B10 |
B2 | Signature: [static,const] QPrinter_PageSize B2 Description: Enum constant QPrinter::B2 |
B3 | Signature: [static,const] QPrinter_PageSize B3 Description: Enum constant QPrinter::B3 |
B4 | Signature: [static,const] QPrinter_PageSize B4 Description: Enum constant QPrinter::B4 |
B5 | Signature: [static,const] QPrinter_PageSize B5 Description: Enum constant QPrinter::B5 |
B6 | Signature: [static,const] QPrinter_PageSize B6 Description: Enum constant QPrinter::B6 |
B7 | Signature: [static,const] QPrinter_PageSize B7 Description: Enum constant QPrinter::B7 |
B8 | Signature: [static,const] QPrinter_PageSize B8 Description: Enum constant QPrinter::B8 |
B9 | Signature: [static,const] QPrinter_PageSize B9 Description: Enum constant QPrinter::B9 |
C5E | Signature: [static,const] QPrinter_PageSize C5E Description: Enum constant QPrinter::C5E |
Cassette | Signature: [static,const] QPrinter_PaperSource Cassette Description: Enum constant QPrinter::Cassette |
Cicero | Signature: [static,const] QPrinter_Unit Cicero Description: Enum constant QPrinter::Cicero |
Color | Signature: [static,const] QPrinter_ColorMode Color Description: Enum constant QPrinter::Color |
Comm10E | Signature: [static,const] QPrinter_PageSize Comm10E Description: Enum constant QPrinter::Comm10E |
Custom | Signature: [static,const] QPrinter_PageSize Custom Description: Enum constant QPrinter::Custom |
DLE | Signature: [static,const] QPrinter_PageSize DLE Description: Enum constant QPrinter::DLE |
DevicePixel | Signature: [static,const] QPrinter_Unit DevicePixel Description: Enum constant QPrinter::DevicePixel |
Didot | Signature: [static,const] QPrinter_Unit Didot Description: Enum constant QPrinter::Didot |
DuplexAuto | Signature: [static,const] QPrinter_DuplexMode DuplexAuto Description: Enum constant QPrinter::DuplexAuto |
DuplexLongSide | Signature: [static,const] QPrinter_DuplexMode DuplexLongSide Description: Enum constant QPrinter::DuplexLongSide |
DuplexNone | Signature: [static,const] QPrinter_DuplexMode DuplexNone Description: Enum constant QPrinter::DuplexNone |
DuplexShortSide | Signature: [static,const] QPrinter_DuplexMode DuplexShortSide Description: Enum constant QPrinter::DuplexShortSide |
Envelope | Signature: [static,const] QPrinter_PaperSource Envelope Description: Enum constant QPrinter::Envelope |
EnvelopeManual | Signature: [static,const] QPrinter_PaperSource EnvelopeManual Description: Enum constant QPrinter::EnvelopeManual |
Error | Signature: [static,const] QPrinter_PrinterState Error Description: Enum constant QPrinter::Error |
Executive | Signature: [static,const] QPrinter_PageSize Executive Description: Enum constant QPrinter::Executive |
FirstPageFirst | Signature: [static,const] QPrinter_PageOrder FirstPageFirst Description: Enum constant QPrinter::FirstPageFirst |
Folio | Signature: [static,const] QPrinter_PageSize Folio Description: Enum constant QPrinter::Folio |
FormSource | Signature: [static,const] QPrinter_PaperSource FormSource Description: Enum constant QPrinter::FormSource |
GrayScale | Signature: [static,const] QPrinter_ColorMode GrayScale Description: Enum constant QPrinter::GrayScale |
HighResolution | Signature: [static,const] QPrinter_PrinterMode HighResolution Description: Enum constant QPrinter::HighResolution |
Idle | Signature: [static,const] QPrinter_PrinterState Idle Description: Enum constant QPrinter::Idle |
Inch | Signature: [static,const] QPrinter_Unit Inch Description: Enum constant QPrinter::Inch |
Landscape | Signature: [static,const] QPrinter_Orientation Landscape Description: Enum constant QPrinter::Landscape |
LargeCapacity | Signature: [static,const] QPrinter_PaperSource LargeCapacity Description: Enum constant QPrinter::LargeCapacity |
LargeFormat | Signature: [static,const] QPrinter_PaperSource LargeFormat Description: Enum constant QPrinter::LargeFormat |
LastPageFirst | Signature: [static,const] QPrinter_PageOrder LastPageFirst Description: Enum constant QPrinter::LastPageFirst |
Ledger | Signature: [static,const] QPrinter_PageSize Ledger Description: Enum constant QPrinter::Ledger |
Legal | Signature: [static,const] QPrinter_PageSize Legal Description: Enum constant QPrinter::Legal |
Letter | Signature: [static,const] QPrinter_PageSize Letter Description: Enum constant QPrinter::Letter |
Lower | Signature: [static,const] QPrinter_PaperSource Lower Description: Enum constant QPrinter::Lower |
Manual | Signature: [static,const] QPrinter_PaperSource Manual Description: Enum constant QPrinter::Manual |
MaxPageSource | Signature: [static,const] QPrinter_PaperSource MaxPageSource Description: Enum constant QPrinter::MaxPageSource |
Middle | Signature: [static,const] QPrinter_PaperSource Middle Description: Enum constant QPrinter::Middle |
Millimeter | Signature: [static,const] QPrinter_Unit Millimeter Description: Enum constant QPrinter::Millimeter |
NPageSize | Signature: [static,const] QPrinter_PageSize NPageSize Description: Enum constant QPrinter::NPageSize |
NPaperSize | Signature: [static,const] QPrinter_PageSize NPaperSize Description: Enum constant QPrinter::NPaperSize |
NativeFormat | Signature: [static,const] QPrinter_OutputFormat NativeFormat Description: Enum constant QPrinter::NativeFormat |
OnlyOne | Signature: [static,const] QPrinter_PaperSource OnlyOne Description: Enum constant QPrinter::OnlyOne |
PageRange | Signature: [static,const] QPrinter_PrintRange PageRange Description: Enum constant QPrinter::PageRange |
PdfFormat | Signature: [static,const] QPrinter_OutputFormat PdfFormat Description: Enum constant QPrinter::PdfFormat |
Pica | Signature: [static,const] QPrinter_Unit Pica Description: Enum constant QPrinter::Pica |
Point | Signature: [static,const] QPrinter_Unit Point Description: Enum constant QPrinter::Point |
Portrait | Signature: [static,const] QPrinter_Orientation Portrait Description: Enum constant QPrinter::Portrait |
PostScriptFormat | Signature: [static,const] QPrinter_OutputFormat PostScriptFormat Description: Enum constant QPrinter::PostScriptFormat |
PrinterResolution | Signature: [static,const] QPrinter_PrinterMode PrinterResolution Description: Enum constant QPrinter::PrinterResolution |
ScreenResolution | Signature: [static,const] QPrinter_PrinterMode ScreenResolution Description: Enum constant QPrinter::ScreenResolution |
Selection | Signature: [static,const] QPrinter_PrintRange Selection Description: Enum constant QPrinter::Selection |
SmallFormat | Signature: [static,const] QPrinter_PaperSource SmallFormat Description: Enum constant QPrinter::SmallFormat |
Tabloid | Signature: [static,const] QPrinter_PageSize Tabloid Description: Enum constant QPrinter::Tabloid |
Tractor | Signature: [static,const] QPrinter_PaperSource Tractor Description: Enum constant QPrinter::Tractor |
_create | Signature: void _create Description: Ensures the C++ object is created
Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object
Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception.
If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed
This method returns true, if the object was destroyed, either explicitly or by the C++ side.
The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference
This method returns true, if self is a const reference.
In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side.
After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side.
Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
abort | Signature: bool abort Description: Method bool QPrinter::abort() |
actualNumCopies | Signature: [const] int actualNumCopies Description: Method int QPrinter::actualNumCopies() |
collateCopies | Signature: [const] bool collateCopies Description: Method bool QPrinter::collateCopies() Python specific notes: The object exposes a readable attribute 'collateCopies'. This is the getter.
|
collateCopies= | Signature: void collateCopies= (bool collate) Description: Method void QPrinter::setCollateCopies(bool collate) Python specific notes: The object exposes a writable attribute 'collateCopies'. This is the setter.
|
colorMode | Signature: [const] QPrinter_ColorMode colorMode Description: Method QPrinter::ColorMode QPrinter::colorMode() Python specific notes: The object exposes a readable attribute 'colorMode'. This is the getter.
|
colorMode= | Signature: void colorMode= (const QPrinter_ColorMode arg1) Description: Method void QPrinter::setColorMode(QPrinter::ColorMode) Python specific notes: The object exposes a writable attribute 'colorMode'. This is the setter.
|
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead |
creator | Signature: [const] string creator Description: Method QString QPrinter::creator() Python specific notes: The object exposes a readable attribute 'creator'. This is the getter.
|
creator= | Signature: void creator= (string arg1) Description: Method void QPrinter::setCreator(const QString &) Python specific notes: The object exposes a writable attribute 'creator'. This is the setter.
|
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead |
docName | Signature: [const] string docName Description: Method QString QPrinter::docName() Python specific notes: The object exposes a readable attribute 'docName'. This is the getter.
|
docName= | Signature: void docName= (string arg1) Description: Method void QPrinter::setDocName(const QString &) Python specific notes: The object exposes a writable attribute 'docName'. This is the setter.
|
doubleSidedPrinting | Signature: [const] bool doubleSidedPrinting Description: Method bool QPrinter::doubleSidedPrinting() Python specific notes: The object exposes a readable attribute 'doubleSidedPrinting'. This is the getter.
|
doubleSidedPrinting= | Signature: void doubleSidedPrinting= (bool enable) Description: Method void QPrinter::setDoubleSidedPrinting(bool enable) Python specific notes: The object exposes a writable attribute 'doubleSidedPrinting'. This is the setter.
|
duplex | Signature: [const] QPrinter_DuplexMode duplex Description: Method QPrinter::DuplexMode QPrinter::duplex() Python specific notes: The object exposes a readable attribute 'duplex'. This is the getter.
|
duplex= | Signature: void duplex= (const QPrinter_DuplexMode duplex) Description: Method void QPrinter::setDuplex(QPrinter::DuplexMode duplex) Python specific notes: The object exposes a writable attribute 'duplex'. This is the setter.
|
fontEmbeddingEnabled | Signature: [const] bool fontEmbeddingEnabled Description: Method bool QPrinter::fontEmbeddingEnabled() Python specific notes: The object exposes a readable attribute 'fontEmbeddingEnabled'. This is the getter.
|
fontEmbeddingEnabled= | Signature: void fontEmbeddingEnabled= (bool enable) Description: Method void QPrinter::setFontEmbeddingEnabled(bool enable) Python specific notes: The object exposes a writable attribute 'fontEmbeddingEnabled'. This is the setter.
|
fromPage | Signature: [const] int fromPage Description: Method int QPrinter::fromPage() |
fullPage | Signature: [const] bool fullPage Description: Method bool QPrinter::fullPage() Python specific notes: The object exposes a readable attribute 'fullPage'. This is the getter.
|
fullPage= | Signature: void fullPage= (bool arg1) Description: Method void QPrinter::setFullPage(bool) Python specific notes: The object exposes a writable attribute 'fullPage'. This is the setter.
|
getPageMargins | Signature: [const] void getPageMargins (double ptr left,double ptr top,double ptr right,double ptr bottom,const QPrinter_Unit unit) Description: Method void QPrinter::getPageMargins(double *left, double *top, double *right, double *bottom, QPrinter::Unit unit) |
isValid? | Signature: [const] bool isValid? Description: Method bool QPrinter::isValid() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead |
metric | Signature: [virtual,const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QPrinter::metric(QPaintDevice::PaintDeviceMetric)
This method can be reimplemented in a derived class. |
new | Signature: [static] new QPrinter new (const QPrinter_PrinterMode mode = QPrinter::ScreenResolution) Description: Constructor QPrinter::QPrinter(QPrinter::PrinterMode mode)
This method creates an object of class QPrinter. Python specific notes: This method is the default initializer of the object
|
Signature: [static] new QPrinter new (const QPrinterInfo printer,const QPrinter_PrinterMode mode = QPrinter::ScreenResolution) Description: Constructor QPrinter::QPrinter(const QPrinterInfo &printer, QPrinter::PrinterMode mode)
This method creates an object of class QPrinter. Python specific notes: This method is the default initializer of the object
|
newPage | Signature: bool newPage Description: Method bool QPrinter::newPage() |
numCopies | Signature: [const] int numCopies Description: Method int QPrinter::numCopies() Python specific notes: The object exposes a readable attribute 'numCopies'. This is the getter.
|
numCopies= | Signature: void numCopies= (int arg1) Description: Method void QPrinter::setNumCopies(int) Python specific notes: The object exposes a writable attribute 'numCopies'. This is the setter.
|
orientation | Signature: [const] QPrinter_Orientation orientation Description: Method QPrinter::Orientation QPrinter::orientation() Python specific notes: The object exposes a readable attribute 'orientation'. This is the getter.
|
orientation= | Signature: void orientation= (const QPrinter_Orientation arg1) Description: Method void QPrinter::setOrientation(QPrinter::Orientation) Python specific notes: The object exposes a writable attribute 'orientation'. This is the setter.
|
outputFileName | Signature: [const] string outputFileName Description: Method QString QPrinter::outputFileName() Python specific notes: The object exposes a readable attribute 'outputFileName'. This is the getter.
|
outputFileName= | Signature: void outputFileName= (string arg1) Description: Method void QPrinter::setOutputFileName(const QString &) Python specific notes: The object exposes a writable attribute 'outputFileName'. This is the setter.
|
outputFormat | Signature: [const] QPrinter_OutputFormat outputFormat Description: Method QPrinter::OutputFormat QPrinter::outputFormat() Python specific notes: The object exposes a readable attribute 'outputFormat'. This is the getter.
|
outputFormat= | Signature: void outputFormat= (const QPrinter_OutputFormat format) Description: Method void QPrinter::setOutputFormat(QPrinter::OutputFormat format) Python specific notes: The object exposes a writable attribute 'outputFormat'. This is the setter.
|
pageOrder | Signature: [const] QPrinter_PageOrder pageOrder Description: Method QPrinter::PageOrder QPrinter::pageOrder() Python specific notes: The object exposes a readable attribute 'pageOrder'. This is the getter.
|
pageOrder= | Signature: void pageOrder= (const QPrinter_PageOrder arg1) Description: Method void QPrinter::setPageOrder(QPrinter::PageOrder) Python specific notes: The object exposes a writable attribute 'pageOrder'. This is the setter.
|
pageRect | Signature: [const] QRect pageRect Description: Method QRect QPrinter::pageRect() |
Signature: [const] QRectF pageRect (const QPrinter_Unit arg1) Description: Method QRectF QPrinter::pageRect(QPrinter::Unit) |
pageSize | Signature: [const] QPrinter_PageSize pageSize Description: Method QPrinter::PageSize QPrinter::pageSize() Python specific notes: The object exposes a readable attribute 'pageSize'. This is the getter.
|
pageSize= | Signature: void pageSize= (const QPrinter_PageSize arg1) Description: Method void QPrinter::setPageSize(QPrinter::PageSize) Python specific notes: The object exposes a writable attribute 'pageSize'. This is the setter.
|
paintEngine | Signature: [virtual,const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QPrinter::paintEngine()
This method can be reimplemented in a derived class. |
paperRect | Signature: [const] QRect paperRect Description: Method QRect QPrinter::paperRect() |
Signature: [const] QRectF paperRect (const QPrinter_Unit arg1) Description: Method QRectF QPrinter::paperRect(QPrinter::Unit) |
paperSize | Signature: [const] QPrinter_PageSize paperSize Description: Method QPrinter::PageSize QPrinter::paperSize() Python specific notes: The object exposes a readable attribute 'paperSize'. This is the getter.
|
Signature: [const] QSizeF paperSize (const QPrinter_Unit unit) Description: Method QSizeF QPrinter::paperSize(QPrinter::Unit unit) Python specific notes: This method is available as method 'paperSize_' in Python
|
paperSize= | Signature: void paperSize= (const QPrinter_PageSize arg1) Description: Method void QPrinter::setPaperSize(QPrinter::PageSize) Python specific notes: The object exposes a writable attribute 'paperSize'. This is the setter.
|
paperSource | Signature: [const] QPrinter_PaperSource paperSource Description: Method QPrinter::PaperSource QPrinter::paperSource() Python specific notes: The object exposes a readable attribute 'paperSource'. This is the getter.
|
paperSource= | Signature: void paperSource= (const QPrinter_PaperSource arg1) Description: Method void QPrinter::setPaperSource(QPrinter::PaperSource) Python specific notes: The object exposes a writable attribute 'paperSource'. This is the setter.
|
printEngine | Signature: [const] QPrintEngine ptr printEngine Description: Method QPrintEngine *QPrinter::printEngine() |
printProgram | Signature: [const] string printProgram Description: Method QString QPrinter::printProgram() Python specific notes: The object exposes a readable attribute 'printProgram'. This is the getter.
|
printProgram= | Signature: void printProgram= (string arg1) Description: Method void QPrinter::setPrintProgram(const QString &) Python specific notes: The object exposes a writable attribute 'printProgram'. This is the setter.
|
printRange | Signature: [const] QPrinter_PrintRange printRange Description: Method QPrinter::PrintRange QPrinter::printRange() Python specific notes: The object exposes a readable attribute 'printRange'. This is the getter.
|
printRange= | Signature: void printRange= (const QPrinter_PrintRange range) Description: Method void QPrinter::setPrintRange(QPrinter::PrintRange range) Python specific notes: The object exposes a writable attribute 'printRange'. This is the setter.
|
printerName | Signature: [const] string printerName Description: Method QString QPrinter::printerName() Python specific notes: The object exposes a readable attribute 'printerName'. This is the getter.
|
printerName= | Signature: void printerName= (string arg1) Description: Method void QPrinter::setPrinterName(const QString &) Python specific notes: The object exposes a writable attribute 'printerName'. This is the setter.
|
printerState | Signature: [const] QPrinter_PrinterState printerState Description: Method QPrinter::PrinterState QPrinter::printerState() |
resolution | Signature: [const] int resolution Description: Method int QPrinter::resolution() Python specific notes: The object exposes a readable attribute 'resolution'. This is the getter.
|
resolution= | Signature: void resolution= (int arg1) Description: Method void QPrinter::setResolution(int) Python specific notes: The object exposes a writable attribute 'resolution'. This is the setter.
|
setCollateCopies | Signature: void setCollateCopies (bool collate) Description: Method void QPrinter::setCollateCopies(bool collate) Python specific notes: The object exposes a writable attribute 'collateCopies'. This is the setter.
|
setColorMode | Signature: void setColorMode (const QPrinter_ColorMode arg1) Description: Method void QPrinter::setColorMode(QPrinter::ColorMode) Python specific notes: The object exposes a writable attribute 'colorMode'. This is the setter.
|
setCreator | Signature: void setCreator (string arg1) Description: Method void QPrinter::setCreator(const QString &) Python specific notes: The object exposes a writable attribute 'creator'. This is the setter.
|
setDocName | Signature: void setDocName (string arg1) Description: Method void QPrinter::setDocName(const QString &) Python specific notes: The object exposes a writable attribute 'docName'. This is the setter.
|
setDoubleSidedPrinting | Signature: void setDoubleSidedPrinting (bool enable) Description: Method void QPrinter::setDoubleSidedPrinting(bool enable) Python specific notes: The object exposes a writable attribute 'doubleSidedPrinting'. This is the setter.
|
setDuplex | Signature: void setDuplex (const QPrinter_DuplexMode duplex) Description: Method void QPrinter::setDuplex(QPrinter::DuplexMode duplex) Python specific notes: The object exposes a writable attribute 'duplex'. This is the setter.
|
setEngines | Signature: void setEngines (QPrintEngine ptr printEngine,QPaintEngine ptr paintEngine) Description: Method void QPrinter::setEngines(QPrintEngine *printEngine, QPaintEngine *paintEngine)
This method is protected and can only be called from inside a derived class. |
setFontEmbeddingEnabled | Signature: void setFontEmbeddingEnabled (bool enable) Description: Method void QPrinter::setFontEmbeddingEnabled(bool enable) Python specific notes: The object exposes a writable attribute 'fontEmbeddingEnabled'. This is the setter.
|
setFromTo | Signature: void setFromTo (int fromPage,int toPage) Description: Method void QPrinter::setFromTo(int fromPage, int toPage) |
setFullPage | Signature: void setFullPage (bool arg1) Description: Method void QPrinter::setFullPage(bool) Python specific notes: The object exposes a writable attribute 'fullPage'. This is the setter.
|
setNumCopies | Signature: void setNumCopies (int arg1) Description: Method void QPrinter::setNumCopies(int) Python specific notes: The object exposes a writable attribute 'numCopies'. This is the setter.
|
setOrientation | Signature: void setOrientation (const QPrinter_Orientation arg1) Description: Method void QPrinter::setOrientation(QPrinter::Orientation) Python specific notes: The object exposes a writable attribute 'orientation'. This is the setter.
|
setOutputFileName | Signature: void setOutputFileName (string arg1) Description: Method void QPrinter::setOutputFileName(const QString &) Python specific notes: The object exposes a writable attribute 'outputFileName'. This is the setter.
|
setOutputFormat | Signature: void setOutputFormat (const QPrinter_OutputFormat format) Description: Method void QPrinter::setOutputFormat(QPrinter::OutputFormat format) Python specific notes: The object exposes a writable attribute 'outputFormat'. This is the setter.
|
setPageMargins | Signature: void setPageMargins (double left,double top,double right,double bottom,const QPrinter_Unit unit) Description: Method void QPrinter::setPageMargins(double left, double top, double right, double bottom, QPrinter::Unit unit) |
setPageOrder | Signature: void setPageOrder (const QPrinter_PageOrder arg1) Description: Method void QPrinter::setPageOrder(QPrinter::PageOrder) Python specific notes: The object exposes a writable attribute 'pageOrder'. This is the setter.
|
setPageSize | Signature: void setPageSize (const QPrinter_PageSize arg1) Description: Method void QPrinter::setPageSize(QPrinter::PageSize) Python specific notes: The object exposes a writable attribute 'pageSize'. This is the setter.
|
setPaperSize | Signature: void setPaperSize (const QPrinter_PageSize arg1) Description: Method void QPrinter::setPaperSize(QPrinter::PageSize) Python specific notes: The object exposes a writable attribute 'paperSize'. This is the setter.
|
Signature: void setPaperSize (const QSizeF paperSize,const QPrinter_Unit unit) Description: Method void QPrinter::setPaperSize(const QSizeF &paperSize, QPrinter::Unit unit) |
setPaperSource | Signature: void setPaperSource (const QPrinter_PaperSource arg1) Description: Method void QPrinter::setPaperSource(QPrinter::PaperSource) Python specific notes: The object exposes a writable attribute 'paperSource'. This is the setter.
|
setPrintProgram | Signature: void setPrintProgram (string arg1) Description: Method void QPrinter::setPrintProgram(const QString &) Python specific notes: The object exposes a writable attribute 'printProgram'. This is the setter.
|
setPrintRange | Signature: void setPrintRange (const QPrinter_PrintRange range) Description: Method void QPrinter::setPrintRange(QPrinter::PrintRange range) Python specific notes: The object exposes a writable attribute 'printRange'. This is the setter.
|
setPrinterName | Signature: void setPrinterName (string arg1) Description: Method void QPrinter::setPrinterName(const QString &) Python specific notes: The object exposes a writable attribute 'printerName'. This is the setter.
|
setResolution | Signature: void setResolution (int arg1) Description: Method void QPrinter::setResolution(int) Python specific notes: The object exposes a writable attribute 'resolution'. This is the setter.
|
supportedResolutions | Signature: [const] int[] supportedResolutions Description: Method QList<int> QPrinter::supportedResolutions() |
toPage | Signature: [const] int toPage Description: Method int QPrinter::toPage() |