#include <ImFusion/GUI/LabelDataComponentWidget.h>
Widget to display and manipulate the per-data rendering options of a 3D view.
More...
Widget to display and manipulate the per-data rendering options of a 3D view.
- See also
- Data::Modality::LABEL, LabelDataComponent
|
| | LabelDataComponentWidget (GUI::DisplayBase *display, VisibilityMode vm, QWidget *parent=nullptr) |
| |
|
| LabelDataComponentWidget (GUI::DisplayBase *display, VisibilityMode vm, QString title, QWidget *parent) |
| |
|
void | setReferenceData (LabelDataComponent *ldc, const SharedImageSet *referenceSis, int which=-1) |
| | Sets the LabelDataComponent to edit and optionally the reference image.
|
| |
|
void | setDetectLabelsButtonVisibility (bool isVisible) |
| | Sets whether the Detect Labels button is visible or not.
|
| |
|
void | showNumericColor (bool show) |
| | Sets whether the color picker shows numeric values.
|
| |
|
| SignalReceiver ()=default |
| | Default constructor.
|
| |
|
| SignalReceiver (const SignalReceiver &other) |
| | Copy constructor, does not copy any existing signal connections from other.
|
| |
|
SignalReceiver & | operator= (SignalReceiver rhs) |
| | Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs.
|
| |
|
virtual | ~SignalReceiver () |
| | Virtual destructor disconnects from all connected signals.
|
| |
|
|
void | disconnectAll () |
| | Disconnects all existing connections.
|
| |
◆ VisibilityMode
Enumeration to define which visibility flags of LabelDataComponent are to be modified by this widget.
| Enumerator |
|---|
| Visibility2d | Modify only 2D label visibility.
|
| Visibility3d | Modify only 3D label visibility.
|
| VisibilityAll | Modify both 2D and 3D label visibility.
|
◆ LabelDataComponentWidget()
- Parameters
-
| display | Pointer to the display so that we can notify it for updates. |
| referenceView | Pointer to an optional reference view in which the data is shown to be forwarded to the TransferFunctionWidget. |
The documentation for this class was generated from the following file:
- ImFusion/GUI/LabelDataComponentWidget.h