Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QDockAreaLayoutInfo Class Reference

#include <qdockarealayout_p.h>

+ Collaboration diagram for QDockAreaLayoutInfo:

Public Types

enum  TabMode { NoTabs , AllowTabs , ForceTabs }
 
enum  { SequenceMarker = 0xfc , TabMarker = 0xfa , WidgetMarker = 0xfb }
 

Public Member Functions

 QDockAreaLayoutInfo ()
 
 QDockAreaLayoutInfo (const int *_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o, int tbhape, QMainWindow *window)
 
QSize minimumSize () const
 
QSize maximumSize () const
 
QSize sizeHint () const
 
QSize size () const
 
bool insertGap (const QList< int > &path, QLayoutItem *dockWidgetItem)
 
QLayoutItemplug (const QList< int > &path)
 
QLayoutItemunplug (const QList< int > &path)
 
QList< int > gapIndex (const QPoint &pos, bool nestingEnabled, TabMode tabMode) const
 
void remove (const QList< int > &path)
 
void unnest (int index)
 
void split (int index, Qt::Orientation orientation, QLayoutItem *dockWidgetItem)
 
QDockAreaLayoutItemitem (const QList< int > &path)
 
QDockAreaLayoutInfoinfo (const QList< int > &path)
 
QDockAreaLayoutInfoinfo (QWidget *widget)
 
void saveState (QDataStream &stream) const
 
bool restoreState (QDataStream &stream, QList< QDockWidget * > &widgets, bool testing)
 
void fitItems ()
 
bool expansive (Qt::Orientation o) const
 
int changeSize (int index, int size, bool below)
 
QRect itemRect (int index, bool isGap=false) const
 
QRect itemRect (const QList< int > &path) const
 
QRect separatorRect (int index) const
 
QRect separatorRect (const QList< int > &path) const
 
void clear ()
 
bool isEmpty () const
 
bool hasGapItem (const QList< int > &path) const
 
bool onlyHasPlaceholders () const
 
bool hasFixedSize () const
 
QList< int > findSeparator (const QPoint &pos) const
 
int next (int idx) const
 
int prev (int idx) const
 
QList< int > indexOf (QWidget *widget) const
 
QList< int > indexOfPlaceHolder (const QString &objectName) const
 
QDockWidgetapply (bool animate)
 
void paintSeparators (QPainter *p, QWidget *widget, const QRegion &clip, const QPoint &mouse) const
 
QRegion separatorRegion () const
 
int separatorMove (int index, int delta)
 
int separatorMove (const QList< int > &separator, const QPoint &origin, const QPoint &dest)
 
QLayoutItemitemAt (int *x, int index) const
 
QLayoutItemtakeAt (int *x, int index)
 
void deleteAllLayoutItems ()
 
QMainWindowLayoutmainWindowLayout () const
 

Public Attributes

const int * sep
 
QList< QWidget * > separatorWidgets
 
QInternal::DockPosition dockPos
 
Qt::Orientation o
 
QRect rect
 
QMainWindowmainWindow
 
QList< QDockAreaLayoutItemitem_list
 

Detailed Description

Definition at line 92 of file qdockarealayout_p.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SequenceMarker 
TabMarker 
WidgetMarker 

Definition at line 120 of file qdockarealayout_p.h.

◆ TabMode

Enumerator
NoTabs 
AllowTabs 
ForceTabs 

Definition at line 107 of file qdockarealayout_p.h.

Constructor & Destructor Documentation

◆ QDockAreaLayoutInfo() [1/2]

QDockAreaLayoutInfo::QDockAreaLayoutInfo ( )

Definition at line 206 of file qdockarealayout.cpp.

Referenced by insertGap(), restoreState(), and split().

+ Here is the caller graph for this function:

◆ QDockAreaLayoutInfo() [2/2]

QDockAreaLayoutInfo::QDockAreaLayoutInfo ( const int *  _sep,
QInternal::DockPosition  _dockPos,
Qt::Orientation  _o,
int  tbhape,
QMainWindow window 
)

Definition at line 214 of file qdockarealayout.cpp.

References Q_UNUSED.

Member Function Documentation

◆ apply()

◆ changeSize()

int QDockAreaLayoutInfo::changeSize ( int  index,
int  size,
bool  below 
)

◆ clear()

void QDockAreaLayoutInfo::clear ( )

Definition at line 232 of file qdockarealayout.cpp.

References QList< T >::clear(), item_list, and rect.

+ Here is the call graph for this function:

◆ deleteAllLayoutItems()

void QDockAreaLayoutInfo::deleteAllLayoutItems ( )

