Workspace 6.21.5
|
#include <QTreeWidget>
#include "Workspace/DataExecution/InputOutput/input.h"
#include "Rendering/rendering_api.h"
#include "sceneitemtype.h"
Classes | |
class | SceneInteractionWidget |
A tree widget that allows users to view and modify a scene hierarchy defined in the workspace. More... | |
class | SceneInteractionWidgetItem |
Class representing an individual scene item in the tree. Note that QTreeWidgetItem is not a QObject so we can't start adding signals and slots to it (https://stackoverflow.com/questions/19053355/error-when-connecting-a-qtreewidgetitem) More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |
namespace | CSIRO::Widgets |
This namespace contains support for widgets attached to workspace data objects. | |