KDDockWidgets API Documentation 2.0
|
Classes | |
class | Action |
class | ClassicDropIndicatorOverlay |
class | DockWidget |
Represents a dock widget. More... | |
class | DockWidgetModel |
class | DropArea |
class | FloatingWindow |
class | Group |
class | IndicatorWindow |
class | MainWindow |
A docking area for dock widgets Named MainWindow as it's the QtWidgets/QMainWindow counterpart. Provides the ability of accepting drops of dock widgets. It's not a real QWindow and not a main window in the sense of QMainWindow. Would be overkill to have tool bars, menu bar and footer in the QtQuick implementation. That's left for the user to do. From QML just use DockingArea {}, which will create a this class behind the scenes. It's mostly an implementation detail unless you want to use C++. More... | |
class | MainWindowMDI |
MainWindow sub-class which uses MDI as a layout. More... | |
class | MDILayout |
class | Platform |
implements functions specific to a particular platform A platform can be for example qtwidgets, qtquick, etc. More... | |
class | RubberBand |
class | Separator |
class | Stack |
class | TabBar |
class | TitleBar |
class | View |
class | ViewFactory |
The default ViewFactory for QtQuick frontend. More... | |
Functions | |
QQuickItem * | asQQuickItem (Core::Controller *controller) |
QQuickItem * | asQQuickItem (Core::View *view) |
View * | asView_qtquick (Core::Controller *controller) |
View * | asView_qtquick (Core::View *view) |
qreal | logicalDpiFactor (const QQuickItem *item) |
DOCKS_EXPORT QQmlContext * | qmlContextFor (QQuickItem *) |
|
inline |
Definition at line 42 of file qtquick/views/View.h.
References asQQuickItem(), and KDDockWidgets::Core::Controller::view().
|
inline |
Definition at line 34 of file qtquick/views/View.h.
References KDDockWidgets::QtCommon::View_qt::asQObject().
Referenced by asQQuickItem(), KDDockWidgets::DockWidgetInstantiator::componentComplete(), KDDockWidgets::QtQuick::ViewFactory::createFloatingWindow(), KDDockWidgets::QtQuick::ViewFactory::createGroup(), KDDockWidgets::QtQuick::ViewFactory::createRubberBand(), KDDockWidgets::QtQuick::ViewFactory::createStack(), KDDockWidgets::QtQuick::ViewFactory::createTabBar(), KDDockWidgets::QtQuick::ViewFactory::createTitleBar(), KDDockWidgets::QtQuick::Platform::createView(), KDDockWidgets::QtQuick::FloatingWindow::dropArea(), KDDockWidgets::QtQuick::DockWidget::guestItem(), KDDockWidgets::QtQuick::View::mapTo(), KDDockWidgets::QtQuick::View::setParent(), and KDDockWidgets::QtQuick::FloatingWindow::titleBar().
|
inline |
Definition at line 200 of file qtquick/views/View.h.
References asView_qtquick(), and KDDockWidgets::Core::Controller::view().
|
inline |
|
inline |
Definition at line 208 of file qtquick/views/View.h.
References logicalDpiFactor().
Referenced by logicalDpiFactor().
QQmlContext * KDDockWidgets::QtQuick::qmlContextFor | ( | QQuickItem * | item | ) |
Definition at line 887 of file qtquick/views/View.cpp.