List of all members | Properties | Public Member Functions | Static Public Member Functions | Protected Member Functions
QPrinterProto Class Reference

#include <qprinterproto.h>

Inheritance diagram for QPrinterProto:
QObject QScriptable

Properties

 objectName
 

Public Member Functions

 QPrinterProto (QObject *parent)
 
Q_INVOKABLE bool abort ()
 
bool blockSignals (bool block)
 
const QObjectList & children () const
 
Q_INVOKABLE bool collateCopies () const
 
Q_INVOKABLE QPrinter::ColorMode colorMode () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) 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) const
 
bool disconnect (const QObject *receiver, const char *method) const
 
Q_INVOKABLE QString docName () const
 
Q_INVOKABLE bool doubleSidedPrinting () const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
Q_INVOKABLE QPrinter::DuplexMode duplex () const
 
QList< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) 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 installEventFilter (QObject *filterObj)
 
Q_INVOKABLE bool isValid () const
 
bool isWidgetType () const
 
bool isWindowType () const
 
void killTimer (int id)
 
Q_INVOKABLE int logicalDpiX () const
 
Q_INVOKABLE int logicalDpiY () const
 
virtual const QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
Q_INVOKABLE bool newPage ()
 
Q_INVOKABLE int numColors () const
 
Q_INVOKABLE int numCopies () const
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
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 QPaintEnginepaintEngine () 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
 
QObjectparent () const
 
Q_INVOKABLE int physicalDpiX () const
 
Q_INVOKABLE int physicalDpiY () const
 
Q_INVOKABLE QPrintEngineprintEngine () 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 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)
 
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, Qt::TimerType timerType)
 
Q_INVOKABLE QList< int > supportedResolutions () const
 
QThreadthread () const
 
Q_INVOKABLE int toPage () const
 
Q_INVOKABLE int width () const
 
Q_INVOKABLE int widthMM () const
 

Static Public Member Functions

QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction 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

virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
int receivers (const char *signal) const
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Constructor & Destructor Documentation

QPrinterProto::QPrinterProto ( QObject parent)

Member Function Documentation

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
QPaintEngine * QPrinterProto::paintEngine ( ) 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

The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10