Computer Assisted Medical Intervention Tool Kit  version 5.2
ComponentPropertyWidget Class Reference

Widget to define a component property. More...

#include <ComponentPropertyWidget.h>

+ Inheritance diagram for ComponentPropertyWidget:
+ Collaboration diagram for ComponentPropertyWidget:

Public Slots

void nameChanged (QString)
 
void remove ()
 
void typeChanged (QString)
 

Public Member Functions

 ComponentPropertyWidget (ComponentAddPropertyWidget *parent)
 Constructor. More...
 
QString getDefaultValue ()
 
QString getDescription ()
 
QString getName ()
 
QString getType ()
 
QString getUnit ()
 
void setRequiredName ()
 
void unsetRequiredName ()
 
 ~ComponentPropertyWidget () override=default
 Destructor. More...
 

Detailed Description

Widget to define a component property.

Constructor & Destructor Documentation

◆ ComponentPropertyWidget()

ComponentPropertyWidget::ComponentPropertyWidget ( ComponentAddPropertyWidget parent)

Constructor.

References typeChanged().

+ Here is the call graph for this function:

◆ ~ComponentPropertyWidget()

ComponentPropertyWidget::~ComponentPropertyWidget ( )
overridedefault

Destructor.

Member Function Documentation

◆ getDefaultValue()

QString ComponentPropertyWidget::getDefaultValue ( )

Referenced by ComponentAddPropertyState::addDomParameters().

+ Here is the caller graph for this function:

◆ getDescription()

QString ComponentPropertyWidget::getDescription ( )

Referenced by ComponentAddPropertyState::addDomParameters().

+ Here is the caller graph for this function:

◆ getName()

QString ComponentPropertyWidget::getName ( )

Referenced by ComponentAddPropertyState::addDomParameters().

+ Here is the caller graph for this function:

◆ getType()

QString ComponentPropertyWidget::getType ( )

Referenced by ComponentAddPropertyState::addDomParameters().

+ Here is the caller graph for this function:

◆ getUnit()

QString ComponentPropertyWidget::getUnit ( )

Referenced by ComponentAddPropertyState::addDomParameters().

+ Here is the caller graph for this function:

◆ nameChanged

void ComponentPropertyWidget::nameChanged ( QString  name)
slot

◆ remove

void ComponentPropertyWidget::remove ( )
slot

References ComponentAddPropertyWidget::removeProperty().

+ Here is the call graph for this function:

◆ setRequiredName()

void ComponentPropertyWidget::setRequiredName ( )

References enhancedStyle.

◆ typeChanged

void ComponentPropertyWidget::typeChanged ( QString  typeName)
slot

References ParameterGenerator::getTypeDefaultValue().

Referenced by ComponentPropertyWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unsetRequiredName()

void ComponentPropertyWidget::unsetRequiredName ( )

References normalStyle.


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