Widget to define tag to an action. More...
#include <ActionTagWidget.h>
Public Slots | |
virtual void | remove () |
Public Member Functions | |
ActionTagWidget (ActionClassificationWidget *parent) | |
Constructor. More... | |
QString | getTag () |
~ActionTagWidget () override=default | |
Destructor. More... | |
Private Attributes | |
ActionClassificationWidget * | parent |
Has to keep track of its parent in case it has to be removed: The remove button is on this widget, and it cannot "auto-remove" from its parent. More... | |
Ui::ActionTagWidget | ui |
Qt Designer defined GUI. More... | |
Widget to define tag to an action.
ActionTagWidget::ActionTagWidget | ( | ActionClassificationWidget * | parent | ) |
|
overridedefault |
Destructor.
QString ActionTagWidget::getTag | ( | ) |
References ui.
Referenced by ActionClassificationState::onExit().
|
virtualslot |
References parent, and ActionClassificationWidget::removeTag().
|
private |
Has to keep track of its parent in case it has to be removed: The remove button is on this widget, and it cannot "auto-remove" from its parent.
Referenced by ActionTagWidget(), and remove().
|
private |
Qt Designer defined GUI.
Referenced by ActionTagWidget(), and getTag().