Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
ComponentPropertyWidget Class Reference

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

ComponentAddPropertyWidgetparent
 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...
 

Detailed Description

TODO Celine please comment here.

Constructor & Destructor Documentation

ComponentPropertyWidget::ComponentPropertyWidget ( ComponentAddPropertyWidget parent)
ComponentPropertyWidget::~ComponentPropertyWidget ( )

Member Function Documentation

QString ComponentPropertyWidget::getDefaultValue ( )
QString ComponentPropertyWidget::getDescription ( )
QString ComponentPropertyWidget::getName ( )
QString ComponentPropertyWidget::getType ( )
virtual void ComponentPropertyWidget::nameChanged ( QString  )
virtualslot
virtual void ComponentPropertyWidget::remove ( )
virtualslot
void ComponentPropertyWidget::setRequiredName ( )
virtual void ComponentPropertyWidget::typeChanged ( QString  )
virtualslot
void ComponentPropertyWidget::unsetRequiredName ( )

Member Data Documentation

ComponentAddPropertyWidget* ComponentPropertyWidget::parent
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.

Ui::ComponentPropertyWidget ComponentPropertyWidget::ui
private

Qt Designer defined GUI.


The documentation for this class was generated from the following file: