The action save state widget. More...
#include <ActionStateWidget.h>
Inheritance diagram for ActionStateWidget:
Collaboration diagram for ActionStateWidget: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.
Here is the call graph for this function:| QPushButton * ActionStateWidget::addTransitionButton | ( | QString | text | ) |
References ui.
Referenced by ActionState::addActionTransition().
Here is the caller graph for this function:| void ActionStateWidget::setActionWidget | ( | QWidget * | widget | ) |
| void ActionStateWidget::setDescription | ( | QString | description | ) |
References description, and ui.
Referenced by ActionState::setPreviousActionStatus().
Here is the caller graph for this function:
|
private |
Referenced by ActionStateWidget().
|
private |
Referenced by ActionStateWidget(), addTransitionButton(), setActionWidget(), and setDescription().