#include <Base/QTCLI/qSlicerCLIModuleUIHelper.h>
|
void | valueChanged (const QString &tag, const QVariant &value) |
|
|
QScopedPointer< qSlicerCLIModuleUIHelperPrivate > | d_ptr |
|
Definition at line 103 of file qSlicerCLIModuleUIHelper.h.
◆ qSlicerCLIModuleUIHelper()
◆ ~qSlicerCLIModuleUIHelper()
qSlicerCLIModuleUIHelper::~qSlicerCLIModuleUIHelper |
( |
| ) |
|
|
override |
◆ createTagWidget()
QWidget* qSlicerCLIModuleUIHelper::createTagWidget |
( |
const ModuleParameter & |
moduleParameter | ) |
|
Create the widget associated with the given moduleParameter The caller is responsible to delete the widget. Note also that if the widget is added to a layout, Qt will be responsible to delete the widget.
◆ onValueChanged
void qSlicerCLIModuleUIHelper::onValueChanged |
( |
| ) |
|
|
protectedslot |
◆ setCommandLineModuleParameter()
void qSlicerCLIModuleUIHelper::setCommandLineModuleParameter |
( |
vtkMRMLCommandLineModuleNode * |
node, |
|
|
const QString & |
name, |
|
|
const QVariant & |
value |
|
) |
| |
Set parameter to the command line module node.
◆ setValue()
void qSlicerCLIModuleUIHelper::setValue |
( |
const QString & |
name, |
|
|
const QVariant & |
type |
|
) |
| |
◆ updateMRMLCommandLineModuleNode()
Update commandLineModuleNode properties using value entered from the UI
◆ updateUi()
Update user interface using the given commandLineModuleNode parameters.
◆ valueChanged
void qSlicerCLIModuleUIHelper::valueChanged |
( |
const QString & |
tag, |
|
|
const QVariant & |
value |
|
) |
| |
|
signal |
◆ d_ptr
QScopedPointer<qSlicerCLIModuleUIHelperPrivate> qSlicerCLIModuleUIHelper::d_ptr |
|
protected |
The documentation for this class was generated from the following file: