Workspace 6.21.5
|
#include <memory>
#include <QDockWidget>
#include <QObject>
#include <QSettings>
#include "Workspace/api_workspace.h"
Classes | |
class | DockWidgetEventFilter |
Installed as a event filter on QDockWidgets registered with a DockWidgetManager. It is used to detect mouse press events so that the manager can keep track of the last QDockWidget that was clicked on. More... | |
class | DockWidgetManager |
Registering a QDockWidget with a DockWidgetManager gives it the capability to float as a standalone floating widget. To activate floating, the user has to click on the QDockWidget and press ctrl-D. The floating widget can be docked by focusing on it and pressing ctrl-D again. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Widgets |
This namespace contains support for widgets attached to workspace data objects. | |