#include <Base/QTCLI/qSlicerCLIModuleUIHelper.h>
|
| static bool | toBool (const QString &_value) |
| |
| static double | toDouble (const QString &_value) |
| |
| static int | toInt (const QString &_value) |
| |
| static QString | toString (const QString &_value) |
| |
Definition at line 43 of file qSlicerCLIModuleUIHelper.h.
◆ qSlicerWidgetValueWrapper()
| qSlicerWidgetValueWrapper::qSlicerWidgetValueWrapper |
( |
const QString & |
_name, |
|
|
const QString & |
_label, |
|
|
QObject * |
parent |
|
) |
| |
◆ ~qSlicerWidgetValueWrapper()
| qSlicerWidgetValueWrapper::~qSlicerWidgetValueWrapper |
( |
| ) |
|
|
override |
◆ label()
| QString qSlicerWidgetValueWrapper::label |
( |
| ) |
|
|
inline |
◆ name()
| QString qSlicerWidgetValueWrapper::name |
( |
| ) |
|
|
inline |
◆ setValue()
| virtual void qSlicerWidgetValueWrapper::setValue |
( |
const QString & |
_value | ) |
|
|
pure virtual |
◆ toBool()
| static bool qSlicerWidgetValueWrapper::toBool |
( |
const QString & |
_value | ) |
|
|
inlinestatic |
◆ toDouble()
| static double qSlicerWidgetValueWrapper::toDouble |
( |
const QString & |
_value | ) |
|
|
inlinestatic |
◆ toInt()
| static int qSlicerWidgetValueWrapper::toInt |
( |
const QString & |
_value | ) |
|
|
inlinestatic |
◆ toString()
| static QString qSlicerWidgetValueWrapper::toString |
( |
const QString & |
_value | ) |
|
|
inlinestatic |
◆ value()
| virtual QVariant qSlicerWidgetValueWrapper::value |
( |
| ) |
|
|
pure virtual |
◆ valueChanged
| void qSlicerWidgetValueWrapper::valueChanged |
( |
| ) |
|
|
signal |
◆ Label
| QString qSlicerWidgetValueWrapper::Label |
|
protected |
◆ Name
| QString qSlicerWidgetValueWrapper::Name |
|
protected |
The documentation for this class was generated from the following file: