Computer Assited Medical Intervention Tool Kit  version 5.0
ActionDescriptionWidget Class Reference

Widget to describe action. More...

#include <ActionDescriptionWidget.h>

+ Inheritance diagram for ActionDescriptionWidget:
+ Collaboration diagram for ActionDescriptionWidget:

Public Slots

virtual void cancelButtonClicked ()
 
virtual void componentChanged (QString)
 
virtual void itkFilterClicked (bool)
 
virtual void nextButtonClicked ()
 

Signals

void cancel ()
 
void next ()
 

Public Member Functions

 ActionDescriptionWidget (QWidget *parent)
 Constructor *. More...
 
void addPossibleComponent (QString possibleComponent)
 
QString getActionDescription ()
 
QString getActionName ()
 
QString getComponentName ()
 
QString getOutputType ()
 
bool isItkFilter ()
 
void setComponent (QString component)
 
void setDescription (QString description)
 
void setName (QString name)
 
void setToDefault (QString actionExtensionName)
 
 ~ActionDescriptionWidget () override=default
 Destructor. More...
 

Private Attributes

QString actionExtensionName
 
QStringList possibleComponents
 
Ui::ActionDescriptionWidget ui
 

Detailed Description

Widget to describe action.

Constructor & Destructor Documentation

◆ ActionDescriptionWidget()

ActionDescriptionWidget::ActionDescriptionWidget ( QWidget *  parent)

Constructor *.

References defaultActionExtensionName, setToDefault(), and ui.

+ Here is the call graph for this function:

◆ ~ActionDescriptionWidget()

ActionDescriptionWidget::~ActionDescriptionWidget ( )
overridedefault

Destructor.

Member Function Documentation

◆ addPossibleComponent()

void ActionDescriptionWidget::addPossibleComponent ( QString  possibleComponent)

References possibleComponents, and ui.

◆ cancel

void ActionDescriptionWidget::cancel ( )
signal

Referenced by cancelButtonClicked().

+ Here is the caller graph for this function:

◆ cancelButtonClicked

void ActionDescriptionWidget::cancelButtonClicked ( )
virtualslot

References cancel().

◆ componentChanged

void ActionDescriptionWidget::componentChanged ( QString  text)
virtualslot

References ui.

◆ getActionDescription()

QString ActionDescriptionWidget::getActionDescription ( )

References ui.

◆ getActionName()

QString ActionDescriptionWidget::getActionName ( )

References ui.

Referenced by ActionDescriptionState::onExit().

+ Here is the caller graph for this function:

◆ getComponentName()

QString ActionDescriptionWidget::getComponentName ( )

References ui.

◆ getOutputType()

QString ActionDescriptionWidget::getOutputType ( )

References ui.

◆ isItkFilter()

bool ActionDescriptionWidget::isItkFilter ( )

References ui.

◆ itkFilterClicked

void ActionDescriptionWidget::itkFilterClicked ( bool  checked)
virtualslot

References ui.

◆ next

void ActionDescriptionWidget::next ( )
signal

Referenced by nextButtonClicked().

+ Here is the caller graph for this function:

◆ nextButtonClicked

◆ setComponent()

void ActionDescriptionWidget::setComponent ( QString  component)

References possibleComponents, and ui.

◆ setDescription()

void ActionDescriptionWidget::setDescription ( QString  description)

References description, and ui.

◆ setName()

void ActionDescriptionWidget::setName ( QString  name)

References ui.

◆ setToDefault()

void ActionDescriptionWidget::setToDefault ( QString  actionExtensionName)

References actionExtensionName, defaultActionDescription, defaultActionName, defaultPossibleComponents, normalStyle, possibleComponents, and ui.

Referenced by ActionDescriptionWidget().

+ Here is the caller graph for this function:

Member Data Documentation

◆ actionExtensionName

QString ActionDescriptionWidget::actionExtensionName
private

Referenced by nextButtonClicked(), and setToDefault().

◆ possibleComponents

QStringList ActionDescriptionWidget::possibleComponents
private

◆ ui


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