|
| | QMainWindowProto (QObject *parent) |
| |
| Q_INVOKABLE void | addDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget) |
| |
| Q_INVOKABLE void | addDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) |
| |
| Q_INVOKABLE void | addToolBar (Qt::ToolBarArea area, QToolBar *toolbar) |
| |
| Q_INVOKABLE void | addToolBar (QToolBar *toolbar) |
| |
| Q_INVOKABLE QToolBar * | addToolBar (const QString &title) |
| |
| Q_INVOKABLE void | addToolBarBreak (Qt::ToolBarArea area=Qt::TopToolBarArea) |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE QWidget * | centralWidget () const |
| |
| 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 |
| |
| Q_INVOKABLE Qt::DockWidgetArea | corner (Qt::Corner corner) const |
| |
| Q_INVOKABLE QMenu * | createPopupMenu () |
| |
| 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 Qt::DockWidgetArea | dockWidgetArea (QDockWidget *dockwidget) const |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| QScriptEngine * | engine () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| Q_INVOKABLE void | insertToolBar (QToolBar *before, QToolBar *toolbar) |
| |
| Q_INVOKABLE void | insertToolBarBreak (QToolBar *before) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QMenuBar * | menuBar () const |
| |
| Q_INVOKABLE QWidget * | menuWidget () const |
| |
| 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 |
| |
| QVariant | property (const char *name) const |
| |
| void | removeChild (QObject *object) |
| |
| Q_INVOKABLE void | removeDockWidget (QDockWidget *dockwidget) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | removeToolBar (QToolBar *toolbar) |
| |
| Q_INVOKABLE void | removeToolBarBreak (QToolBar *before) |
| |
| Q_INVOKABLE bool | restoreDockWidget (QDockWidget *dockwidget) |
| |
| Q_INVOKABLE bool | restoreState (int version=0) |
| |
| Q_INVOKABLE void | saveState (int version=0) const |
| |
| Q_INVOKABLE void | setCentralWidget (QWidget *widget) |
| |
| Q_INVOKABLE void | setCorner (Qt::Corner corner, Qt::DockWidgetArea area) |
| |
| Q_INVOKABLE void | setMenuBar (QMenuBar *menuBar) |
| |
| Q_INVOKABLE void | setMenuWidget (QWidget *menuBar) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setStatusBar (QStatusBar *statusbar) |
| |
| Q_INVOKABLE void | setTabPosition (Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) |
| |
| bool | signalsBlocked () const |
| |
| Q_INVOKABLE void | splitDockWidget (QDockWidget *first, QDockWidget *second, Qt::Orientation orientation) |
| |
| int | startTimer (int interval) |
| |
| Q_INVOKABLE QStatusBar * | statusBar () const |
| |
| Q_INVOKABLE QList< QDockWidget * > | tabifiedDockWidgets (QDockWidget *dockwidget) const |
| |
| Q_INVOKABLE void | tabifyDockWidget (QDockWidget *first, QDockWidget *second) |
| |
| Q_INVOKABLE QTabWidget::TabPosition | tabPosition (Qt::DockWidgetArea area) const |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE Qt::ToolBarArea | toolBarArea (QToolBar *toolbar) const |
| |
| Q_INVOKABLE bool | toolBarBreak (QToolBar *toolbar) const |
| |
|
| 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) |
| |