GUIIcons.h

Go to the documentation of this file.
00001 /****************************************************************************/
00007 // An enumeration of icons used by the gui applications
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 GUIIcons_h
00020 #define GUIIcons_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 
00033 // ===========================================================================
00034 // enumerations
00035 // ===========================================================================
00040 enum GUIIcon {
00041     ICON_APP = 0,
00042     ICON_EMPTY,
00043     ICON_OPEN_CONFIG,
00044     ICON_OPEN_NET,
00045     ICON_RELOAD,
00046     ICON_SAVE,
00047     ICON_CLOSE,
00048 
00049     ICON_START,
00050     ICON_STOP,
00051     ICON_STEP,
00052 
00053     ICON_MICROVIEW,
00054     ICON_LAGGRVIEW,
00055 
00056     ICON_RECENTERVIEW,
00057     ICON_ALLOWROTATION,
00058 
00059     ICON_LOCATE,
00060     ICON_LOCATEJUNCTION,
00061     ICON_LOCATEEDGE,
00062     ICON_LOCATEVEHICLE,
00063     ICON_LOCATETLS,
00064     ICON_LOCATEADD,
00065     ICON_LOCATESHAPE,
00066 
00067     ICON_COLORWHEEL,
00068     ICON_SAVEDB,
00069     ICON_REMOVEDB,
00070     ICON_SHOWTOOLTIPS,
00071     ICON_EDITVIEWPORT,
00072 
00073     ICON_APP_TRACKER,
00074     ICON_APP_FINDER,
00075     ICON_APP_BREAKPOINTS,
00076     ICON_APP_TLSTRACKER,
00077     ICON_APP_TABLE,
00078     ICON_APP_SELECTOR,
00079 
00080 
00081     ICON_YES,
00082     ICON_NO,
00083 
00084     ICON_FLAG,
00085     ICON_FLAG_PLUS,
00086     ICON_FLAG_MINUS,
00087 
00088     ICON_WINDOWS_CASCADE,
00089     ICON_WINDOWS_TILE_VERT,
00090     ICON_WINDOWS_TILE_HORI,
00091 
00092     ICON_MANIP,
00093     ICON_CAMERA,
00094 
00095     ICON_EXTRACT,
00096     ICON_DILATE,
00097     ICON_ERODE,
00098     ICON_OPENING,
00099     ICON_CLOSING,
00100     ICON_CLOSE_GAPS,
00101     ICON_ERASE_STAINS,
00102     ICON_SKELETONIZE,
00103     ICON_RARIFY,
00104     ICON_CREATE_GRAPH,
00105     ICON_OPEN_BMP_DIALOG,
00106     ICON_EYEDROP,
00107     ICON_PAINTBRUSH1X,
00108     ICON_PAINTBRUSH2X,
00109     ICON_PAINTBRUSH3X,
00110     ICON_PAINTBRUSH4X,
00111     ICON_PAINTBRUSH5X,
00112     ICON_RUBBER1X,
00113     ICON_RUBBER2X,
00114     ICON_RUBBER3X,
00115     ICON_RUBBER4X,
00116     ICON_RUBBER5X,
00117     ICON_EDITGRAPH,
00118 
00119     ICON_EXT,
00120     ICON_CUT_SWELL,
00121 
00122     ICON_MAX
00123 
00124 };
00125 
00126 
00127 #endif
00128 
00129 /****************************************************************************/
00130 

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