3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
8 #ifndef TRACKPROPERTIES_H_
9 #define TRACKPROPERTIES_H_
11 #include <msp/gltk/dialog.h>
12 #include <msp/gltk/entry.h>
16 class TrackProperties: public Msp::GLtk::Dialog
19 const Selection &selection;
20 Msp::GLtk::Entry *ent_turnout_id;
21 Msp::GLtk::Entry *ent_sensor_id;
24 TrackProperties(const Selection &);
27 virtual void on_response(int);