Computer Assisted Medical Intervention Tool Kit  version 5.2
ComponentsCreationWidget Class Reference

Widget to create components. More...

#include <ComponentsCreationWidget.h>

+ Inheritance diagram for ComponentsCreationWidget:
+ Collaboration diagram for ComponentsCreationWidget:

Public Slots

virtual void addComponentClicked ()
 
virtual void cancelButtonClicked ()
 
virtual void nextButtonClicked ()
 
virtual void previousButtonClicked ()
 

Signals

void cancel ()
 
void newComponent ()
 
void next ()
 
void previous ()
 

Public Member Functions

void addComponentName (QString componentName)
 
 ComponentsCreationWidget (QWidget *parent)
 Constructor. More...
 
void emptyExistingComponents ()
 
void setGroupBoxTitle (QString text)
 
void setToDefault ()
 
 ~ComponentsCreationWidget () override=default
 Destructor. More...
 

Detailed Description

Widget to create components.

Constructor & Destructor Documentation

◆ ComponentsCreationWidget()

ComponentsCreationWidget::ComponentsCreationWidget ( QWidget *  parent)

Constructor.

◆ ~ComponentsCreationWidget()

ComponentsCreationWidget::~ComponentsCreationWidget ( )
overridedefault

Destructor.

Member Function Documentation

◆ addComponentClicked

void ComponentsCreationWidget::addComponentClicked ( )
virtualslot

References newComponent(), and normalStyle.

◆ addComponentName()

void ComponentsCreationWidget::addComponentName ( QString  componentName)

◆ cancel

void ComponentsCreationWidget::cancel ( )
signal

Referenced by cancelButtonClicked().

+ Here is the caller graph for this function:

◆ cancelButtonClicked

void ComponentsCreationWidget::cancelButtonClicked ( )
virtualslot

References cancel().

◆ emptyExistingComponents()

void ComponentsCreationWidget::emptyExistingComponents ( )

References defaultCreatedComponentsString.

Referenced by setToDefault().

+ Here is the caller graph for this function:

◆ newComponent

void ComponentsCreationWidget::newComponent ( )
signal

Referenced by addComponentClicked().

+ Here is the caller graph for this function:

◆ next

void ComponentsCreationWidget::next ( )
signal

Referenced by nextButtonClicked().

+ Here is the caller graph for this function:

◆ nextButtonClicked

void ComponentsCreationWidget::nextButtonClicked ( )
virtualslot

References enhancedStyle, next(), and normalStyle.

◆ previous

void ComponentsCreationWidget::previous ( )
signal

Referenced by previousButtonClicked().

+ Here is the caller graph for this function:

◆ previousButtonClicked

void ComponentsCreationWidget::previousButtonClicked ( )
virtualslot

References previous().

◆ setGroupBoxTitle()

void ComponentsCreationWidget::setGroupBoxTitle ( QString  text)

◆ setToDefault()

void ComponentsCreationWidget::setToDefault ( )

References emptyExistingComponents(), and normalStyle.

Referenced by ComponentsCreationState::resetDomComponentExtension().

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

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