![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qmainwindowlayout_p.h"#include "qmainwindow.h"#include <qapplication.h>#include <qmimedata.h>#include <qstring.h>#include <qstyle.h>#include <qstylepainter.h>#include <qvarlengtharray.h>#include <qstack.h>#include <qmap.h>#include <qpointer.h>#include <qdebug.h>#include <qtextstream.h>#include <private/qmenu_p.h>#include <private/qapplication_p.h>#include <private/qlayoutengine_p.h>#include <private/qwidgetresizehandler_p.h>#include <QScopedValueRollback>#include "qmainwindowlayout.moc"#include "moc_qmainwindowlayout_p.cpp"Go to the source code of this file.
Macros | |
| #define | CASE(val) |
Functions | |
| QMainWindowLayout * | qt_mainwindow_layout (const QMainWindow *window) |
| static constexpr QWidgetAnimator::AnimationRule | toAnimationRule (QMainWindow::DockOptions options) |
| QDebug | operator<< (QDebug debug, StateMarkers marker) |
| QDataStream & | operator<< (QDataStream &stream, StateMarkers marker) |
| QDataStream & | operator>> (QDataStream &stream, StateMarkers &marker) |
| static void | fixToolBarOrientation (QLayoutItem *item, int dockPos) |
| #define CASE | ( | val | ) |
|
static |
Definition at line 2577 of file qmainwindowlayout.cpp.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| StateMarkers | marker ) |
Definition at line 199 of file qmainwindowlayout.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| StateMarkers | marker ) |
Definition at line 180 of file qmainwindowlayout.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| StateMarkers & | marker ) |
Definition at line 206 of file qmainwindowlayout.cpp.
|
extern |
Definition at line 66 of file qmainwindow.cpp.
|
staticconstexpr |
Definition at line 62 of file qmainwindowlayout.cpp.