#include <pgimage.h>#include <pgtooltiphelp.h>#include "cargodialog.h"#include "cargowidget.h"#include "vehicletypeselector.h"#include "../containerbase.h"#include "../paradialog.h"#include "../messaginghub.h"#include "../iconrepository.h"#include "../vehicle.h"#include "../gamemap.h"#include "../containercontrols.h"#include "../asc-mainscreen.h"#include "../guiiconhandler.h"#include "../guifunctions.h"#include "../guifunctions-interface.h"#include "../unitctrl.h"#include "../cannedmessages.h"#include "../replay.h"#include "../dashboard.h"#include "../dialog.h"#include "../containerbase-functions.h"#include "../resourcenet.h"#include "../gameoptions.h"#include "selectionwindow.h"#include "ammotransferdialog.h"#include "unitinfodialog.h"Include dependency graph for cargodialog.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | CargoGuiFunctions |
Functions | |
| const Vehicletype * | selectVehicletype (ContainerBase *plant, const vector< Vehicletype * > &items) |
| void | cargoDialog (ContainerBase *cb) |
| Vehicle * | selectVehicle (vector< Vehicle * > targets) |
|
|
Definition at line 591 of file cargodialog.cpp. References CargoDialog::RunModal(), and PG_Widget::Show(). Referenced by GuiFunctions::OpenContainer::execute(), and CargoGuiFunctions::OpenContainer::execute(). |
|
|
Definition at line 2649 of file cargodialog.cpp. References ItemSelectorWindow::RunModal(), CargoGuiFunctions::VehicleSelectionFactory::selected, and PG_Widget::Show(). Referenced by CargoGuiFunctions::MoveUnitIntoInnerContainer::execute(). |
|
||||||||||||
|
|
1.4.2