#include <ControlBar.h>
Public Attributes | ||
| GameWindow * | control | |
| window that the GUI control is tied to | ||
| ProductionType | type | |
| type of queue data | ||
| union { | ||
| ProductionID productionID | ||
| production id for unit productions More... | ||
| const UpgradeTemplate * upgradeToResearch | ||
| upgrade template for upgrade productions More... | ||
| }; | ||
Definition at line 941 of file ControlBar.h.
| union { ... } ControlBar::QueueEntry |
| GameWindow* ControlBar::QueueEntry::control |
window that the GUI control is tied to
Definition at line 943 of file ControlBar.h.
| ProductionID ControlBar::QueueEntry::productionID |
production id for unit productions
Definition at line 947 of file ControlBar.h.
| ProductionType ControlBar::QueueEntry::type |
type of queue data
Definition at line 944 of file ControlBar.h.
| const UpgradeTemplate* ControlBar::QueueEntry::upgradeToResearch |
upgrade template for upgrade productions
Definition at line 948 of file ControlBar.h.