
Public Member Functions | |
| TaskFactory (GameMap *map) | |
| void | restart () |
| SelectionWidget * | spawnNextItem (PG_Widget *parent, const PG_Point &pos) |
| void | itemSelected (const SelectionWidget *widget, bool mouse) |
Definition at line 91 of file taskmanager.cpp.
| TaskFactory::TaskFactory | ( | GameMap * | map | ) | [inline] |
| void TaskFactory::restart | ( | ) | [inline, virtual] |
Implements SelectionItemFactory.
Definition at line 103 of file taskmanager.cpp.
References TaskContainer::pendingCommands.
Referenced by TaskFactory().
| SelectionWidget* TaskFactory::spawnNextItem | ( | PG_Widget * | parent, | |
| const PG_Point & | pos | |||
| ) | [inline, virtual] |
Implements SelectionItemFactory.
Definition at line 108 of file taskmanager.cpp.
References TaskContainer::pendingCommands.
| void TaskFactory::itemSelected | ( | const SelectionWidget * | widget, | |
| bool | mouse | |||
| ) | [inline, virtual] |
Implements SelectionItemFactory.
Definition at line 116 of file taskmanager.cpp.
References MapDisplayPG::cursor, ActionWidget::getCoordinates(), getMainScreenWidget(), MainScreenWidget::getMapDisplay(), and MapDisplayPG::Cursor::goTo().
1.5.1