![]() |
KDDockWidgets API Documentation 2.0
|
#include "Item_p.h"#include "ItemFreeContainer_p.h"#include "LayoutingHost_p.h"#include "LayoutingGuest_p.h"#include "LayoutingSeparator_p.h"#include "core/Logging_p.h"#include "core/ObjectGuard_p.h"#include "core/ScopedValueRollback_p.h"#include "core/nlohmann_helpers_p.h"#include <algorithm>#include <iostream>#include <cstdlib>#include <utility>
Go to the source code of this file.
Namespaces | |
| namespace | KDDockWidgets |
| Class to abstract QAction, so code still works with QtQuick and Flutter. | |
| namespace | KDDockWidgets::Core |
Macros | |
| #define | LAYOUT_DUMP_INDENT 6 |
Functions | |
| Rect | adjustedRect (Rect 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 91 of file Item.cpp.
References Qt::Vertical.
|
inline |
Definition at line 66 of file Item.cpp.
References KDDockWidgets::Location_OnLeft, and KDDockWidgets::Location_OnTop.
|
inline |
Definition at line 61 of file Item.cpp.
References KDDockWidgets::Location_OnBottom, and KDDockWidgets::Location_OnTop.
|
inline |
Definition at line 86 of file Item.cpp.
References Qt::Horizontal, and Qt::Vertical.
|
inline |
Definition at line 71 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.
KDDockWidgets