Type type
The component's Type.
Definition: HistoryComponent.h:131
HistoryComponent(Component *component)
Construct a new History component from the input component.
Definition: HistoryComponent.cpp:33
QString name
The name of the Component.
Definition: HistoryComponent.h:127
this Component represents a volumic image and its subcomponents can be displayed as slices.
Definition: HistoryComponent.h:117
this Component represent a 3D mesh, it has a 3D representation which can be displayed in the 3D viewe...
Definition: HistoryComponent.h:118
this Component has no defined representation.
Definition: HistoryComponent.h:119
Type getType() const
Get the Type of the Component associated to this item.
Definition: HistoryComponent.cpp:52
QString getName() const
Get the the name of the Component associated to this item.
Definition: HistoryComponent.cpp:47
Type
Definition: HistoryComponent.h:116
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:297