
Public Types | |
| typedef vector< Vehicle * > | Container |
Public Member Functions | |
| VehicleSelectionFactory (Container &units) | |
| void | restart () |
| SelectionWidget * | spawnNextItem (PG_Widget *parent, const PG_Point &pos) |
| void | itemSelected (const SelectionWidget *widget, bool mouse) |
Public Attributes | |
| Vehicle * | selected |
Protected Attributes | |
| Container::iterator | it |
| Container & | items |
|
|
Definition at line 2617 of file cargodialog.cpp. |
|
|
Definition at line 2623 of file cargodialog.cpp. |
|
||||||||||||
|
Implements SelectionItemFactory. Definition at line 2635 of file cargodialog.cpp. |
|
|
Implements SelectionItemFactory. Definition at line 2624 of file cargodialog.cpp. |
|
||||||||||||
|
Implements SelectionItemFactory. Definition at line 2626 of file cargodialog.cpp. References it, items, and PG_Rect::Width(). |
|
|
Definition at line 2619 of file cargodialog.cpp. Referenced by restart(), and spawnNextItem(). |
|
|
Definition at line 2620 of file cargodialog.cpp. Referenced by restart(), and spawnNextItem(). |
|
|
Definition at line 2645 of file cargodialog.cpp. Referenced by itemSelected(), and CargoGuiFunctions::selectVehicle(). |
1.4.2