SUMO - Simulation of Urban MObility
GNERerouterDialog.h
Go to the documentation of this file.
1 /****************************************************************************/
8 /****************************************************************************/
9 // SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
10 // Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors
11 /****************************************************************************/
12 //
13 // This file is part of SUMO.
14 // SUMO is free software; you can redistribute it and/or modify
15 // it under the terms of the GNU General Public License as published by
16 // the Free Software Foundation; either version 3 of the License, or
17 // (at your option) any later version.
18 //
19 /****************************************************************************/
20 #ifndef GNERerouterDialog_h
21 #define GNERerouterDialog_h
22 
23 // ===========================================================================
24 // included modules
25 // ===========================================================================
26 
27 #ifdef _MSC_VER
28 #include <windows_config.h>
29 #else
30 #include <config.h>
31 #endif
32 
33 #include "GNEAdditionalDialog.h"
34 
35 
36 // ===========================================================================
37 // class declarations
38 // ===========================================================================
39 
40 class GNERerouter;
41 
42 // ===========================================================================
43 // class definitions
44 // ===========================================================================
45 
53  FXDECLARE(GNERerouterDialog)
54 
55 public:
56  // Constructor
57  GNERerouterDialog(GNERerouter* rerouterParent);
58 
59  // destructor
61 
65  long onCmdAccept(FXObject*, FXSelector, void*);
66 
68  long onCmdCancel(FXObject*, FXSelector, void*);
69 
71  long onCmdReset(FXObject*, FXSelector, void*);
73 
74 protected:
77 
80 
81 private:
83  void updateTable();
84 
87 
90 };
91 
92 #endif
void updateTable()
update data table
GNERerouter * myRerouterParent
pointer to rerouter parent
Dialog to edit sequences, parameters, etc.. of Additionals.
GNERerouterDialog()
FOX needs this.
Dialog for edit rerouters.
long onCmdReset(FXObject *, FXSelector, void *)
event after press reset button
long onCmdCancel(FXObject *, FXSelector, void *)
event after press cancel button
long onCmdAccept(FXObject *, FXSelector, void *)
GNERerouterDialog & operator=(const GNERerouterDialog &)
Invalidated assignment operator.