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-sim.org/
13 // Copyright (C) 2001-2014 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 
185 
186 
188 
189 
195 
196 
198 
199 
203 
204 
206 
207 
255 
256 
258 
259 
267 
268 
270 
271 
277 
278 
280 
281 
287 
288 
290 
291 
301 
302 
304 
305 
319 
320 
322 
323 
341 
342 
344 
345 
351 
354 
369 
373 
379 
381 
395 
401  // MID_GNE_WIZARD,
440 
443 
445 
447 };
448 
449 
450 #endif
451 
452 /****************************************************************************/
453