KDDockWidgets API Documentation 2.1
Loading...
Searching...
No Matches
ClassicIndicatorWindowViewInterface.h
Go to the documentation of this file.
1/*
2 This file is part of KDDockWidgets.
3
4 SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
5 Author: SĂ©rgio Martins <sergio.martins@kdab.com>
6
7 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
8
9 Contact KDAB at <info@kdab.com> for commercial licensing options.
10*/
11
12#pragma once
13
14#include "kddockwidgets/KDDockWidgets.h"
15
16QT_BEGIN_NAMESPACE
17class QString;
18QT_END_NAMESPACE
19
20namespace KDDockWidgets::Core {
21
25{
26public:
29
30 virtual void setObjectName(const QString &) = 0;
31
36 virtual DropLocation hover(Point) = 0;
37
41 virtual Point posForIndicator(DropLocation) const = 0;
42
48 virtual void updatePositions() = 0;
49
50 virtual void raise() = 0;
51 virtual void setVisible(bool) = 0;
52 virtual void resize(Size) = 0;
53 virtual void setGeometry(Rect) = 0;
54 virtual bool isWindow() const = 0;
55 virtual void updateIndicatorVisibility() = 0;
56
59};
60
61}
The window that will hold the classic indicators This is a window so it can be over the window that i...
ClassicIndicatorWindowViewInterface(const ClassicIndicatorWindowViewInterface &)=delete
virtual Point posForIndicator(DropLocation) const =0
ClassicIndicatorWindowViewInterface & operator=(const ClassicIndicatorWindowViewInterface &)=delete
DropLocation
Enum describing the different drop indicator types.

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDDockWidgets
Advanced Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets/
Generated by doxygen 1.9.8