GUIAppEnum.h

Go to the documentation of this file.
00001 /****************************************************************************/
00007 // Message and object IDs used by the FOX-version of the gui
00008 /****************************************************************************/
00009 // SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
00010 // Copyright 2001-2010 DLR (http://www.dlr.de/) and contributors
00011 /****************************************************************************/
00012 //
00013 //   This program is free software; you can redistribute it and/or modify
00014 //   it under the terms of the GNU General Public License as published by
00015 //   the Free Software Foundation; either version 2 of the License, or
00016 //   (at your option) any later version.
00017 //
00018 /****************************************************************************/
00019 #ifndef GUIAppEnum_h
00020 #define GUIAppEnum_h
00021 
00022 
00023 // ===========================================================================
00024 // included modules
00025 // ===========================================================================
00026 #ifdef _MSC_VER
00027 #include <windows_config.h>
00028 #else
00029 #include <config.h>
00030 #endif
00031 
00032 #include <fx.h>
00033 
00034 
00035 // ===========================================================================
00036 // enumeration
00037 // ===========================================================================
00041 enum {
00043     ID_ABOUT=FXMainWindow::ID_LAST,
00044 
00046 
00047 
00049     MID_WINDOW,
00051     MID_QUIT,
00053 
00054 
00056 
00057 
00059     MID_OK,
00061     MID_CANCEL,
00063 
00064 
00066 
00067 
00069     MID_OPEN_CONFIG,
00071     MID_OPEN_NETWORK,
00073     MID_RELOAD,
00075     MID_RECENTFILE,
00077     MID_CLOSE,
00079     MID_ABOUT,
00081 
00082 
00084 
00085 
00087     MID_START,
00089     MID_STOP,
00091     MID_STEP,
00093 
00094 
00096 
00097 
00099     MID_NEW_MICROVIEW,
00100     MID_NEW_OSGVIEW,
00102 
00103 
00105 
00106 
00108     ID_LOADTHREAD_EVENT,
00110     ID_RUNTHREAD_EVENT,
00112     ID_THREAD_EVENT,
00114 
00115 
00117 
00118 
00120     MID_EDITCHOSEN,
00122     MID_EDIT_BREAKPOINTS,
00124 
00125 
00127 
00128 
00130     MID_APPSETTINGS,
00132     MID_GAMING,
00134     MID_SIMDELAY,
00136 
00137 
00138     // Clear simulation settings
00139     MID_CLEARMESSAGEWINDOW,
00140 
00141 
00143 
00144 
00146     MID_RECENTERVIEW,
00148     MID_ALLOWROTATION,
00150     MID_LOCATEJUNCTION,
00152     MID_LOCATEEDGE,
00154     MID_LOCATEVEHICLE,
00156     MID_LOCATETLS,
00158     MID_LOCATEADD,
00160     MID_LOCATESHAPE,
00162     MID_EDITVIEWPORT,
00164     MID_EDITVIEWSCHEME,
00166     MID_SHOWTOOLTIPS,
00168     MID_MAKESNAPSHOT,
00170 
00171 
00173 
00174 
00176     MID_GLCANVAS,
00178 
00179 
00181 
00182 
00184     MID_COLOURSCHEMECHANGE,
00186 
00187 
00189 
00190 
00192     MID_CENTER,
00194     MID_COPY_NAME,
00196     MID_COPY_TYPED_NAME,
00198     MID_COPY_CURSOR_POSITION,
00200     MID_SHOWPARS,
00202     MID_SWITCH_OFF,
00203     MID_SWITCH,
00204     MID_SHOWPHASES = MID_SWITCH + 20,
00206     MID_TRACKPHASES,
00208     MID_ADDSELECT,
00210     MID_REMOVESELECT,
00212     MID_MANIP,
00214     MID_DRAWROUTE,
00216     MID_SHOW_CURRENTROUTE,
00218     MID_HIDE_CURRENTROUTE,
00220     MID_SHOW_BEST_LANES,
00222     MID_HIDE_BEST_LANES,
00224     MID_SHOW_ALLROUTES,
00226     MID_HIDE_ALLROUTES,
00228     MID_START_TRACK,
00230     MID_STOP_TRACK,
00232 
00233 
00235 
00236 
00238     MID_TABLE,
00240     MID_SIMSTEP,
00242     MID_OPENTRACKER,
00244 
00245 
00247 
00248 
00250     MID_SETTINGS_OK,
00252     MID_SETTINGS_CANCEL,
00254 
00255 
00257 
00258 
00260     MID_QUITONSIMEND,
00262     MID_ALLOWTEXTURES,
00264 
00265 
00267 
00268 
00270     MID_CHOOSER_CENTER,
00272     MID_CHOOSER_TEXT,
00274     MID_CHOOSER_LIST,
00276 
00277 
00279 
00280 
00282     MID_CHOOSEN_LOAD,
00284     MID_CHOOSEN_SAVE,
00286     MID_CHOOSEN_CLEAR,
00288     MID_CHOOSEN_DESELECT,
00290 
00291 
00293 
00294 
00296     MID_SIMPLE_VIEW_COLORCHANGE,
00298     MID_SIMPLE_VIEW_NAMECHANGE,
00300     MID_SIMPLE_VIEW_SAVE,
00302     MID_SIMPLE_VIEW_DELETE,
00304     MID_SIMPLE_VIEW_EXPORT,
00306     MID_SIMPLE_VIEW_IMPORT,
00308     MID_SIMPLE_VIEW_LOAD_DECALS,
00310     MID_SIMPLE_VIEW_SAVE_DECALS,
00312 
00313 
00314     MID_CUTSWELL,
00315 
00316     MID_LAST
00317 };
00318 
00319 
00320 #endif
00321 
00322 /****************************************************************************/
00323 

Generated on Wed May 5 00:06:29 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6