KDDockWidgets API Documentation 1.7
|
#include "Item_p.h"
#include "Separator_p.h"
#include "MultiSplitterConfig.h"
#include "Widget.h"
#include "ItemFreeContainer_p.h"
#include <QEvent>
#include <QDebug>
#include <QScopedValueRollback>
#include <QTimer>
#include <QGuiApplication>
#include <QScreen>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Layouting |
Functions | |
QRect | adjustedRect (QRect r, Qt::Orientation o, int p1, int p2) |
bool | locationIsSide1 (Location loc) |
bool | locationIsVertical (Location loc) |
Qt::Orientation | oppositeOrientation (Qt::Orientation o) |
Qt::Orientation | orientationForLocation (Location loc) |
|
inline |
Definition at line 78 of file Item.cpp.
References QRect::adjust(), and Qt::Vertical.
|
inline |
Definition at line 52 of file Item.cpp.
References KDDockWidgets::Location_OnLeft, and KDDockWidgets::Location_OnTop.
|
inline |
Definition at line 47 of file Item.cpp.
References KDDockWidgets::Location_OnBottom, and KDDockWidgets::Location_OnTop.
|
inline |
Definition at line 72 of file Item.cpp.
References Qt::Horizontal, and Qt::Vertical.
|
inline |
Definition at line 57 of file Item.cpp.
References Qt::Horizontal, KDDockWidgets::Location_None, KDDockWidgets::Location_OnBottom, KDDockWidgets::Location_OnLeft, KDDockWidgets::Location_OnRight, KDDockWidgets::Location_OnTop, and Qt::Vertical.