Workspace 6.21.5
|
#include "workspaceeditordialog.h"
#include <QDesktopServices>
#include <QFileDialog>
#include <QItemSelectionModel>
#include <QMenuBar>
#include <QMessageBox>
#include <QPushButton>
#include <QToolBar>
#include <QToolButton>
#include <QUndoStack>
#include "Workspace/DataExecution/Execution/executiondebugger.h"
#include "Workspace/DataExecution/Execution/updater.h"
#include "Workspace/DataExecution/Operations/operationidpath.h"
#include "Workspace/DataExecution/Operations/workspace.h"
#include "Workspace/Presentation/breakpoints.h"
#include "Workspace/Presentation/executioncallstack.h"
#include "Workspace/Presentation/workerthreads.h"
#include "Workspace/Presentation/workspaceundogroup.h"
#include "Workspace/Widgets/widgetmanager.h"
#include "Workspace/Widgets/widgetwindow.h"
#include "Workspace/ui_workspaceeditordialog.h"
#include "workspacecontroller.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Presentation |
The graphical user interface layer for the workspace. | |