|
| QApplicationProto (QObject *parent) |
|
Q_INVOKABLE QWidget * | activeModalWidget () |
|
Q_INVOKABLE QWidget * | activePopupWidget () |
|
Q_INVOKABLE QWidget * | activeWindow () |
|
Q_INVOKABLE void | alert (QWidget *widget, int msec=0) |
|
Q_INVOKABLE QWidgetList | allWidgets () |
|
QScriptValue | argument (int index) const |
|
int | argumentCount () const |
|
Q_INVOKABLE void | beep () |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE void | changeOverrideCursor (const QCursor &cursor) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
Q_INVOKABLE QClipboard * | clipboard () |
|
Q_INVOKABLE int | colorSpec () |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
QScriptContext * | context () const |
|
void | deleteLater () |
|
Q_INVOKABLE QDesktopWidget * | desktop () |
|
Q_INVOKABLE bool | desktopSettingsAware () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
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 int | exec () |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
Q_INVOKABLE QWidget * | focusWidget () |
|
Q_INVOKABLE QFont | font () |
|
Q_INVOKABLE QFont | font (const QWidget *widget) |
|
Q_INVOKABLE QFont | font (const char *className) |
|
Q_INVOKABLE QFontMetrics | fontMetrics () |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
Q_INVOKABLE bool | isEffectEnabled (Qt::UIEffect effect) |
|
Q_INVOKABLE bool | isLeftToRight () |
|
Q_INVOKABLE bool | isRightToLeft () |
|
Q_INVOKABLE bool | isSessionRestored () const |
|
bool | isWidgetType () const |
|
Q_INVOKABLE Qt::KeyboardModifiers | keyboardModifiers () |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
Q_INVOKABLE Qt::MouseButtons | mouseButtons () |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
Q_INVOKABLE bool | notify (QObject *receiver, QEvent *e) |
|
QString | objectName () const |
|
Q_INVOKABLE QCursor * | overrideCursor () |
|
Q_INVOKABLE QPalette | palette () |
|
Q_INVOKABLE QPalette | palette (const QWidget *widget) |
|
Q_INVOKABLE QPalette | palette (const char *className) |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
Q_INVOKABLE Qt::KeyboardModifiers | queryKeyboardModifiers () |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE void | restoreOverrideCursor () |
|
Q_INVOKABLE QString | sessionId () const |
|
Q_INVOKABLE QString | sessionKey () const |
|
Q_INVOKABLE void | setActiveWindow (QWidget *active) |
|
Q_INVOKABLE void | setColorSpec (int spec) |
|
Q_INVOKABLE void | setDesktopSettingsAware (bool on) |
|
Q_INVOKABLE void | setDoubleClickInterval (int ms) |
|
Q_INVOKABLE void | setEffectEnabled (Qt::UIEffect effect, bool enable=true) |
|
Q_INVOKABLE void | setFont (const QFont &font, const char *className=0) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
Q_INVOKABLE void | setOverrideCursor (const QCursor &cursor) |
|
Q_INVOKABLE void | setPalette (const QPalette &palette, const char *className=0) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
Q_INVOKABLE void | setQuitOnLastWindowClosed (bool quit) |
|
Q_INVOKABLE void | setStyle (QStyle *style) |
|
Q_INVOKABLE QStyle * | setStyle (const QString &style) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
Q_INVOKABLE QStyle * | style () |
|
QScriptValue | thisObject () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QWidget * | topLevelAt (const QPoint &point) |
|
Q_INVOKABLE QWidget * | topLevelAt (int x, int y) |
|
Q_INVOKABLE QWidgetList | topLevelWidgets () |
|
Q_INVOKABLE QString | toString () const |
|
Q_INVOKABLE QWidget * | widgetAt (const QPoint &point) |
|
Q_INVOKABLE QWidget * | widgetAt (int x, int y) |
|
|
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) |
|