Implementation of CDockManager class. More...
#include "DockWidgetTab.h"
#include "DockManager.h"
#include <algorithm>
#include <iostream>
#include <QMainWindow>
#include <QList>
#include <QMap>
#include <QVariant>
#include <QDebug>
#include <QFile>
#include <QAction>
#include <QXmlStreamWriter>
#include <QSettings>
#include <QMenu>
#include <QApplication>
#include "FloatingDockContainer.h"
#include "DockOverlay.h"
#include "DockWidget.h"
#include "ads_globals.h"
#include "DockAreaWidget.h"
#include "IconProvider.h"
#include "DockingStateReader.h"
#include "DockAreaTitleBar.h"
#include "DockFocusController.h"
#include "DockSplitter.h"
Go to the source code of this file.
Classes | |
struct | ads::DockManagerPrivate |
Namespaces | |
ads | |
Enumerations | |
enum | ads::eStateFileVersion { ads::InitialVersion = 0, ads::Version1 = 1, ads::CurrentVersion = Version1 } |
Functions | |
static void | initResource () |
Variables | |
static CDockManager::ConfigFlags | ads::StaticConfigFlags = CDockManager::DefaultNonOpaqueConfig |
|
static |
Initializes the resources specified by the .qrc file with the specified base name. Normally, when resources are built as part of the application, the resources are loaded automatically at startup. The Q_INIT_RESOURCE() macro is necessary on some platforms for resources stored in a static library. Because GCC causes a linker error if we put Q_INIT_RESOURCE into the loadStyleSheet() function, we place it into a function outside of the ads namespace
Definition at line 74 of file DockManager.cpp.