Implementation of CDockFocusController class. More...
#include "DockFocusController.h"
#include <algorithm>
#include <iostream>
#include <QPointer>
#include <QApplication>
#include <QAbstractButton>
#include "DockWidget.h"
#include "DockAreaWidget.h"
#include "DockWidgetTab.h"
#include "DockContainerWidget.h"
#include "FloatingDockContainer.h"
#include "DockManager.h"
#include "DockAreaTitleBar.h"
Go to the source code of this file.
Classes | |
struct | ads::DockFocusControllerPrivate |
Namespaces | |
ads | |
Functions | |
static void | ads::updateDockAreaFocusStyle (CDockAreaWidget *DockArea, bool Focused) |
static void | ads::updateDockWidgetFocusStyle (CDockWidget *DockWidget, bool Focused) |
Implementation of CDockFocusController class.
Definition in file DockFocusController.cpp.