Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmainwindowlayout.cpp File Reference

(b9a003d1ba2256e5df4de35ead7b0c22cbbcd97b)

#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"
Include dependency graph for qmainwindowlayout.cpp:

Go to the source code of this file.

Macros

#define CASE(val)

Functions

QMainWindowLayoutqt_mainwindow_layout (const QMainWindow *window)
static constexpr QWidgetAnimator::AnimationRule toAnimationRule (QMainWindow::DockOptions options)
QDebug operator<< (QDebug debug, StateMarkers marker)
QDataStreamoperator<< (QDataStream &stream, StateMarkers marker)
QDataStreamoperator>> (QDataStream &stream, StateMarkers &marker)
static void fixToolBarOrientation (QLayoutItem *item, int dockPos)

Macro Definition Documentation

◆ CASE

#define CASE ( val)
Value:
case QMainWindowLayoutState::StateMarkers::val:\
debug.noquote().nospace() << "StateMarkers::" << #val;\
break
GLuint GLfloat * val
< category > * debug
[0]

Function Documentation

◆ fixToolBarOrientation()

void fixToolBarOrientation ( QLayoutItem * item,
int dockPos )
static

Definition at line 2577 of file qmainwindowlayout.cpp.

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & stream,
StateMarkers marker )

Definition at line 199 of file qmainwindowlayout.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug debug,
StateMarkers marker )

Definition at line 180 of file qmainwindowlayout.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
StateMarkers & marker )

Definition at line 206 of file qmainwindowlayout.cpp.

◆ qt_mainwindow_layout()

QMainWindowLayout * qt_mainwindow_layout ( const QMainWindow * window)
extern

Definition at line 66 of file qmainwindow.cpp.

◆ toAnimationRule()

constexpr QWidgetAnimator::AnimationRule toAnimationRule ( QMainWindow::DockOptions options)
staticconstexpr

Definition at line 62 of file qmainwindowlayout.cpp.