![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Widget to create components. More...
#include <ComponentsCreationWidget.h>
Inherits QWidget.
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... | |
Private Attributes | |
| QStringList | createdComponents |
| QString | createdComponentsString |
| Ui::ComponentsCreationWidget | ui |
Widget to create components.
| ComponentsCreationWidget::ComponentsCreationWidget | ( | QWidget * | parent | ) |
Constructor.
References ui.
|
overridedefault |
Destructor.
|
virtualslot |
References newComponent(), normalStyle, and ui.
| void ComponentsCreationWidget::addComponentName | ( | QString | componentName | ) |
References createdComponents, createdComponentsString, and ui.
|
signal |
Referenced by cancelButtonClicked().
|
virtualslot |
References cancel().
| void ComponentsCreationWidget::emptyExistingComponents | ( | ) |
References createdComponents, createdComponentsString, defaultCreatedComponentsString, and ui.
Referenced by setToDefault().
|
signal |
Referenced by addComponentClicked().
|
signal |
Referenced by nextButtonClicked().
|
virtualslot |
References createdComponents, enhancedStyle, next(), normalStyle, and ui.
|
signal |
Referenced by previousButtonClicked().
|
virtualslot |
References previous().
| void ComponentsCreationWidget::setGroupBoxTitle | ( | QString | text | ) |
References ui.
| void ComponentsCreationWidget::setToDefault | ( | ) |
References emptyExistingComponents(), normalStyle, and ui.
Referenced by ComponentsCreationState::resetDomComponentExtension().
|
private |
Referenced by addComponentName(), emptyExistingComponents(), and nextButtonClicked().
|
private |
Referenced by addComponentName(), and emptyExistingComponents().
|
private |
1.8.13