|
Slicer 5.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTGUI/qSlicerSettingsStylesPanel.h>


Public Types | |
| typedef ctkSettingsPanel | Superclass |
| Superclass typedef. | |
Properties | |
| QString | currentStyle |
Public Slots | |
| void | setCurrentStyle (const QString &) |
Signals | |
| void | currentStyleChanged (const QString &) |
Public Member Functions | |
| QString | currentStyle () const |
| qSlicerSettingsStylesPanel (QWidget *parent=nullptr) | |
| Constructor. | |
| ~qSlicerSettingsStylesPanel () override | |
| Destructor. | |
Static Public Member Functions | |
| static QStringList | availableSlicerStyles () |
Protected Slots | |
| void | onAdditionalStylePathsChanged () |
| void | onAddStyleAdditionalPathClicked () |
| void | onFontChanged (const QFont &font) |
| void | onRemoveStyleAdditionalPathClicked () |
| void | onShowToolButtonTextToggled (bool enable) |
| void | onShowToolTipsToggled (bool) |
| void | onStyleChanged (const QString &) |
Protected Attributes | |
| QScopedPointer< qSlicerSettingsStylesPanelPrivate > | d_ptr |
Definition at line 33 of file qSlicerSettingsStylesPanel.h.
| typedef ctkSettingsPanel qSlicerSettingsStylesPanel::Superclass |
Superclass typedef.
Definition at line 43 of file qSlicerSettingsStylesPanel.h.
|
readwrite |
Holds the current style's name for the settings. The current style itself can be accessed using qSlicerApplication
Definition at line 40 of file qSlicerSettingsStylesPanel.h.
|
explicit |
Constructor.
|
override |
Destructor.
|
static |
Return list of all available styles.
Qt built-in styles are not included in the list.
| QString qSlicerSettingsStylesPanel::currentStyle | ( | ) | const |
|
signal |
Signal emitted when the current style is changed
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
slot |
Change the current style based on its name
|
protected |
Definition at line 81 of file qSlicerSettingsStylesPanel.h.