Definition at line 1766 of file qdockarealayout.cpp.

References i, item, item_list, and QList< T >::size().

+ Here is the call graph for this function:

◆ expansive()

bool QDockAreaLayoutInfo::expansive ( Qt::Orientation  o) const

Definition at line 455 of file qdockarealayout.cpp.

References QList< T >::at(), QDockAreaLayoutItem::expansive(), i, item_list, o, and QList< T >::size().

Referenced by QDockAreaLayoutItem::expansive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ findSeparator()

QList< int > QDockAreaLayoutInfo::findSeparator ( const QPoint pos) const

Definition at line 1384 of file qdockarealayout.cpp.

References QRect::adjust(), QList< T >::at(), QRect::contains(), QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, i, QRect::isNull(), item, item_list, next, o, pick(), pos, QGraphicsItem::pos(), sep, separatorRect(), and QList< T >::size().

Referenced by QDockAreaLayout::findSeparator().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fitItems()

void QDockAreaLayoutInfo::fitItems ( )

Definition at line 524 of file qdockarealayout.cpp.

References QList< T >::at(), QLayoutStruct::empty, QLayoutStruct::expansive, QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, QDockAreaLayoutItem::hasFixedSize(), i, QLayoutStruct::init(), item, item_list, itemRect(), j, QDockAreaLayoutItem::KeepSize, QLayoutStruct::maximumSize, QLayoutStruct::minimumSize, o, pick(), QGraphicsItem::pos(), QLayoutStruct::pos, qGeomCalc(), qMax(), QWIDGETSIZE_MAX, realMaxSize(), realMinSize(), rect, QList< T >::resize(), sep, QList< T >::size(), QRect::size(), QLayoutStruct::size, QLayoutStruct::sizeHint, QLayoutStruct::stretch, and QRect::topLeft().

Referenced by QDockAreaLayout::setGrid().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gapIndex()

QList< int > QDockAreaLayoutInfo::gapIndex ( const QPoint pos,
bool  nestingEnabled,
TabMode  tabMode 
) const

Definition at line 733 of file qdockarealayout.cpp.

References QList< T >::at(), QInternal::BottomDock, QInternal::DockCount, dockPosHelper(), Qt::Horizontal, i, QRect::isNull(), item, item_list, itemRect(), QInternal::LeftDock, o, pick(), pos, QGraphicsItem::pos(), Q_ASSERT, QT_CONFIG, QInternal::RightDock, QList< T >::size(), and QInternal::TopDock.

Referenced by QDockAreaLayout::gapIndex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hasFixedSize()

bool QDockAreaLayoutInfo::hasFixedSize ( ) const

Definition at line 1485 of file qdockarealayout.cpp.

References maximumSize(), minimumSize(), o, and perp().

Referenced by QDockAreaLayout::paintSeparators().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hasGapItem()

bool QDockAreaLayoutInfo::hasGapItem ( const QList< int > &  path) const

Definition at line 1110 of file qdockarealayout.cpp.

References QList< T >::count(), QDockAreaLayoutItem::GapItem, and item_list.

+ Here is the call graph for this function:

◆ indexOf()

QList< int > QDockAreaLayoutInfo::indexOf ( QWidget widget) const

Definition at line 1451 of file qdockarealayout.cpp.

References QList< T >::at(), QGraphicsItem::flags(), QDockAreaLayoutItem::GapItem, i, item, item_list, QList< T >::size(), and widget.

Referenced by QDockAreaLayout::indexOf().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ indexOfPlaceHolder()

QList< int > QDockAreaLayoutInfo::indexOfPlaceHolder ( const QString objectName) const

Definition at line 1427 of file qdockarealayout.cpp.

References QList< T >::at(), i, item, item_list, and QList< T >::size().

Referenced by QDockAreaLayout::indexOfPlaceHolder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ info() [1/2]

QDockAreaLayoutInfo * QDockAreaLayoutInfo::info ( const QList< int > &  path)

Definition at line 1281 of file qdockarealayout.cpp.

References item_list, and QList< T >::size().

Referenced by QMainWindowLayout::animationFinished(), and QDockAreaLayout::info().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ info() [2/2]

QDockAreaLayoutInfo * QDockAreaLayoutInfo::info ( QWidget widget)

Definition at line 1257 of file qdockarealayout.cpp.

References QList< T >::at(), i, item, item_list, QList< T >::size(), and widget.

+ Here is the call graph for this function:

◆ insertGap()

bool QDockAreaLayoutInfo::insertGap ( const QList< int > &  path,
QLayoutItem dockWidgetItem 
)

