Widget to create actions. More...
#include <ActionsCreationWidget.h>
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... | |
Widget to create actions.
ActionsCreationWidget::ActionsCreationWidget | ( | QWidget * | parent | ) |
Constructor.
|
overridedefault |
Destructor.
|
virtualslot |
References newAction(), and normalStyle.
void ActionsCreationWidget::addActionName | ( | QString | actionName | ) |
|
signal |
|
virtualslot |
References cancel().
void ActionsCreationWidget::emptyExistingActions | ( | ) |
References defaultCreatedActionsString.
Referenced by setToDefault().
|
signal |
|
signal |
|
virtualslot |
References enhancedStyle, next(), and normalStyle.
|
signal |
|
virtualslot |
References previous().
void ActionsCreationWidget::setGroupBoxTitle | ( | QString | text | ) |
void ActionsCreationWidget::setToDefault | ( | ) |
References emptyExistingActions(), and normalStyle.
Referenced by ActionsCreationState::resetDomActionExtension().