#include <qmainwindowproto.h>
Properties | |
QString | objectName |
Public Slots | |
Q_INVOKABLE bool | close () |
Q_INVOKABLE void | deleteLater () |
Q_INVOKABLE void | hide () |
Q_INVOKABLE void | lower () |
Q_INVOKABLE void | raise () |
Q_INVOKABLE void | repaint () |
Q_INVOKABLE void | setDisabled (bool disable) |
Q_INVOKABLE void | setEnabled (bool enable) |
Q_INVOKABLE void | setFocus () |
Q_INVOKABLE void | setHidden (bool hidden) |
Q_INVOKABLE void | setStyleSheet (const QString &styleSheet) |
virtual Q_INVOKABLE void | setVisible (bool visible) |
Q_INVOKABLE void | setWindowModified (bool mod) |
Q_INVOKABLE void | setWindowTitle (const QString &title) |
Q_INVOKABLE void | show () |
Q_INVOKABLE void | showFullScreen () |
Q_INVOKABLE void | showMaximized () |
Q_INVOKABLE void | showMinimized () |
Q_INVOKABLE void | showNormal () |
Q_INVOKABLE void | update () |
Signals | |
void | customContextMenuRequested (const QPoint &pos) |
void | destroyed (QObject *obj=0) |
void | objectNameChanged (const QString &objectName) |
void | windowIconChanged (const QIcon &icon) |
void | windowIconTextChanged (const QString &iconText) |
void | windowTitleChanged (const QString &title) |
Public Member Functions | |
QMainWindowProto (QObject *parent) | |
Q_INVOKABLE QList< QAction * > | actions () const |
Q_INVOKABLE void | activateWindow () |
Q_INVOKABLE void | addAction (QAction *action) |
Q_INVOKABLE void | addActions (QList< QAction * > actions) |
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) |
Q_INVOKABLE void | adjustSize () |
Q_INVOKABLE int | backgroundRole () const |
Q_INVOKABLE bool | blockSignals (bool block) |
Q_INVOKABLE QWidget * | centralWidget () const |
Q_INVOKABLE QWidget * | childAt (int x, int y) const |
Q_INVOKABLE QWidget * | childAt (const QPoint &p) const |
Q_INVOKABLE const QObjectList & | children () const |
Q_INVOKABLE void | clearFocus () |
Q_INVOKABLE void | clearMask () |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QRect | contentsRect () const |
Q_INVOKABLE Qt::DockWidgetArea | corner (Qt::Corner corner) const |
Q_INVOKABLE QMenu * | createPopupMenu () |
Q_INVOKABLE bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *method=0) const |
Q_INVOKABLE bool | disconnect (const QObject *receiver, const char *method=0) const |
Q_INVOKABLE Qt::DockWidgetArea | dockWidgetArea (QDockWidget *dockwidget) const |
Q_INVOKABLE void | dumpObjectInfo () |
Q_INVOKABLE void | dumpObjectTree () |
Q_INVOKABLE QList< QByteArray > | dynamicPropertyNames () const |
Q_INVOKABLE WId | effectiveWinId () const |
Q_INVOKABLE void | ensurePolished () const |
Q_INVOKABLE bool | event (QEvent *e) |
Q_INVOKABLE bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
Q_INVOKABLE QList< QObject * > * | findChildren (const QString &name=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively, const QString &classname=QString()) const |
Q_INVOKABLE QWidget * | focusProxy () const |
Q_INVOKABLE QWidget * | focusWidget () const |
Q_INVOKABLE QFontInfo | fontInfo () const |
Q_INVOKABLE QFontMetrics | fontMetrics () const |
Q_INVOKABLE int | foregroundRole () const |
Q_INVOKABLE void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
Q_INVOKABLE void | grabKeyboard () |
Q_INVOKABLE void | grabMouse () |
Q_INVOKABLE void | grabMouse (const QCursor &cursor) |
Q_INVOKABLE int | grabShortcut (const QKeySequence &key, int context=Qt::WindowShortcut) |
Q_INVOKABLE QGraphicsProxyWidget * | graphicsProxyWidget () const |
Q_INVOKABLE bool | hasFocus () const |
Q_INVOKABLE int | heightForWidth (int w) const |
Q_INVOKABLE bool | inherits (const char *className) const |
Q_INVOKABLE QVariant | inputMethodQuery (int query) const |
Q_INVOKABLE void | insertAction (QAction *before, QAction *action) |
Q_INVOKABLE void | insertActions (QAction *before, QList< QAction * > actions) |
Q_INVOKABLE void | insertToolBar (QToolBar *before, QToolBar *toolbar) |
Q_INVOKABLE void | insertToolBarBreak (QToolBar *before) |
Q_INVOKABLE void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isAncestorOf (const QWidget *child) const |
Q_INVOKABLE bool | isEnabledTo (QWidget *ancestor) const |
Q_INVOKABLE bool | isHidden () const |
Q_INVOKABLE bool | isVisibleTo (QWidget *ancestor) const |
Q_INVOKABLE bool | isWidgetType () const |
Q_INVOKABLE bool | isWindow () const |
bool | isWindowType () const |
Q_INVOKABLE void | killTimer (int id) |
Q_INVOKABLE QLayout * | layout () const |
Q_INVOKABLE QPoint | mapFrom (QWidget *parent, const QPoint &pos) const |
Q_INVOKABLE QPoint | mapFromGlobal (const QPoint &pos) const |
Q_INVOKABLE QPoint | mapFromParent (const QPoint &pos) const |
Q_INVOKABLE QPoint | mapTo (QWidget *parent, const QPoint &pos) const |
Q_INVOKABLE QPoint | mapToGlobal (const QPoint &pos) const |
Q_INVOKABLE QPoint | mapToParent (const QPoint &pos) const |
Q_INVOKABLE QRegion | mask () const |
Q_INVOKABLE QMenuBar * | menuBar () const |
Q_INVOKABLE QWidget * | menuWidget () const |
virtual const QMetaObject * | metaObject () const |
Q_INVOKABLE QSize | minimumSizeHint () const |
Q_INVOKABLE void | moveToThread (QThread *targetThread) |
Q_INVOKABLE QWidget * | nativeParentWidget () const |
Q_INVOKABLE QWidget * | nextInFocusChain () const |
Q_INVOKABLE QString | objectName () const |
Q_INVOKABLE void | overrideWindowFlags (int flags) |
Q_INVOKABLE QPaintEngine * | paintEngine () const |
Q_INVOKABLE QObject * | parent () const |
Q_INVOKABLE QWidget * | parentWidget () const |
Q_INVOKABLE QVariant | property (const char *name) const |
Q_INVOKABLE void | releaseKeyboard () |
Q_INVOKABLE void | releaseMouse () |
Q_INVOKABLE void | releaseShortcut (int id) |
Q_INVOKABLE void | removeAction (QAction *action) |
Q_INVOKABLE void | removeDockWidget (QDockWidget *dockwidget) |
Q_INVOKABLE void | removeEventFilter (QObject *obj) |
Q_INVOKABLE void | removeToolBar (QToolBar *toolbar) |
Q_INVOKABLE void | removeToolBarBreak (QToolBar *before) |
Q_INVOKABLE void | repaint (int x, int y, int w, int h) |
Q_INVOKABLE void | repaint (const QRect &rect) |
Q_INVOKABLE void | repaint (const QRegion &rgn) |
Q_INVOKABLE bool | restoreDockWidget (QDockWidget *dockwidget) |
Q_INVOKABLE bool | restoreGeometry (const QByteArray &geometry) |
Q_INVOKABLE bool | restoreState (int version=0) |
Q_INVOKABLE QByteArray | saveGeometry () const |
Q_INVOKABLE void | saveState (int version=0) const |
Q_INVOKABLE void | scroll (int dx, int dy) |
Q_INVOKABLE void | scroll (int dx, int dy, const QRect &r) |
Q_INVOKABLE void | setAttribute (int attribute, bool on=true) |
Q_INVOKABLE void | setBackgroundRole (int role) |
Q_INVOKABLE void | setCentralWidget (QWidget *widget) |
Q_INVOKABLE void | setContentsMargins (int left, int top, int right, int bottom) |
Q_INVOKABLE void | setCorner (Qt::Corner corner, Qt::DockWidgetArea area) |
Q_INVOKABLE void | setFixedHeight (int h) |
Q_INVOKABLE void | setFixedSize (const QSize &s) |
Q_INVOKABLE void | setFixedSize (int w, int h) |
Q_INVOKABLE void | setFixedWidth (int w) |
Q_INVOKABLE void | setFocus (int reason) |
Q_INVOKABLE void | setFocusProxy (QWidget *w) |
Q_INVOKABLE void | setForegroundRole (int role) |
Q_INVOKABLE void | setLayout (QLayout *layout) |
Q_INVOKABLE void | setMask (const QBitmap &bitmap) |
Q_INVOKABLE void | setMask (const QRegion ®ion) |
Q_INVOKABLE void | setMenuBar (QMenuBar *menuBar) |
Q_INVOKABLE void | setMenuWidget (QWidget *menuBar) |
Q_INVOKABLE void | setObjectName (const QString &name) |
Q_INVOKABLE void | setParent (QObject *parent) |
Q_INVOKABLE void | setParent (QWidget *parent) |
Q_INVOKABLE void | setParent (QWidget *parent, int f) |
Q_INVOKABLE bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setShortcutAutoRepeat (int id, bool enable=true) |
Q_INVOKABLE void | setShortcutEnabled (int id, bool enable=true) |
Q_INVOKABLE void | setStatusBar (QStatusBar *statusbar) |
Q_INVOKABLE void | setStyle (QStyle *style) |
Q_INVOKABLE void | setTabPosition (Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) |
Q_INVOKABLE void | setWindowRole (const QString &role) |
Q_INVOKABLE void | setWindowState (int windowState) |
Q_INVOKABLE bool | signalsBlocked () const |
Q_INVOKABLE void | splitDockWidget (QDockWidget *first, QDockWidget *second, Qt::Orientation orientation) |
Q_INVOKABLE void | stackUnder (QWidget *w) |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE QStatusBar * | statusBar () const |
Q_INVOKABLE QStyle * | style () 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 |
Q_INVOKABLE bool | testAttribute (int attribute) const |
Q_INVOKABLE QThread * | thread () const |
Q_INVOKABLE Qt::ToolBarArea | toolBarArea (QToolBar *toolbar) const |
Q_INVOKABLE bool | toolBarBreak (QToolBar *toolbar) const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE bool | underMouse () const |
Q_INVOKABLE void | unsetCursor () |
Q_INVOKABLE void | update (int x, int y, int w, int h) |
Q_INVOKABLE void | update (const QRect &rect) |
Q_INVOKABLE void | update (const QRegion &rgn) |
Q_INVOKABLE void | updateGeometry () |
Q_INVOKABLE QRegion | visibleRegion () const |
Q_INVOKABLE QWidget * | window () const |
Q_INVOKABLE QString | windowRole () const |
Q_INVOKABLE int | windowState () const |
Q_INVOKABLE int | windowType () const |
Q_INVOKABLE WId | winId () 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, PointerToMemberFunction signal, const QObject *context, Functor functor, 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) |
bool | disconnect (const QMetaObject::Connection &connection) |
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) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *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) |
|
readwriteinherited |
QMainWindowProto::QMainWindowProto | ( | QObject * | parent | ) |
|
inherited |
|
inherited |
void QMainWindowProto::addDockWidget | ( | Qt::DockWidgetArea | area, |
QDockWidget * | dockwidget | ||
) |
void QMainWindowProto::addDockWidget | ( | Qt::DockWidgetArea | area, |
QDockWidget * | dockwidget, | ||
Qt::Orientation | orientation | ||
) |
void QMainWindowProto::addToolBar | ( | Qt::ToolBarArea | area, |
QToolBar * | toolbar | ||
) |
void QMainWindowProto::addToolBar | ( | QToolBar * | toolbar | ) |
void QMainWindowProto::addToolBarBreak | ( | Qt::ToolBarArea | area = Qt::TopToolBarArea | ) |
|
inherited |
|
inherited |
|
inherited |
QWidget * QMainWindowProto::centralWidget | ( | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
Qt::DockWidgetArea QMainWindowProto::corner | ( | Qt::Corner | corner | ) | const |
QMenu * QMainWindowProto::createPopupMenu | ( | ) |
|
signalinherited |
|
slotinherited |
|
signalinherited |
|
inherited |
|
inherited |
Qt::DockWidgetArea QMainWindowProto::dockWidgetArea | ( | QDockWidget * | dockwidget | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Reimplemented from QObject.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
|
inherited |
void QMainWindowProto::insertToolBarBreak | ( | QToolBar * | before | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
QMenuBar * QMainWindowProto::menuBar | ( | ) | const |
QWidget * QMainWindowProto::menuWidget | ( | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
signalinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
void QMainWindowProto::removeDockWidget | ( | QDockWidget * | dockwidget | ) |
|
inherited |
void QMainWindowProto::removeToolBar | ( | QToolBar * | toolbar | ) |
void QMainWindowProto::removeToolBarBreak | ( | QToolBar * | before | ) |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
bool QMainWindowProto::restoreDockWidget | ( | QDockWidget * | dockwidget | ) |
|
inherited |
bool QMainWindowProto::restoreState | ( | int | version = 0 | ) |
|
inherited |
void QMainWindowProto::saveState | ( | int | version = 0 | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
void QMainWindowProto::setCentralWidget | ( | QWidget * | widget | ) |
|
inherited |
void QMainWindowProto::setCorner | ( | Qt::Corner | corner, |
Qt::DockWidgetArea | area | ||
) |
|
slotinherited |
|
slotinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
|
inherited |
|
inherited |
void QMainWindowProto::setMenuBar | ( | QMenuBar * | menuBar | ) |
void QMainWindowProto::setMenuWidget | ( | QWidget * | menuBar | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
void QMainWindowProto::setStatusBar | ( | QStatusBar * | statusbar | ) |
|
inherited |
|
slotinherited |
void QMainWindowProto::setTabPosition | ( | Qt::DockWidgetAreas | areas, |
QTabWidget::TabPosition | tabPosition | ||
) |
|
virtualslotinherited |
|
slotinherited |
|
inherited |
|
inherited |
|
slotinherited |
|
slotinherited |
|
slotinherited |
|
slotinherited |
|
slotinherited |
|
slotinherited |
|
inherited |
void QMainWindowProto::splitDockWidget | ( | QDockWidget * | first, |
QDockWidget * | second, | ||
Qt::Orientation | orientation | ||
) |
|
inherited |
QStatusBar * QMainWindowProto::statusBar | ( | ) | const |
|
inherited |
QList< QDockWidget * > QMainWindowProto::tabifiedDockWidgets | ( | QDockWidget * | dockwidget | ) | const |
void QMainWindowProto::tabifyDockWidget | ( | QDockWidget * | first, |
QDockWidget * | second | ||
) |
QTabWidget::TabPosition QMainWindowProto::tabPosition | ( | Qt::DockWidgetArea | area | ) | const |
|
inherited |
|
inherited |
Qt::ToolBarArea QMainWindowProto::toolBarArea | ( | QToolBar * | toolbar | ) | const |
bool QMainWindowProto::toolBarBreak | ( | QToolBar * | toolbar | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
slotinherited |
|
inherited |
|
inherited |
|
inherited |
|
signalinherited |
|
signalinherited |
|
inherited |
|
inherited |
|
signalinherited |
|
inherited |
|
inherited |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |