]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/trainproperties.h
Full vehicle unification
[r2c2.git] / source / engineer / trainproperties.h
index 3c1a372fe606fed9801ce1ea069fbebe38903f10..c75015b08f4b27f8c5b009af0af17aa572352713 100644 (file)
@@ -24,11 +24,16 @@ private:
        Msp::GLtk::Dropdown *drp_type;
        Msp::GLtk::Entry *ent_name;
        Msp::GLtk::Dropdown *drp_priority;
+       Msp::GLtk::List *lst_vehicles;
+       Msp::GLtk::Dropdown *drp_new_vehicle;
+       std::vector<const Marklin::VehicleType *> add_vehicles;
 
 public:
        TrainProperties(Engineer &, const Msp::GLtk::Resources &, Marklin::Train *);
 private:
        virtual void on_ok_clicked();
+       void new_vehicle_selected(unsigned, const std::string &);
+       const Marklin::VehicleType &get_vehicle_type(unsigned, bool);
 };
 
 #endif