![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Widget to class the action and to attribute a tag to it. More...
#include <ActionClassificationWidget.h>
Inherits QWidget.
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 | ) |
Constructor.
References setToDefault(), and ui.
|
overridedefault |
Destructor.
|
signal |
Referenced by cancelButtonClicked().
|
virtualslot |
References cancel().
| QString ActionClassificationWidget::getFamily | ( | ) |
References ui.
Referenced by ActionClassificationState::onExit().
| QList< ActionTagWidget * > ActionClassificationWidget::getTagWidgets | ( | ) |
References list.
|
private |
References list.
Referenced by nextButtonClicked().
|
signal |
Referenced by nextButtonClicked().
|
virtualslot |
References defaultAscii, defaultBeforeGoingFurther, defaultFamily, defaultRealFamily, enhancedStyle, isOneNonAsciiTag(), next(), normalStyle, and ui.
|
signal |
Referenced by previousButtonClicked().
|
virtualslot |
References previous().
| void ActionClassificationWidget::removeTag | ( | ActionTagWidget * | widget | ) |
Referenced by ActionTagWidget::remove().
| 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().
1.8.13