ImFusion C++ SDK 4.4.0
ImFusion::internal::ViewOptionsCurvedViewWidget Class Reference
Inheritance diagram for ImFusion::internal::ViewOptionsCurvedViewWidget:

Public Member Functions

 ViewOptionsCurvedViewWidget (GUI::DisplayBase &disp, CurvedView &view, QWidget *parent=nullptr)
Public Member Functions inherited from ImFusion::SectionWidget
 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.

Additional Inherited Members

Public Slots inherited from ImFusion::SectionWidget
void setWorkflowMode (bool workflowMode)
 Enables/Disables the workflow mode.
Signals inherited from ImFusion::SectionWidget
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.
Properties inherited from ImFusion::SectionWidget
bool workflowMode

The documentation for this class was generated from the following file:
  • ImFusion/GUI/InteractiveViewOptionsOverlay.h
Search Tab / S to search, Esc to close