|
|
| 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) |
| |
|
| 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.
|
| |
|
| 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.
|
| |