#include <researchexecution.h>
Inheritance diagram for TechnologyPresenter:

Public Member Functions | |
| virtual void | showTechnology (const Technology *tech, const Gadgets &newGadgetsAvailable)=0 |
| virtual | ~TechnologyPresenter () |
Classes | |
| class | Gadgets |
Definition at line 30 of file researchexecution.h.
| virtual TechnologyPresenter::~TechnologyPresenter | ( | ) | [inline, virtual] |
Definition at line 39 of file researchexecution.h.
| virtual void TechnologyPresenter::showTechnology | ( | const Technology * | tech, | |
| const Gadgets & | newGadgetsAvailable | |||
| ) | [pure virtual] |
Referenced by runResearch().
1.5.1