Workspace 6.21.5
|
#include "workspacenoteitem.h"
#include <cmath>
#include <limits>
#include <QAction>
#include <QApplication>
#include <QFont>
#include <QFontMetrics>
#include <QGraphicsSceneContextMenuEvent>
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsSceneResizeEvent>
#include <QMenu>
#include <QTextBlockFormat>
#include <QTextCursor>
#include <QTextDocument>
#include <QTimer>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/DataExecution/Events/observerset.h"
#include "Workspace/DataExecution/Operations/noteitemdata.h"
#include "Workspace/DataExecution/Operations/workspace.h"
#include "UndoCommands/editnoteitem.h"
#include "UndoCommands/removenoteitem.h"
#include "UndoCommands/resizenoteitem.h"
#include "workspacescene.h"
#include "workspacetabwidget.h"
#include "workspaceundogroup.h"
#include "workspaceview.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Presentation |
The graphical user interface layer for the workspace. | |