#include <qcoreapplicationproto.h>
Properties | |
objectName | |
Public Member Functions | |
QCoreApplicationProto (QObject *parent=0) | |
Q_INVOKABLE void | addLibraryPath (const QString &path) |
Q_INVOKABLE QString | applicationDirPath () |
Q_INVOKABLE QString | applicationFilePath () |
Q_INVOKABLE qint64 | applicationPid () |
Q_INVOKABLE QString | applicationVersion () |
Q_INVOKABLE QStringList | arguments () |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
Q_INVOKABLE bool | closingDown () |
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 |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE int | exec () |
Q_INVOKABLE void | exit (int returnCode) |
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 void | flush () |
Q_INVOKABLE bool | hasPendingEvents () |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE void | installTranslator (QTranslator *translationFile) |
Q_INVOKABLE QCoreApplication * | instance () |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
Q_INVOKABLE QStringList | libraryPaths () |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const |
Q_INVOKABLE void | postEvent (QObject *receiver, QEvent *event) |
Q_INVOKABLE void | postEvent (QObject *receiver, QEvent *event, int priority) |
Q_INVOKABLE void | processEvents (QEventLoop::ProcessEventsFlags flags) |
Q_INVOKABLE void | processEvents (QEventLoop::ProcessEventsFlags flags, int maxtime) |
QVariant | property (const char *name) const |
Q_INVOKABLE void | quit () |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE void | removeLibraryPath (const QString &path) |
Q_INVOKABLE void | removePostedEvents (QObject *receiver) |
Q_INVOKABLE void | removePostedEvents (QObject *receiver, int eventType) |
Q_INVOKABLE void | removeTranslator (QTranslator *translationFile) |
Q_INVOKABLE bool | sendEvent (QObject *receiver, QEvent *event) |
Q_INVOKABLE void | sendPostedEvents (QObject *receiver, int event_type) |
Q_INVOKABLE void | sendPostedEvents () |
Q_INVOKABLE void | setApplicationName (const QString &application) |
Q_INVOKABLE void | setApplicationVersion (const QString &version) |
Q_INVOKABLE void | setAttribute (Qt::ApplicationAttribute attribute, bool on) |
Q_INVOKABLE void | setLibraryPaths (const QStringList &paths) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setOrganizationDomain (const QString &orgDomain) |
Q_INVOKABLE void | setOrganizationName (const QString &orgName) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
Q_INVOKABLE bool | startingUp () |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE bool | testAttribute (Qt::ApplicationAttribute attribute) |
QThread * | thread () const |
Q_INVOKABLE QString | toString () |
Q_INVOKABLE QString | translate (const char *context, const char *sourceText, const char *disambiguation, QCoreApplication::Encoding encoding, int n) |
Q_INVOKABLE QString | translate (const char *context, const char *sourceText, const char *disambiguation, QCoreApplication::Encoding encoding) |
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) |
QCoreApplicationProto::QCoreApplicationProto | ( | QObject * | parent = 0 | ) |
void QCoreApplicationProto::addLibraryPath | ( | const QString & | path | ) |
QString QCoreApplicationProto::applicationDirPath | ( | ) |
QString QCoreApplicationProto::applicationFilePath | ( | ) |
qint64 QCoreApplicationProto::applicationPid | ( | ) |
QString QCoreApplicationProto::applicationVersion | ( | ) |
QStringList QCoreApplicationProto::arguments | ( | ) |
bool QCoreApplicationProto::closingDown | ( | ) |
int QCoreApplicationProto::exec | ( | ) |
void QCoreApplicationProto::exit | ( | int | returnCode | ) |
void QCoreApplicationProto::flush | ( | ) |
bool QCoreApplicationProto::hasPendingEvents | ( | ) |
void QCoreApplicationProto::installTranslator | ( | QTranslator * | translationFile | ) |
QCoreApplication * QCoreApplicationProto::instance | ( | ) |
QStringList QCoreApplicationProto::libraryPaths | ( | ) |
void QCoreApplicationProto::processEvents | ( | QEventLoop::ProcessEventsFlags | flags | ) |
void QCoreApplicationProto::processEvents | ( | QEventLoop::ProcessEventsFlags | flags, |
int | maxtime | ||
) |
void QCoreApplicationProto::quit | ( | ) |
void QCoreApplicationProto::removeLibraryPath | ( | const QString & | path | ) |
void QCoreApplicationProto::removePostedEvents | ( | QObject * | receiver | ) |
void QCoreApplicationProto::removePostedEvents | ( | QObject * | receiver, |
int | eventType | ||
) |
void QCoreApplicationProto::removeTranslator | ( | QTranslator * | translationFile | ) |
void QCoreApplicationProto::sendPostedEvents | ( | QObject * | receiver, |
int | event_type | ||
) |
void QCoreApplicationProto::sendPostedEvents | ( | ) |
void QCoreApplicationProto::setApplicationName | ( | const QString & | application | ) |
void QCoreApplicationProto::setApplicationVersion | ( | const QString & | version | ) |
void QCoreApplicationProto::setAttribute | ( | Qt::ApplicationAttribute | attribute, |
bool | on | ||
) |
void QCoreApplicationProto::setLibraryPaths | ( | const QStringList & | paths | ) |
void QCoreApplicationProto::setOrganizationDomain | ( | const QString & | orgDomain | ) |
void QCoreApplicationProto::setOrganizationName | ( | const QString & | orgName | ) |
bool QCoreApplicationProto::startingUp | ( | ) |
bool QCoreApplicationProto::testAttribute | ( | Qt::ApplicationAttribute | attribute | ) |
QString QCoreApplicationProto::toString | ( | ) |
QString QCoreApplicationProto::translate | ( | const char * | context, |
const char * | sourceText, | ||
const char * | disambiguation, | ||
QCoreApplication::Encoding | encoding, | ||
int | n | ||
) |
QString QCoreApplicationProto::translate | ( | const char * | context, |
const char * | sourceText, | ||
const char * | disambiguation, | ||
QCoreApplication::Encoding | encoding | ||
) |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |