ImFusion SDK 4.3
ViewOptions2dWidget Class Reference
+ Inheritance diagram for ViewOptions2dWidget:

Signals

void blendingAnimationCreated (const GUI::View *view, Animations::BlendingAnimation *anim)
 
- Signals inherited from 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.
 

Public Member Functions

 ViewOptions2dWidget (GUI::DisplayBase &disp, ImageView2D &view, std::map< const GUI::View *, Animations::BlendingAnimation * > &blendingAnimations, QWidget *parent=nullptr)
 
 ViewOptions2dWidget (GUI::DisplayBase &disp, GUI::SliceView &view, std::map< const GUI::View *, Animations::BlendingAnimation * > &blendingAnimations, QWidget *parent=nullptr)
 
- Public Member Functions inherited from 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.
 
- 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.
 
SignalReceiveroperator= (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

- Public Slots inherited from SectionWidget
void setWorkflowMode (bool workflowMode)
 Enables/Disables the workflow mode.
 
- Protected Member Functions inherited from SignalReceiver
void disconnectAll ()
 Disconnects all existing connections.
 
- Properties inherited from SectionWidget
bool workflowMode
 

The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close