Widget to create actions. More...
#include <ActionsCreationWidget.h>
 Inheritance diagram for ActionsCreationWidget:
 Inheritance diagram for ActionsCreationWidget: Collaboration diagram for ActionsCreationWidget:
 Collaboration diagram for ActionsCreationWidget:| Public Slots | |
| virtual void | addActionClicked () | 
| virtual void | cancelButtonClicked () | 
| virtual void | nextButtonClicked () | 
| virtual void | previousButtonClicked () | 
| Signals | |
| void | cancel () | 
| void | newAction () | 
| void | next () | 
| void | previous () | 
| Public Member Functions | |
| ActionsCreationWidget (QWidget *parent) | |
| Constructor.  More... | |
| void | addActionName (QString actionName) | 
| void | emptyExistingActions () | 
| void | setGroupBoxTitle (QString text) | 
| void | setToDefault () | 
| ~ActionsCreationWidget () override=default | |
| Destructor.  More... | |
| Private Attributes | |
| QStringList | createdActions | 
| QString | createdActionsString | 
| Ui::ActionsCreationWidget | ui | 
Widget to create actions.
| ActionsCreationWidget::ActionsCreationWidget | ( | QWidget * | parent | ) | 
Constructor.
References ui.
| 
 | overridedefault | 
Destructor.
| 
 | virtualslot | 
References newAction(), normalStyle, and ui.
| void ActionsCreationWidget::addActionName | ( | QString | actionName | ) | 
References createdActions, createdActionsString, and ui.
| 
 | signal | 
| 
 | virtualslot | 
References cancel().
| void ActionsCreationWidget::emptyExistingActions | ( | ) | 
References createdActions, createdActionsString, defaultCreatedActionsString, and ui.
Referenced by setToDefault().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | signal | 
| 
 | signal | 
| 
 | virtualslot | 
References createdActions, enhancedStyle, next(), normalStyle, and ui.
| 
 | signal | 
| 
 | virtualslot | 
References previous().
| void ActionsCreationWidget::setGroupBoxTitle | ( | QString | text | ) | 
References ui.
| void ActionsCreationWidget::setToDefault | ( | ) | 
References emptyExistingActions(), normalStyle, and ui.
Referenced by ActionsCreationState::resetDomActionExtension().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Referenced by addActionName(), emptyExistingActions(), and nextButtonClicked().
| 
 | private | 
Referenced by addActionName(), and emptyExistingActions().
| 
 | private |