#include <orreportproto.h>
Properties | |
objectName | |
Public Member Functions | |
orReportProto (QObject *parent) | |
Q_INVOKABLE int | backgroundAlignment () |
Q_INVOKABLE QImage | backgroundImage () |
Q_INVOKABLE unsigned char | backgroundOpacity () |
Q_INVOKABLE QRect | backgroundRect () |
Q_INVOKABLE bool | backgroundScale () |
Q_INVOKABLE Qt::AspectRatioMode | backgroundScaleMode () |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
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 bool | doesReportExist () |
Q_INVOKABLE bool | doParamsSatisfy () |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE bool | exportToPDF (const QString &fileName) |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE ParameterList | getParamList () |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isValid () |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const |
Q_INVOKABLE bool | print (QPrinter *prtThis=0, bool boolSetupPrinter=true, bool showPreview=false, QWidget *parent=0) |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE bool | render (QPainter *painter, QPrinter *printer=0) |
Q_INVOKABLE int | reportError (QWidget *widget) |
Q_INVOKABLE bool | satisfyParams (QWidget *widget) |
Q_INVOKABLE void | setBackgroundAlignment (int alignment) |
Q_INVOKABLE void | setBackgroundImage (const QImage &image) |
Q_INVOKABLE void | setBackgroundOpacity (unsigned char opacity) |
Q_INVOKABLE void | setBackgroundRect (const QRect &rect) |
Q_INVOKABLE void | setBackgroundRect (int x, int y, int w, int h) |
Q_INVOKABLE void | setBackgroundScale (bool scale) |
Q_INVOKABLE void | setBackgroundScaleMode (Qt::AspectRatioMode mode) |
Q_INVOKABLE void | setDatabase (QSqlDatabase db) |
Q_INVOKABLE bool | setDom (const QDomDocument &docPReport) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setParamList (const ParameterList ¶ms) |
Q_INVOKABLE void | setParamList (const QStringList &list) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setWatermarkFont (const QFont &font) |
Q_INVOKABLE void | setWatermarkOpacity (unsigned char opacity) |
Q_INVOKABLE void | setWatermarkText (const QString &text) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
QThread * | thread () const |
Q_INVOKABLE QFont | watermarkFont () |
Q_INVOKABLE unsigned char | watermarkOpacity () |
Q_INVOKABLE QString | watermarkText () |
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 |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
orReportProto::orReportProto | ( | QObject * | parent | ) |
int orReportProto::backgroundAlignment | ( | ) |
QImage orReportProto::backgroundImage | ( | ) |
unsigned char orReportProto::backgroundOpacity | ( | ) |
QRect orReportProto::backgroundRect | ( | ) |
bool orReportProto::backgroundScale | ( | ) |
Qt::AspectRatioMode orReportProto::backgroundScaleMode | ( | ) |
bool orReportProto::doesReportExist | ( | ) |
bool orReportProto::doParamsSatisfy | ( | ) |
bool orReportProto::exportToPDF | ( | const QString & | fileName | ) |
ParameterList orReportProto::getParamList | ( | ) |
bool orReportProto::isValid | ( | ) |
bool orReportProto::print | ( | QPrinter * | prtThis = 0 , |
bool | boolSetupPrinter = true , |
||
bool | showPreview = false , |
||
QWidget * | parent = 0 |
||
) |
int orReportProto::reportError | ( | QWidget * | widget | ) |
bool orReportProto::satisfyParams | ( | QWidget * | widget | ) |
void orReportProto::setBackgroundAlignment | ( | int | alignment | ) |
void orReportProto::setBackgroundImage | ( | const QImage & | image | ) |
void orReportProto::setBackgroundOpacity | ( | unsigned char | opacity | ) |
void orReportProto::setBackgroundRect | ( | const QRect & | rect | ) |
void orReportProto::setBackgroundRect | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
void orReportProto::setBackgroundScale | ( | bool | scale | ) |
void orReportProto::setBackgroundScaleMode | ( | Qt::AspectRatioMode | mode | ) |
void orReportProto::setDatabase | ( | QSqlDatabase | db | ) |
bool orReportProto::setDom | ( | const QDomDocument & | docPReport | ) |
void orReportProto::setParamList | ( | const ParameterList & | params | ) |
void orReportProto::setParamList | ( | const QStringList & | list | ) |
void orReportProto::setWatermarkFont | ( | const QFont & | font | ) |
void orReportProto::setWatermarkOpacity | ( | unsigned char | opacity | ) |
void orReportProto::setWatermarkText | ( | const QString & | text | ) |
QFont orReportProto::watermarkFont | ( | ) |
unsigned char orReportProto::watermarkOpacity | ( | ) |
QString orReportProto::watermarkText | ( | ) |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |