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 
179 
180 
182 
183 
189 
190 
192 
193 
197 
198 
200 
201 
247 
248 
250 
251 
259 
260 
262 
263 
269 
270 
272 
273 
279 
280 
282 
283 
293 
294 
296 
297 
309 
310 
312 
313 
331 
332 
334 
335 
341 
344 
359 
363 
368 
370 
384 
389  // MID_GNE_WIZARD,
415 
418 
420 
422 };
423 
424 
425 #endif
426 
427 /****************************************************************************/
428