#include <qcoreapplicationproto.h>
|
| 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 () |
|
Q_INVOKABLE bool | closingDown () |
|
Q_INVOKABLE int | exec () |
|
Q_INVOKABLE void | exit (int returnCode) |
|
Q_INVOKABLE void | flush () |
|
Q_INVOKABLE bool | hasPendingEvents () |
|
Q_INVOKABLE void | installTranslator (QTranslator *translationFile) |
|
Q_INVOKABLE QCoreApplication * | instance () |
|
Q_INVOKABLE QStringList | libraryPaths () |
|
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) |
|
Q_INVOKABLE void | quit () |
|
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 () |
|
Q_INVOKABLE void | sendPostedEvents (QObject *receiver, int event_type) |
|
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) |
|
Q_INVOKABLE void | setOrganizationDomain (const QString &orgDomain) |
|
Q_INVOKABLE void | setOrganizationName (const QString &orgName) |
|
Q_INVOKABLE bool | startingUp () |
|
Q_INVOKABLE bool | testAttribute (Qt::ApplicationAttribute attribute) |
|
Q_INVOKABLE QString | toString () |
|
Q_INVOKABLE QString | translate (const char *context, const char *sourceText, const char *disambiguation, QCoreApplication::Encoding encoding) |
|
Q_INVOKABLE QString | translate (const char *context, const char *sourceText, const char *disambiguation, QCoreApplication::Encoding encoding, int n) |
|
◆ QCoreApplicationProto()
QCoreApplicationProto::QCoreApplicationProto |
( |
QObject * |
parent = 0 | ) |
|
◆ addLibraryPath()
void QCoreApplicationProto::addLibraryPath |
( |
const QString & |
path | ) |
|
◆ applicationDirPath()
QString QCoreApplicationProto::applicationDirPath |
( |
| ) |
|
◆ applicationFilePath()
QString QCoreApplicationProto::applicationFilePath |
( |
| ) |
|
◆ applicationPid()
qint64 QCoreApplicationProto::applicationPid |
( |
| ) |
|
◆ applicationVersion()
QString QCoreApplicationProto::applicationVersion |
( |
| ) |
|
◆ arguments()
QStringList QCoreApplicationProto::arguments |
( |
| ) |
|
◆ closingDown()
bool QCoreApplicationProto::closingDown |
( |
| ) |
|
◆ exec()
int QCoreApplicationProto::exec |
( |
| ) |
|
◆ exit()
void QCoreApplicationProto::exit |
( |
int |
returnCode | ) |
|
◆ flush()
void QCoreApplicationProto::flush |
( |
| ) |
|
◆ hasPendingEvents()
bool QCoreApplicationProto::hasPendingEvents |
( |
| ) |
|
◆ installTranslator()
void QCoreApplicationProto::installTranslator |
( |
QTranslator * |
translationFile | ) |
|
◆ instance()
QCoreApplication * QCoreApplicationProto::instance |
( |
| ) |
|
◆ libraryPaths()
QStringList QCoreApplicationProto::libraryPaths |
( |
| ) |
|
◆ postEvent() [1/2]
void QCoreApplicationProto::postEvent |
( |
QObject * |
receiver, |
|
|
QEvent * |
event |
|
) |
| |
◆ postEvent() [2/2]
void QCoreApplicationProto::postEvent |
( |
QObject * |
receiver, |
|
|
QEvent * |
event, |
|
|
int |
priority |
|
) |
| |
◆ processEvents() [1/2]
void QCoreApplicationProto::processEvents |
( |
QEventLoop::ProcessEventsFlags |
flags | ) |
|
◆ processEvents() [2/2]
void QCoreApplicationProto::processEvents |
( |
QEventLoop::ProcessEventsFlags |
flags, |
|
|
int |
maxtime |
|
) |
| |
◆ quit()
void QCoreApplicationProto::quit |
( |
| ) |
|
◆ removeLibraryPath()
void QCoreApplicationProto::removeLibraryPath |
( |
const QString & |
path | ) |
|
◆ removePostedEvents() [1/2]
void QCoreApplicationProto::removePostedEvents |
( |
QObject * |
receiver | ) |
|
◆ removePostedEvents() [2/2]
void QCoreApplicationProto::removePostedEvents |
( |
QObject * |
receiver, |
|
|
int |
eventType |
|
) |
| |
◆ removeTranslator()
void QCoreApplicationProto::removeTranslator |
( |
QTranslator * |
translationFile | ) |
|
◆ sendEvent()
bool QCoreApplicationProto::sendEvent |
( |
QObject * |
receiver, |
|
|
QEvent * |
event |
|
) |
| |
◆ sendPostedEvents() [1/2]
void QCoreApplicationProto::sendPostedEvents |
( |
| ) |
|
◆ sendPostedEvents() [2/2]
void QCoreApplicationProto::sendPostedEvents |
( |
QObject * |
receiver, |
|
|
int |
event_type |
|
) |
| |
◆ setApplicationName()
void QCoreApplicationProto::setApplicationName |
( |
const QString & |
application | ) |
|
◆ setApplicationVersion()
void QCoreApplicationProto::setApplicationVersion |
( |
const QString & |
version | ) |
|
◆ setAttribute()
void QCoreApplicationProto::setAttribute |
( |
Qt::ApplicationAttribute |
attribute, |
|
|
bool |
on |
|
) |
| |
◆ setLibraryPaths()
void QCoreApplicationProto::setLibraryPaths |
( |
const QStringList & |
paths | ) |
|
◆ setOrganizationDomain()
void QCoreApplicationProto::setOrganizationDomain |
( |
const QString & |
orgDomain | ) |
|
◆ setOrganizationName()
void QCoreApplicationProto::setOrganizationName |
( |
const QString & |
orgName | ) |
|
◆ startingUp()
bool QCoreApplicationProto::startingUp |
( |
| ) |
|
◆ testAttribute()
bool QCoreApplicationProto::testAttribute |
( |
Qt::ApplicationAttribute |
attribute | ) |
|
◆ toString()
QString QCoreApplicationProto::toString |
( |
| ) |
|
◆ translate() [1/2]
QString QCoreApplicationProto::translate |
( |
const char * |
context, |
|
|
const char * |
sourceText, |
|
|
const char * |
disambiguation, |
|
|
QCoreApplication::Encoding |
encoding |
|
) |
| |
◆ translate() [2/2]
QString QCoreApplicationProto::translate |
( |
const char * |
context, |
|
|
const char * |
sourceText, |
|
|
const char * |
disambiguation, |
|
|
QCoreApplication::Encoding |
encoding, |
|
|
int |
n |
|
) |
| |
The documentation for this class was generated from the following files:
- qcoreapplicationproto.h
- qcoreapplicationproto.cpp