|
| orReportProto (QObject *parent) |
|
QScriptValue | argument (int index) const |
|
int | argumentCount () const |
|
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) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
QScriptContext * | context () const |
|
void | deleteLater () |
|
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 bool | doesReportExist () |
|
Q_INVOKABLE bool | doParamsSatisfy () |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
QScriptEngine * | engine () 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) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
Q_INVOKABLE ParameterList | getParamList () |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
Q_INVOKABLE bool | isValid () |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
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 | removeChild (QObject *object) |
|
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 | setName (const char *name) |
|
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) |
|
QScriptValue | thisObject () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QFont | watermarkFont () |
|
Q_INVOKABLE unsigned char | watermarkOpacity () |
|
Q_INVOKABLE QString | watermarkText () |
|
|
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) |
|