Widget to describe action. More...
#include <ActionDescriptionWidget.h>
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... | |
Widget to describe action.
ActionDescriptionWidget::ActionDescriptionWidget | ( | QWidget * | parent | ) |
Constructor *.
References defaultActionExtensionName, and setToDefault().
|
overridedefault |
Destructor.
void ActionDescriptionWidget::addPossibleComponent | ( | QString | possibleComponent | ) |
|
signal |
|
virtualslot |
References cancel().
|
virtualslot |
QString ActionDescriptionWidget::getActionDescription | ( | ) |
QString ActionDescriptionWidget::getActionName | ( | ) |
QString ActionDescriptionWidget::getComponentName | ( | ) |
QString ActionDescriptionWidget::getOutputType | ( | ) |
bool ActionDescriptionWidget::isItkFilter | ( | ) |
|
virtualslot |
|
signal |
|
virtualslot |
void ActionDescriptionWidget::setComponent | ( | QString | component | ) |
void ActionDescriptionWidget::setDescription | ( | QString | description | ) |
References description.
void ActionDescriptionWidget::setName | ( | QString | name | ) |
void ActionDescriptionWidget::setToDefault | ( | QString | actionExtensionName | ) |
References defaultActionDescription, defaultActionName, defaultPossibleComponents, and normalStyle.
Referenced by ActionDescriptionWidget(), and ActionDescriptionState::resetDomAction().