#include <qprinterproto.h>
Properties | |
objectName | |
Public Member Functions | |
QPrinterProto (QObject *parent) | |
Q_INVOKABLE bool | abort () |
QScriptValue | argument (int index) const |
int | argumentCount () const |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
Q_INVOKABLE bool | collateCopies () const |
Q_INVOKABLE QPrinter::ColorMode | colorMode () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
QScriptContext * | context () const |
Q_INVOKABLE QString | creator () const |
void | deleteLater () |
Q_INVOKABLE int | depth () const |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *receiver, const char *method) |
Q_INVOKABLE QString | docName () const |
Q_INVOKABLE bool | doubleSidedPrinting () const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
Q_INVOKABLE QPrinter::DuplexMode | duplex () const |
QList< QByteArray > | dynamicPropertyNames () const |
QScriptEngine * | engine () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
Q_INVOKABLE bool | fontEmbeddingEnabled () const |
Q_INVOKABLE int | fromPage () const |
Q_INVOKABLE bool | fullPage () const |
Q_INVOKABLE void | getPageMargins (qreal *left, qreal *top, qreal *right, qreal *bottom, QPrinter::Unit unit) const |
Q_INVOKABLE int | height () const |
Q_INVOKABLE int | heightMM () const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
Q_INVOKABLE bool | isValid () const |
bool | isWidgetType () const |
void | killTimer (int id) |
Q_INVOKABLE int | logicalDpiX () const |
Q_INVOKABLE int | logicalDpiY () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name (const char *defaultName) const |
const char * | name () const |
Q_INVOKABLE bool | newPage () |
Q_INVOKABLE int | numColors () const |
Q_INVOKABLE int | numCopies () const |
QString | objectName () const |
Q_INVOKABLE QPrinter::Orientation | orientation () const |
Q_INVOKABLE QString | outputFileName () const |
Q_INVOKABLE QPrinter::OutputFormat | outputFormat () const |
Q_INVOKABLE QPrinter::PageOrder | pageOrder () const |
Q_INVOKABLE QRect | pageRect () const |
Q_INVOKABLE QRectF | pageRect (QPrinter::Unit unit) const |
virtual Q_INVOKABLE QPaintEngine * | paintEngine () const |
Q_INVOKABLE bool | paintingActive () const |
Q_INVOKABLE QRect | paperRect () const |
Q_INVOKABLE QRectF | paperRect (QPrinter::Unit unit) const |
Q_INVOKABLE QPrinter::PaperSize | paperSize () const |
Q_INVOKABLE QSizeF | paperSize (QPrinter::Unit unit) const |
Q_INVOKABLE QPrinter::PaperSource | paperSource () const |
QObject * | parent () const |
Q_INVOKABLE int | physicalDpiX () const |
Q_INVOKABLE int | physicalDpiY () const |
Q_INVOKABLE QPrintEngine * | printEngine () const |
Q_INVOKABLE QString | printerName () const |
Q_INVOKABLE QString | printerSelectionOption () const |
Q_INVOKABLE QPrinter::PrinterState | printerState () const |
Q_INVOKABLE QString | printProgram () const |
Q_INVOKABLE QPrinter::PrintRange | printRange () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE int | resolution () const |
Q_INVOKABLE void | setCollateCopies (bool collate) |
Q_INVOKABLE void | setColorMode (QPrinter::ColorMode newColorMode) |
Q_INVOKABLE void | setCreator (const QString &creator) |
Q_INVOKABLE void | setDocName (const QString &name) |
Q_INVOKABLE void | setDoubleSidedPrinting (bool doubleSided) |
Q_INVOKABLE void | setDuplex (QPrinter::DuplexMode duplex) |
Q_INVOKABLE void | setFontEmbeddingEnabled (bool enable) |
Q_INVOKABLE void | setFromTo (int from, int to) |
Q_INVOKABLE void | setFullPage (bool fp) |
void | setName (const char *name) |
Q_INVOKABLE void | setNumCopies (int numCopies) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setOrientation (QPrinter::Orientation orientation) |
Q_INVOKABLE void | setOutputFileName (const QString &fileName) |
Q_INVOKABLE void | setOutputFormat (QPrinter::OutputFormat format) |
Q_INVOKABLE void | setPageMargins (qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) |
Q_INVOKABLE void | setPageOrder (QPrinter::PageOrder pageOrder) |
Q_INVOKABLE void | setPaperSize (QPrinter::PaperSize newPaperSize) |
Q_INVOKABLE void | setPaperSize (const QSizeF &paperSize, QPrinter::Unit unit) |
Q_INVOKABLE void | setPaperSource (QPrinter::PaperSource source) |
void | setParent (QObject *parent) |
Q_INVOKABLE void | setPrinterName (const QString &name) |
Q_INVOKABLE void | setPrinterSelectionOption (const QString &option) |
Q_INVOKABLE void | setPrintProgram (const QString &printProg) |
Q_INVOKABLE void | setPrintRange (QPrinter::PrintRange range) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setResolution (int dpi) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
Q_INVOKABLE QList< int > | supportedResolutions () const |
QScriptValue | thisObject () const |
QThread * | thread () const |
Q_INVOKABLE int | toPage () const |
Q_INVOKABLE int | width () const |
Q_INVOKABLE int | widthMM () const |
Static Public Member Functions | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
QPrinterProto::QPrinterProto | ( | QObject * | parent | ) |
bool QPrinterProto::abort | ( | ) |
bool QPrinterProto::collateCopies | ( | ) | const |
QPrinter::ColorMode QPrinterProto::colorMode | ( | ) | const |
QString QPrinterProto::creator | ( | ) | const |
int QPrinterProto::depth | ( | ) | const |
QString QPrinterProto::docName | ( | ) | const |
bool QPrinterProto::doubleSidedPrinting | ( | ) | const |
QPrinter::DuplexMode QPrinterProto::duplex | ( | ) | const |
bool QPrinterProto::fontEmbeddingEnabled | ( | ) | const |
int QPrinterProto::fromPage | ( | ) | const |
bool QPrinterProto::fullPage | ( | ) | const |
void QPrinterProto::getPageMargins | ( | qreal * | left, |
qreal * | top, | ||
qreal * | right, | ||
qreal * | bottom, | ||
QPrinter::Unit | unit | ||
) | const |
int QPrinterProto::height | ( | ) | const |
int QPrinterProto::heightMM | ( | ) | const |
bool QPrinterProto::isValid | ( | ) | const |
int QPrinterProto::logicalDpiX | ( | ) | const |
int QPrinterProto::logicalDpiY | ( | ) | const |
bool QPrinterProto::newPage | ( | ) |
int QPrinterProto::numColors | ( | ) | const |
int QPrinterProto::numCopies | ( | ) | const |
QPrinter::Orientation QPrinterProto::orientation | ( | ) | const |
QString QPrinterProto::outputFileName | ( | ) | const |
QPrinter::OutputFormat QPrinterProto::outputFormat | ( | ) | const |
QPrinter::PageOrder QPrinterProto::pageOrder | ( | ) | const |
QRect QPrinterProto::pageRect | ( | ) | const |
QRectF QPrinterProto::pageRect | ( | QPrinter::Unit | unit | ) | const |
|
virtual |
bool QPrinterProto::paintingActive | ( | ) | const |
QRect QPrinterProto::paperRect | ( | ) | const |
QRectF QPrinterProto::paperRect | ( | QPrinter::Unit | unit | ) | const |
QPrinter::PaperSize QPrinterProto::paperSize | ( | ) | const |
QSizeF QPrinterProto::paperSize | ( | QPrinter::Unit | unit | ) | const |
QPrinter::PaperSource QPrinterProto::paperSource | ( | ) | const |
int QPrinterProto::physicalDpiX | ( | ) | const |
int QPrinterProto::physicalDpiY | ( | ) | const |
QPrintEngine * QPrinterProto::printEngine | ( | ) | const |
QString QPrinterProto::printerName | ( | ) | const |
QString QPrinterProto::printerSelectionOption | ( | ) | const |
QPrinter::PrinterState QPrinterProto::printerState | ( | ) | const |
QString QPrinterProto::printProgram | ( | ) | const |
QPrinter::PrintRange QPrinterProto::printRange | ( | ) | const |
int QPrinterProto::resolution | ( | ) | const |
void QPrinterProto::setCollateCopies | ( | bool | collate | ) |
void QPrinterProto::setColorMode | ( | QPrinter::ColorMode | newColorMode | ) |
void QPrinterProto::setCreator | ( | const QString & | creator | ) |
void QPrinterProto::setDocName | ( | const QString & | name | ) |
void QPrinterProto::setDoubleSidedPrinting | ( | bool | doubleSided | ) |
void QPrinterProto::setDuplex | ( | QPrinter::DuplexMode | duplex | ) |
void QPrinterProto::setFontEmbeddingEnabled | ( | bool | enable | ) |
void QPrinterProto::setFromTo | ( | int | from, |
int | to | ||
) |
void QPrinterProto::setFullPage | ( | bool | fp | ) |
void QPrinterProto::setNumCopies | ( | int | numCopies | ) |
void QPrinterProto::setOrientation | ( | QPrinter::Orientation | orientation | ) |
void QPrinterProto::setOutputFileName | ( | const QString & | fileName | ) |
void QPrinterProto::setOutputFormat | ( | QPrinter::OutputFormat | format | ) |
void QPrinterProto::setPageMargins | ( | qreal | left, |
qreal | top, | ||
qreal | right, | ||
qreal | bottom, | ||
QPrinter::Unit | unit | ||
) |
void QPrinterProto::setPageOrder | ( | QPrinter::PageOrder | pageOrder | ) |
void QPrinterProto::setPaperSize | ( | QPrinter::PaperSize | newPaperSize | ) |
void QPrinterProto::setPaperSize | ( | const QSizeF & | paperSize, |
QPrinter::Unit | unit | ||
) |
void QPrinterProto::setPaperSource | ( | QPrinter::PaperSource | source | ) |
void QPrinterProto::setPrinterName | ( | const QString & | name | ) |
void QPrinterProto::setPrinterSelectionOption | ( | const QString & | option | ) |
void QPrinterProto::setPrintProgram | ( | const QString & | printProg | ) |
void QPrinterProto::setPrintRange | ( | QPrinter::PrintRange | range | ) |
void QPrinterProto::setResolution | ( | int | dpi | ) |
QList< int > QPrinterProto::supportedResolutions | ( | ) | const |
int QPrinterProto::toPage | ( | ) | const |
int QPrinterProto::width | ( | ) | const |
int QPrinterProto::widthMM | ( | ) | const |
Generated on Fri Jul 10 2015 | xTuple ERP Programmer Reference, Version 4.9.0 |
![]() |