![]() |
KDDockWidgets API Documentation 2.0
|
#include "DropArea.h"#include "Layout_p.h"#include "Config.h"#include "core/ViewFactory.h"#include "DockRegistry.h"#include "Platform.h"#include "core/Draggable_p.h"#include "core/Logging_p.h"#include "core/Utils_p.h"#include "core/layouting/Item_p.h"#include "core/layouting/LayoutingGuest_p.h"#include "core/layouting/LayoutingSeparator_p.h"#include "core/WindowBeingDragged_p.h"#include "core/DelayedCall_p.h"#include "core/Group.h"#include "core/FloatingWindow.h"#include "core/DockWidget_p.h"#include "core/MainWindow.h"#include "core/DropIndicatorOverlay.h"#include "core/indicators/ClassicDropIndicatorOverlay.h"#include "core/indicators/NullDropIndicatorOverlay.h"#include "core/indicators/SegmentedDropIndicatorOverlay.h"#include "Window_p.h"#include "kdbindings/signal.h"#include <algorithm>
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 |
Functions | |
| static Core::DropIndicatorOverlay * | KDDockWidgets::createDropIndicatorOverlay (Core::DropArea *dropArea) |
| static bool | isOutterLocation (DropLocation location) |
|
static |
Definition at line 298 of file core/DropArea.cpp.
References KDDockWidgets::DropLocation_OutterBottom, KDDockWidgets::DropLocation_OutterLeft, KDDockWidgets::DropLocation_OutterRight, and KDDockWidgets::DropLocation_OutterTop.
Referenced by KDDockWidgets::Core::DropArea::drop().
KDDockWidgets