SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIAppEnum.h
Go to the documentation of this file.
1 /****************************************************************************/
10 // Message and object IDs used by the FOX-version of the gui
11 /****************************************************************************/
12 // SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
13 // Copyright (C) 2001-2012 DLR (http://www.dlr.de/) and contributors
14 /****************************************************************************/
15 //
16 // This file is part of SUMO.
17 // SUMO is free software: you can redistribute it and/or modify
18 // it under the terms of the GNU General Public License as published by
19 // the Free Software Foundation, either version 3 of the License, or
20 // (at your option) any later version.
21 //
22 /****************************************************************************/
23 #ifndef GUIAppEnum_h
24 #define GUIAppEnum_h
25 
26 
27 // ===========================================================================
28 // included modules
29 // ===========================================================================
30 #ifdef _MSC_VER
31 #include <windows_config.h>
32 #else
33 #include <config.h>
34 #endif
35 
36 #include <fx.h>
37 
38 
39 // ===========================================================================
40 // enumeration
41 // ===========================================================================
45 enum {
47  ID_ABOUT = FXMainWindow::ID_LAST,
48 
50 
51 
57 
58 
60 
61 
67 
68 
70 
71 
85 
86 
88 
89 
97 
98 
100 
101 
107 
108 
110 
111 
119 
120 
122 
123 
129 
130 
132 
133 
143 
144 
145  // Clear simulation settings
147 
148 
150 
151 
181 
182 
184 
185 
191 
192 
194 
195 
199 
200 
202 
203 
249 
250 
252 
253 
261 
262 
264 
265 
271 
272 
274 
275 
281 
282 
284 
285 
295 
296 
298 
299 
311 
312 
314 
315 
333 
334 
336 
337 
343 
346 
361 
365 
371 
373 
387 
393  // MID_GNE_WIZARD,
426 
429 
431 
433 };
434 
435 
436 #endif
437 
438 /****************************************************************************/
439