![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
TODO Celine please comment here. More...
#include <ActionParameterWidget.h>
Public Slots | |
virtual void | nameChanged (QString) |
virtual void | remove () |
virtual void | typeChanged (QString) |
Public Member Functions | |
ActionParameterWidget (ActionAddParameterWidget *parent) | |
QString | getDefaultValue () |
QString | getDescription () |
QString | getName () |
QString | getType () |
void | setRequiredName () |
void | unsetRequiredName () |
~ActionParameterWidget () | |
Private Attributes | |
ActionAddParameterWidget * | parent |
Has to keep track of its parent in case it has to be removed: The remove button is on this widget, and it cannot "auto-remove" from its parent. More... | |
Ui::ActionParameterWidget | ui |
Qt Designer defined GUI. More... | |
TODO Celine please comment here.
ActionParameterWidget::ActionParameterWidget | ( | ActionAddParameterWidget * | parent | ) |
ActionParameterWidget::~ActionParameterWidget | ( | ) |
QString ActionParameterWidget::getDefaultValue | ( | ) |
QString ActionParameterWidget::getDescription | ( | ) |
QString ActionParameterWidget::getName | ( | ) |
QString ActionParameterWidget::getType | ( | ) |
|
virtualslot |
|
virtualslot |
void ActionParameterWidget::setRequiredName | ( | ) |
|
virtualslot |
void ActionParameterWidget::unsetRequiredName | ( | ) |
|
private |
Has to keep track of its parent in case it has to be removed: The remove button is on this widget, and it cannot "auto-remove" from its parent.
|
private |
Qt Designer defined GUI.