#include <qsqlrecordproto.h>
Properties | |
objectName | |
Public Member Functions | |
QSqlRecordProto (QObject *parent) | |
Q_INVOKABLE void | append (const QSqlField &field) |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
Q_INVOKABLE void | clear () |
Q_INVOKABLE void | clearValues () |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE bool | contains (const QString &name) const |
Q_INVOKABLE int | count () 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 |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE QSqlField | field (int index) const |
Q_INVOKABLE QSqlField | field (const QString &name) const |
Q_INVOKABLE QString | fieldName (int index) const |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE int | indexOf (const QString &name) const |
bool | inherits (const char *className) const |
Q_INVOKABLE void | insert (int pos, const QSqlField &field) |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isEmpty () const |
Q_INVOKABLE bool | isGenerated (const QString &name) const |
Q_INVOKABLE bool | isGenerated (int index) const |
Q_INVOKABLE bool | isNull (const QString &name) const |
Q_INVOKABLE bool | isNull (int index) const |
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 |
QVariant | property (const char *name) const |
Q_INVOKABLE void | remove (int pos) |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE void | replace (int pos, const QSqlField &field) |
Q_INVOKABLE void | setGenerated (const QString &name, bool generated) |
Q_INVOKABLE void | setGenerated (int index, bool generated) |
Q_INVOKABLE void | setNull (int index) |
Q_INVOKABLE void | setNull (const QString &name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setValue (int index, const QVariant &val) |
Q_INVOKABLE void | setValue (const QString &name, const QVariant &val) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
QThread * | thread () const |
Q_INVOKABLE QVariant | value (int index) const |
Q_INVOKABLE QVariant | value (const QString &name) 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 |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QSqlRecordProto::QSqlRecordProto | ( | QObject * | parent | ) |
void QSqlRecordProto::append | ( | const QSqlField & | field | ) |
void QSqlRecordProto::clear | ( | ) |
void QSqlRecordProto::clearValues | ( | ) |
bool QSqlRecordProto::contains | ( | const QString & | name | ) | const |
int QSqlRecordProto::count | ( | ) | const |
QSqlField QSqlRecordProto::field | ( | int | index | ) | const |
QString QSqlRecordProto::fieldName | ( | int | index | ) | const |
int QSqlRecordProto::indexOf | ( | const QString & | name | ) | const |
void QSqlRecordProto::insert | ( | int | pos, |
const QSqlField & | field | ||
) |
bool QSqlRecordProto::isEmpty | ( | ) | const |
bool QSqlRecordProto::isGenerated | ( | const QString & | name | ) | const |
bool QSqlRecordProto::isGenerated | ( | int | index | ) | const |
bool QSqlRecordProto::isNull | ( | const QString & | name | ) | const |
bool QSqlRecordProto::isNull | ( | int | index | ) | const |
void QSqlRecordProto::remove | ( | int | pos | ) |
void QSqlRecordProto::replace | ( | int | pos, |
const QSqlField & | field | ||
) |
void QSqlRecordProto::setGenerated | ( | const QString & | name, |
bool | generated | ||
) |
void QSqlRecordProto::setGenerated | ( | int | index, |
bool | generated | ||
) |
void QSqlRecordProto::setNull | ( | int | index | ) |
void QSqlRecordProto::setNull | ( | const QString & | name | ) |
void QSqlRecordProto::setValue | ( | int | index, |
const QVariant & | val | ||
) |
QVariant QSqlRecordProto::value | ( | int | index | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |