
Public Member Functions | |
| ActionSelectionWidget (PG_Widget *parent, const PG_Point &pos, int width, const Command &action, ActionContainer &actionContainer, GameMap *map) | |
Protected Member Functions | |
| bool | click () |
Definition at line 41 of file actionmanager.cpp.
| ActionSelectionWidget::ActionSelectionWidget | ( | PG_Widget * | parent, | |
| const PG_Point & | pos, | |||
| int | width, | |||
| const Command & | action, | |||
| ActionContainer & | actionContainer, | |||
| GameMap * | map | |||
| ) | [inline] |
Definition at line 48 of file actionmanager.cpp.
References click(), and ActionContainer::isActive_req().
| bool ActionSelectionWidget::click | ( | ) | [inline, protected] |
Definition at line 58 of file actionmanager.cpp.
References ActionWidget::act, and ActionContainer::setActive().
Referenced by ActionSelectionWidget().
1.5.1