![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
TODO Celine please comment here. More...
#include <ComponentPropertyWidget.h>
Inheritance diagram for ComponentPropertyWidget:Public Slots | |
| virtual void | nameChanged (QString) |
| virtual void | remove () |
| virtual void | typeChanged (QString) |
Public Member Functions | |
| ComponentPropertyWidget (ComponentAddPropertyWidget *parent) | |
| QString | getDefaultValue () |
| QString | getDescription () |
| QString | getName () |
| QString | getType () |
| void | setRequiredName () |
| void | unsetRequiredName () |
| ~ComponentPropertyWidget () | |
Private Attributes | |
| ComponentAddPropertyWidget * | 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::ComponentPropertyWidget | ui |
| Qt Designer defined GUI. More... | |
TODO Celine please comment here.
| ComponentPropertyWidget::ComponentPropertyWidget | ( | ComponentAddPropertyWidget * | parent | ) |
| ComponentPropertyWidget::~ComponentPropertyWidget | ( | ) |
| QString ComponentPropertyWidget::getDefaultValue | ( | ) |
| QString ComponentPropertyWidget::getDescription | ( | ) |
| QString ComponentPropertyWidget::getName | ( | ) |
| QString ComponentPropertyWidget::getType | ( | ) |
|
virtualslot |
|
virtualslot |
| void ComponentPropertyWidget::setRequiredName | ( | ) |
|
virtualslot |
| void ComponentPropertyWidget::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.
1.8.8