![]() |
KDDockWidgets API Documentation 2.0
|
#include "ClassicIndicatorsWindow.h"#include "kddockwidgets/core/indicators/ClassicDropIndicatorOverlay.h"#include "kddockwidgets/core/Group.h"#include "View.h"#include "core/Utils_p.h"#include <QPainter>#include <utility>#include "ClassicIndicatorsWindow.moc"
Go to the source code of this file.
Namespaces | |
| namespace | KDDockWidgets |
| Class to abstract QAction, so code still works with QtQuick and Flutter. | |
Macros | |
| #define | INDICATOR_WIDTH 40 |
| #define | OUTTER_INDICATOR_MARGIN 10 |
Functions | |
| static Qt::WindowFlags | flagsForIndicatorWindow () |
| static QString | KDDockWidgets::iconName (DropLocation loc, bool active) |
| static QWidget * | parentForIndicatorWindow (ClassicDropIndicatorOverlay *classicIndicators_) |
| bool | KDDockWidgets::windowManagerHasTranslucency () |
| #define INDICATOR_WIDTH 40 |
Definition at line 26 of file qtwidgets/views/ClassicIndicatorsWindow.cpp.
| #define OUTTER_INDICATOR_MARGIN 10 |
Definition at line 27 of file qtwidgets/views/ClassicIndicatorsWindow.cpp.
|
static |
Definition at line 150 of file qtwidgets/views/ClassicIndicatorsWindow.cpp.
References Qt::BypassWindowManagerHint, Qt::Tool, and Qt::Widget.
|
static |
Definition at line 143 of file qtwidgets/views/ClassicIndicatorsWindow.cpp.
References KDDockWidgets::Core::Controller::view().
KDDockWidgets