![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Widget to describe action. More...
#include <ActionDescriptionWidget.h>
Inherits QWidget.
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 |
Widget to describe action.
| ActionDescriptionWidget::ActionDescriptionWidget | ( | QWidget * | parent | ) |
Constructor *.
References defaultActionExtensionName, setToDefault(), and ui.
|
overridedefault |
Destructor.
| void ActionDescriptionWidget::addPossibleComponent | ( | QString | possibleComponent | ) |
References possibleComponents, and ui.
|
signal |
Referenced by cancelButtonClicked().
|
virtualslot |
References cancel().
|
virtualslot |
References ui.
| QString ActionDescriptionWidget::getActionDescription | ( | ) |
References ui.
| QString ActionDescriptionWidget::getActionName | ( | ) |
References ui.
Referenced by ActionDescriptionState::onExit().
| QString ActionDescriptionWidget::getComponentName | ( | ) |
References ui.
| QString ActionDescriptionWidget::getOutputType | ( | ) |
References ui.
| bool ActionDescriptionWidget::isItkFilter | ( | ) |
References ui.
|
virtualslot |
References ui.
|
signal |
Referenced by nextButtonClicked().
|
virtualslot |
| void ActionDescriptionWidget::setComponent | ( | QString | component | ) |
References possibleComponents, and ui.
| void ActionDescriptionWidget::setDescription | ( | QString | description | ) |
References ui.
| void ActionDescriptionWidget::setName | ( | QString | name | ) |
References ui.
| void ActionDescriptionWidget::setToDefault | ( | QString | actionExtensionName | ) |
References actionExtensionName, defaultActionDescription, defaultActionName, defaultPossibleComponents, normalStyle, possibleComponents, and ui.
Referenced by ActionDescriptionWidget(), and ActionDescriptionState::resetDomAction().
|
private |
Referenced by nextButtonClicked(), and setToDefault().
|
private |
Referenced by addPossibleComponent(), setComponent(), and setToDefault().
|
private |
1.8.13