![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
The action save state widget. More...
#include <ActionStateWidget.h>
Inherits QWidget.
Public Member Functions | |
| ActionStateWidget (ActionState *actionState) | |
| QPushButton * | addTransitionButton (QString text) |
| void | setActionWidget (QWidget *widget) |
| void | setDescription (QString description) |
Private Attributes | |
| ActionState * | myActionState |
| Ui_ActionStateWidget | ui |
The action save state widget.
| ActionStateWidget::ActionStateWidget | ( | ActionState * | actionState | ) |
References ActionState::getDescription(), ActionState::getName(), myActionState, and ui.
| QPushButton * ActionStateWidget::addTransitionButton | ( | QString | text | ) |
References ui.
Referenced by ActionState::addActionTransition().
| void ActionStateWidget::setActionWidget | ( | QWidget * | widget | ) |
References ui.
Referenced by ActionState::onEntry().
| void ActionStateWidget::setDescription | ( | QString | description | ) |
References ui.
Referenced by ActionState::setPreviousActionStatus().
|
private |
Referenced by ActionStateWidget().
|
private |
Referenced by ActionStateWidget(), addTransitionButton(), setActionWidget(), and setDescription().
1.8.13