![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/DisplayOptions3dWidget.h>
Widget to display and manipulate the per-data rendering options of a 3D view. More...
Inheritance diagram for DisplayOptions3dWidget:Widget to display and manipulate the per-data rendering options of a 3D view.
Public Types | |
| enum class | Sections { None = 0 , Windowing = 1 << 0 , AutoWindowing = 1 << 1 , TransferFunc = 1 << 2 , Advanced = 1 << 3 , Masking = 1 << 4 , All = 0xFF } |
| Enumeration of sections that this widget can display. | |
Public Member Functions | |
| DisplayOptions3dWidget (GUI::DisplayBase *display, GUI::View *view, QWidget *parent=nullptr) | |
| Standard constructor. | |
| void | setDataOptions (DisplayOptions3d *displayOptions, const SharedImageSet *refSis) |
| Sets the image whose rendering options will be manipulated through this widget. | |
| void | setShowMinMax (bool value) |
| Sets whether to show min/max sliders (true) or window/level sliders (false). | |
| void | setVisibleDisplayOptionsSections (Flags< Sections > visibleSections) |
| Sets the list of all DisplayOptions widget sections to show. | |
| void | setShowInvert (bool value) |
| Sets the "Invert" label and check-box visibility. | |
Public Member Functions inherited from SignalReceiver | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from SignalReceiver | |
| void | disconnectAll () |
| Disconnects all existing connections. | |