Widget to define tag to an action. More...
#include <ActionTagWidget.h>
Inheritance diagram for ActionTagWidget:
Collaboration diagram for ActionTagWidget: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().
Here is the caller graph for this function:
|
virtualslot |
References parent, and ActionClassificationWidget::removeTag().
Here is the call graph for this function:
|
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().