Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Widgets/qMRMLCollapsibleButton.h>
Public Types | |
typedef ctkCollapsibleButton | Superclass |
Superclass typedef. More... | |
Public Slots | |
void | setMRMLScene (vtkMRMLScene *scene) |
Signals | |
void | mrmlSceneChanged (vtkMRMLScene *) |
Public Member Functions | |
vtkMRMLScene * | mrmlScene () const |
Return a pointer on the MRML scene. More... | |
qMRMLCollapsibleButton (QWidget *parent=nullptr) | |
Constructors. More... | |
~qMRMLCollapsibleButton () override | |
Protected Attributes | |
QScopedPointer< qMRMLCollapsibleButtonPrivate > | d_ptr |
This class is intended to improve visual appearance and convenience of ctkCollapsibleButton.
Currently the visual appearance is the same as its base class.
The mrmlSceneChanged signal can be used to simplify scene settings in Qt Designer: it allows drawing one long signal/slot arrow from the top-level widget to the collapsible button and a short signal/slot arrow from the collapsible button to each child widget in it.
Definition at line 40 of file qMRMLCollapsibleButton.h.
typedef ctkCollapsibleButton qMRMLCollapsibleButton::Superclass |
Superclass typedef.
Definition at line 45 of file qMRMLCollapsibleButton.h.
|
explicit |
Constructors.
|
override |
vtkMRMLScene* qMRMLCollapsibleButton::mrmlScene | ( | ) | const |
Return a pointer on the MRML scene.
|
signal |
|
slot |
|
protected |
Definition at line 61 of file qMRMLCollapsibleButton.h.