Definition at line 1125 of file qdockarealayout.cpp.

References QDockAreaLayoutInfo(), QList< T >::append(), QList< T >::at(), QInternal::BottomDock, dockedGeometry(), dockPos, QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, Qt::Horizontal, i, QList< T >::insert(), isEmpty(), item, item_list, QInternal::LeftDock, mainWindow, QDockAreaLayoutItem::minimumSize(), next, o, pick(), QDockAreaLayoutItem::pos, prev(), Q_ASSERT, Q_ASSERT_X, qCDebug, QT_CONFIG, rect, QInternal::RightDock, sep, QList< T >::size(), QRect::size(), QWidget::size, QDockAreaLayoutItem::size, QInternal::TopDock, QPlaceHolderItem::topLevelRect, Qt::Vertical, QLayoutItem::widget(), and QDockAreaLayoutItem::widgetItem.

Referenced by QDockAreaLayout::insertGap().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isEmpty()

bool QDockAreaLayoutInfo::isEmpty ( ) const

Definition at line 242 of file qdockarealayout.cpp.

References next.

Referenced by QDockAreaLayout::getGrid(), insertGap(), maximumSize(), minimumSize(), paintSeparators(), QDockAreaLayout::paintSeparators(), QDockAreaLayout::saveState(), QDockAreaLayout::separatorRect(), separatorRegion(), QDockAreaLayout::separatorRegion(), size(), QDockAreaLayout::size_helper(), and sizeHint().

+ Here is the caller graph for this function:

◆ item()

QDockAreaLayoutItem & QDockAreaLayoutInfo::item ( const QList< int > &  path)

Definition at line 1712 of file qdockarealayout.cpp.

References item, item_list, and Q_ASSERT.

Referenced by QDockAreaLayout::item().

+ Here is the caller graph for this function:

◆ itemAt()

QLayoutItem * QDockAreaLayoutInfo::itemAt ( int *  x,
int  index 
) const

Definition at line 1724 of file qdockarealayout.cpp.

References QList< T >::at(), i, item, item_list, ret, and QList< T >::size().

Referenced by QDockAreaLayout::itemAt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ itemRect() [1/2]

QRect QDockAreaLayoutInfo::itemRect ( const QList< int > &  path) const

Definition at line 1338 of file qdockarealayout.cpp.

