Widget to class the action and to attribute a tag to it. More...
#include <ActionClassificationWidget.h>
Public Slots | |
virtual void | addTagClicked () |
virtual void | cancelButtonClicked () |
virtual void | nextButtonClicked () |
virtual void | previousButtonClicked () |
Signals | |
void | cancel () |
void | next () |
void | previous () |
Public Member Functions | |
ActionClassificationWidget (QWidget *parent) | |
Constructor. More... | |
QString | getFamily () |
QList< ActionTagWidget * > | getTagWidgets () |
void | removeTag (ActionTagWidget *widget) |
void | setToDefault () |
~ActionClassificationWidget () override=default | |
Destructor. More... | |
Private Member Functions | |
bool | isOneNonAsciiTag () |
Private Attributes | |
QList< ActionTagWidget * > | list |
Ui::ActionClassificationWidget | ui |
Widget to class the action and to attribute a tag to it.
ActionClassificationWidget::ActionClassificationWidget | ( | QWidget * | parent | ) |
|
overridedefault |
Destructor.
|
signal |
|
virtualslot |
References cancel().
QString ActionClassificationWidget::getFamily | ( | ) |
References ui.
Referenced by ActionClassificationState::onExit().
QList< ActionTagWidget * > ActionClassificationWidget::getTagWidgets | ( | ) |
References list.
|
private |
|
signal |
|
virtualslot |
References defaultAscii, defaultBeforeGoingFurther, defaultFamily, defaultRealFamily, enhancedStyle, isOneNonAsciiTag(), next(), normalStyle, and ui.
|
signal |
|
virtualslot |
References previous().
void ActionClassificationWidget::removeTag | ( | ActionTagWidget * | widget | ) |
void ActionClassificationWidget::setToDefault | ( | ) |
References defaultFamily, list, normalStyle, and ui.
Referenced by ActionClassificationWidget(), and ActionClassificationState::resetDomAction().
|
private |
Referenced by addTagClicked(), getTagWidgets(), isOneNonAsciiTag(), removeTag(), and setToDefault().
|
private |
Referenced by ActionClassificationWidget(), addTagClicked(), getFamily(), nextButtonClicked(), removeTag(), and setToDefault().