|
|
| ViewOptions3dWidget (GUI::DisplayBase &disp, ImageView3D &view, QWidget *parent=nullptr) |
| |
|
| ViewOptions3dWidget (GUI::DisplayBase &disp, GUI::VolumeView &view, QWidget *parent=nullptr) |
| |
|
| SectionWidget (QWidget *parent=nullptr) |
| |
| int | addSection (const QString &title, QWidget *widget, bool checkable=false) |
| | Appends a new section with the given 'title' that contains the given 'widget'.
|
| |
|
int | count () const |
| | Returns the number of sections.
|
| |
|
QWidget * | section (int index) const |
| | Returns the section widget at the given index or 0 if no such index exists.
|
| |
| void | setSectionChecked (int index, bool checked) |
| | Sets the checked state of the section with the given index.
|
| |
|
void | setSectionVisible (int index, bool visible) |
| | Hide/Show specified section.
|
| |
| bool | sectionChecked (int index) const |
| | Returns true if the section with the given index is checked.
|
| |
|
void | setSectionVisibility (int index, bool visible) |
| | Set the visibility of the section with the given index.
|
| |
|
bool | workflowMode () const |
| | Returns if the SectionWidget is in workflow mode.
|
| |
|
| void | setWorkflowMode (bool workflowMode) |
| | Enables/Disables the workflow mode.
|
| |
|
void | workflowModeChanged (bool workflowMode) |
| | Emitted when the workflow mode was changed.
|
| |
|
void | sectionToggled (int index, bool checked) |
| | Emitted when the section with the given index was toggled.
|
| |
|
bool | workflowMode |
| |
The documentation for this class was generated from the following file:
- ImFusion/GUI/InteractiveViewOptionsOverlay.h