References QList< T >::at(), item, item_list, itemRect(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ itemRect() [2/2]

QRect QDockAreaLayoutInfo::itemRect ( int  index,
bool  isGap = false 
) const

Definition at line 1293 of file qdockarealayout.cpp.

References QList< T >::at(), QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, item, item_list, next, o, perp(), pos, QGraphicsItem::pos(), prev(), rect, rperp(), rpick(), sep, size(), QRect::size(), and QRect::topLeft().

Referenced by apply(), fitItems(), gapIndex(), itemRect(), QDockAreaLayout::itemRect(), and separatorMove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mainWindowLayout()

QMainWindowLayout * QDockAreaLayoutInfo::mainWindowLayout ( ) const

Definition at line 1478 of file qdockarealayout.cpp.

References mainWindow, Q_ASSERT, and qt_mainwindow_layout().

Referenced by apply().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ maximumSize()

QSize QDockAreaLayoutInfo::maximumSize ( ) const

Definition at line 316 of file qdockarealayout.cpp.

References QList< T >::at(), QSize::height(), i, isEmpty(), QSize::isNull(), item, item_list, o, perp(), pick(), qMax(), qMin(), QWIDGETSIZE_MAX, QTabBar::RoundedEast, QTabBar::RoundedNorth, QTabBar::RoundedSouth, QTabBar::RoundedWest, rperp(), rpick(), sep, QList< T >::size(), and QSize::width().

Referenced by QDockAreaLayout::getGrid(), hasFixedSize(), and QDockAreaLayoutItem::maximumSize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ minimumSize()

QSize QDockAreaLayoutInfo::minimumSize ( ) const

Definition at line 257 of file qdockarealayout.cpp.

References QList< T >::at(), QSize::height(), i, isEmpty(), QSize::isNull(), item, item_list, o, perp(), pick(), qMax(), QTabBar::RoundedEast, QTabBar::RoundedNorth, QTabBar::RoundedSouth, QTabBar::RoundedWest, rperp(), rpick(), sep, QList< T >::size(), QTabBar::TriangularEast, QTabBar::TriangularNorth, QTabBar::TriangularSouth, QTabBar::TriangularWest, and QSize::width().

Referenced by QDockAreaLayout::getGrid(), hasFixedSize(), QDockAreaLayoutItem::minimumSize(), and QDockAreaLayout::minimumSize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ next()

int QDockAreaLayoutInfo::next ( int  idx) const

Definition at line 1655 of file qdockarealayout.cpp.

References QList< T >::at(), i, item_list, QList< T >::size(), and QDockAreaLayoutItem::skip().

+ Here is the call graph for this function:

◆ onlyHasPlaceholders()

bool QDockAreaLayoutInfo::onlyHasPlaceholders ( ) const

Definition at line 247 of file qdockarealayout.cpp.

References item, and item_list.

◆ paintSeparators()

void QDockAreaLayoutInfo::paintSeparators ( QPainter p,
QWidget widget,
const QRegion clip,
const QPoint mouse 
) const

Definition at line 1620 of file qdockarealayout.cpp.

References QList< T >::at(), QRegion::contains(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, i, isEmpty(), item, item_list, next, o, paintSep(), separatorRect(), QList< T >::size(), and widget.

Referenced by QDockAreaLayout::paintSeparators().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ plug()

QLayoutItem * QDockAreaLayoutInfo::plug ( const QList< int > &  path)

Definition at line 1006 of file qdockarealayout.cpp.

References QGraphicsItem::flags(), QDockAreaLayoutItem::GapItem, item, item_list, and Q_ASSERT.

Referenced by QDockAreaLayout::plug().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ prev()

int QDockAreaLayoutInfo::prev ( int  idx) const

Definition at line 1664 of file qdockarealayout.cpp.

References QList< T >::at(), i, item_list, and QDockAreaLayoutItem::skip().

Referenced by insertGap(), itemRect(), and unplug().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ remove()

void QDockAreaLayoutInfo::remove ( const QList< int > &  path)

Definition at line 990 of file qdockarealayout.cpp.

References item, item_list, Q_ASSERT, QList< T >::removeAt(), and unnest().

Referenced by QDockAreaLayout::remove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ restoreState()

bool QDockAreaLayoutInfo::restoreState ( QDataStream stream,
QList< QDockWidget * > &  widgets,
bool  testing 
)

Definition at line 1863 of file qdockarealayout.cpp.

References QDockAreaLayoutInfo(), QList< T >::append(), QList< T >::at(), QDockAreaLayout::constrainedRect(), dockPos, emit, QGraphicsItem::flags(), QPlaceHolderItem::hidden, QWidget::hide(), i, item, item_list, j, QDockAreaLayoutItem::KeepSize, QList< T >::last(), mainWindow, o, QObject::objectName, QPlaceHolderItem::objectName, QGraphicsItem::pos(), restoreState(), sep, SequenceMarker, QWidget::setGeometry(), QWidget::setVisible(), QList< T >::size(), StateFlagFloating, StateFlagVisible, QDockAreaLayoutItem::subinfo, TabMarker, QList< T >::takeAt(), toDockWidgetArea(), QPlaceHolderItem::topLevelRect, widget, WidgetMarker, widgets, and QPlaceHolderItem::window.

Referenced by restoreState().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveState()

void QDockAreaLayoutInfo::saveState ( QDataStream stream) const

Definition at line 1779 of file qdockarealayout.cpp.

References QList< T >::at(), QRect::height(), i, item, item_list, o, pick(), QGraphicsItem::pos(), Q_UNLIKELY, qUtf16Printable, qWarning, SequenceMarker, QList< T >::size(), StateFlagFloating, StateFlagVisible, TabMarker, WidgetMarker, QRect::width(), QGraphicsItem::window(), QGraphicsItem::x(), QRect::x(), and QRect::y().

Referenced by QDockAreaLayout::saveState().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ separatorMove() [1/2]

int QDockAreaLayoutInfo::separatorMove ( const QList< int > &  separator,
const QPoint origin,
const QPoint dest 
)

Definition at line 3283 of file qdockarealayout.cpp.

References info, QList< T >::last(), and pick().

+ Here is the call graph for this function:

◆ separatorMove() [2/2]

int QDockAreaLayoutInfo::separatorMove ( int  index,
int  delta 
)

Definition at line 920 of file qdockarealayout.cpp.

References QList< T >::at(), QLayoutStruct::empty, QGraphicsItem::flags(), QDockAreaLayoutItem::GapItem, i, item, item_list, itemRect(), list, QLayoutStruct::maximumSize, QLayoutStruct::minimumSize, o, pick(), QGraphicsItem::pos(), QLayoutStruct::pos, Q_ASSERT, sep, separatorMoveHelper(), QList< T >::size(), and QLayoutStruct::size.

+ Here is the call graph for this function:

◆ separatorRect() [1/2]

QRect QDockAreaLayoutInfo::separatorRect ( const QList< int > &  path) const

Definition at line 1371 of file qdockarealayout.cpp.

References QList< T >::at(), item, item_list, Q_ASSERT, and separatorRect().

+ Here is the call graph for this function:

◆ separatorRect() [2/2]

QRect QDockAreaLayoutInfo::separatorRect ( int  index) const

Definition at line 1352 of file qdockarealayout.cpp.

References QList< T >::at(), item, item_list, o, pos, QGraphicsItem::pos(), rect, rpick(), sep, QRect::size(), and QRect::topLeft().

Referenced by findSeparator(), paintSeparators(), separatorRect(), QDockAreaLayout::separatorRect(), and separatorRegion().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ separatorRegion()

QRegion QDockAreaLayoutInfo::separatorRegion ( ) const

Definition at line 1590 of file qdockarealayout.cpp.

References QList< T >::at(), i, isEmpty(), item, item_list, next, separatorRect(), QList< T >::size(), and QDockAreaLayoutItem::subinfo.

Referenced by QDockAreaLayout::separatorRegion().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ size()

QSize QDockAreaLayoutInfo::size ( ) const

Definition at line 227 of file qdockarealayout.cpp.

References isEmpty(), rect, and QRect::size().

Referenced by QDockAreaLayout::getGrid(), itemRect(), QDockAreaLayout::minimumStableSize(), and QDockAreaLayout::resizeDocks().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sizeHint()

QSize QDockAreaLayoutInfo::sizeHint ( ) const

Definition at line 383 of file qdockarealayout.cpp.

References QList< T >::at(), QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, QDockAreaLayoutItem::hasFixedSize(), QSize::height(), i, isEmpty(), item, item_list, o, perp(), pick(), qMax(), qMin(), QWIDGETSIZE_MAX, QTabBar::RoundedEast, QTabBar::RoundedNorth, QTabBar::RoundedSouth, QTabBar::RoundedWest, rperp(), rpick(), sep, QList< T >::size(), QTabBar::TriangularEast, QTabBar::TriangularNorth, QTabBar::TriangularSouth, QTabBar::TriangularWest, and QSize::width().

Referenced by QDockAreaLayout::getGrid(), QDockAreaLayoutItem::sizeHint(), and QDockAreaLayout::sizeHint().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ split()

void QDockAreaLayoutInfo::split ( int  index,
Qt::Orientation  orientation,
QLayoutItem dockWidgetItem 
)

Definition at line 1694 of file qdockarealayout.cpp.

References QDockAreaLayoutInfo(), QList< T >::append(), QList< T >::at(), dockPos, QList< T >::insert(), item_list, mainWindow, o, sep, and QDockAreaLayoutItem::widgetItem.

+ Here is the call graph for this function:

◆ takeAt()

QLayoutItem * QDockAreaLayoutInfo::takeAt ( int *  x,
int  index 
)

Definition at line 1741 of file qdockarealayout.cpp.

References QGraphicsItem::flags(), i, item, item_list, QDockAreaLayoutItem::KeepSize, ret, QList< T >::size(), and unnest().

Referenced by QDockAreaLayout::takeAt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unnest()

void QDockAreaLayoutInfo::unnest ( int  index)

Definition at line 964 of file qdockarealayout.cpp.

References child, QList< T >::clear(), item, item_list, and QList< T >::removeAt().

Referenced by remove(), and takeAt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unplug()

QLayoutItem * QDockAreaLayoutInfo::unplug ( const QList< int > &  path)

Definition at line 1028 of file qdockarealayout.cpp.

References QList< T >::at(), QGraphicsItem::flags(), QDockAreaLayoutItem::flags, QDockAreaLayoutItem::GapItem, item, item_list, next, QGraphicsItem::pos(), prev(), Q_ASSERT, and sep.

Referenced by QDockAreaLayout::unplug().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ dockPos

QInternal::DockPosition QDockAreaLayoutInfo::dockPos

Definition at line 164 of file qdockarealayout_p.h.

Referenced by insertGap(), restoreState(), and split().

◆ item_list

◆ mainWindow

QMainWindow* QDockAreaLayoutInfo::mainWindow

Definition at line 167 of file qdockarealayout_p.h.

Referenced by insertGap(), mainWindowLayout(), restoreState(), and split().

◆ o

◆ rect

◆ sep

◆ separatorWidgets

QList<QWidget *> QDockAreaLayoutInfo::separatorWidgets
mutable

Definition at line 163 of file qdockarealayout_p.h.


The documentation for this class was generated from the following files: