Type type
The component's Type.
Definition: HistoryComponent.h:134
HistoryComponent(Component *component)
Construct a new History component from the input component.
Definition: HistoryComponent.cpp:34
HistoryComponent class describes the component information (name, type) stored in the history.
Definition: HistoryComponent.h:82
QString name
The name of the Component.
Definition: HistoryComponent.h:130
@ IMAGE_COMPONENT
this Component represents a volumic image and its subcomponents can be displayed as slices.
Definition: HistoryComponent.h:120
@ MESH_COMPONENT
this Component represent a 3D mesh, it has a 3D representation which can be displayed in the 3D viewe...
Definition: HistoryComponent.h:121
@ OTHER
this Component has no defined representation.
Definition: HistoryComponent.h:122
Type getType() const
Get the Type of the Component associated to this item.
Definition: HistoryComponent.cpp:53
QString getName() const
Get the the name of the Component associated to this item.
Definition: HistoryComponent.cpp:48
Type
Definition: HistoryComponent.h:119
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:302