Computer Assisted Medical Intervention Tool Kit  version 5.2
ActionParameterWidget Class Reference

Widget to define an action parameter. More...

#include <ActionParameterWidget.h>

+ Inheritance diagram for ActionParameterWidget:
+ Collaboration diagram for ActionParameterWidget:

Public Slots

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

Public Member Functions

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

Detailed Description

Widget to define an action parameter.

Constructor & Destructor Documentation

◆ ActionParameterWidget()

ActionParameterWidget::ActionParameterWidget ( ActionAddParameterWidget parent)

Constructor.

References typeChanged().

+ Here is the call graph for this function:

◆ ~ActionParameterWidget()

ActionParameterWidget::~ActionParameterWidget ( )
overridedefault

Destructor.

Member Function Documentation

◆ getDefaultValue()

QString ActionParameterWidget::getDefaultValue ( )

Referenced by ActionAddParameterState::addDomParameters().

+ Here is the caller graph for this function:

◆ getDescription()

QString ActionParameterWidget::getDescription ( )

Referenced by ActionAddParameterState::addDomParameters().

+ Here is the caller graph for this function:

◆ getName()

QString ActionParameterWidget::getName ( )

Referenced by ActionAddParameterState::addDomParameters().

+ Here is the caller graph for this function:

◆ getType()

QString ActionParameterWidget::getType ( )

Referenced by ActionAddParameterState::addDomParameters().

+ Here is the caller graph for this function:

◆ getUnit()

QString ActionParameterWidget::getUnit ( )

Referenced by ActionAddParameterState::addDomParameters().

+ Here is the caller graph for this function:

◆ nameChanged

void ActionParameterWidget::nameChanged ( QString  name)
slot

◆ remove

void ActionParameterWidget::remove ( )
slot

References ActionAddParameterWidget::removeParameter().

+ Here is the call graph for this function:

◆ setRequiredName()

void ActionParameterWidget::setRequiredName ( )

References enhancedStyle.

◆ typeChanged

void ActionParameterWidget::typeChanged ( QString  typeName)
slot

References ParameterGenerator::getTypeDefaultValue().

Referenced by ActionParameterWidget().

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

◆ unsetRequiredName()

void ActionParameterWidget::unsetRequiredName ( )

References normalStyle.


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