SUMO - Simulation of Urban MObility
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
GUIIcons.h
Go to the documentation of this file.
1
/****************************************************************************/
9
// An enumeration of icons used by the gui applications
10
/****************************************************************************/
11
// SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
12
// Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors
13
/****************************************************************************/
14
//
15
// This file is part of SUMO.
16
// SUMO is free software: you can redistribute it and/or modify
17
// it under the terms of the GNU General Public License as published by
18
// the Free Software Foundation, either version 3 of the License, or
19
// (at your option) any later version.
20
//
21
/****************************************************************************/
22
#ifndef GUIIcons_h
23
#define GUIIcons_h
24
25
26
// ===========================================================================
27
// included modules
28
// ===========================================================================
29
#ifdef _MSC_VER
30
#include <
windows_config.h
>
31
#else
32
#include <
config.h
>
33
#endif
34
35
36
// ===========================================================================
37
// enumerations
38
// ===========================================================================
43
enum
GUIIcon
{
44
ICON_APP
= 0,
45
ICON_EMPTY
,
46
ICON_OPEN_CONFIG
,
47
ICON_OPEN_NET
,
48
ICON_RELOAD
,
49
ICON_SAVE
,
50
ICON_CLOSE
,
51
52
ICON_START
,
53
ICON_STOP
,
54
ICON_STEP
,
55
56
ICON_MICROVIEW
,
57
ICON_LAGGRVIEW
,
58
59
ICON_RECENTERVIEW
,
60
ICON_ALLOWROTATION
,
61
62
ICON_LOCATE
,
63
ICON_LOCATEJUNCTION
,
64
ICON_LOCATEEDGE
,
65
ICON_LOCATEVEHICLE
,
66
ICON_LOCATETLS
,
67
ICON_LOCATEADD
,
68
ICON_LOCATESHAPE
,
69
70
ICON_COLORWHEEL
,
71
ICON_SAVEDB
,
72
ICON_REMOVEDB
,
73
ICON_SHOWTOOLTIPS
,
74
ICON_EDITVIEWPORT
,
75
ICON_ZOOMSTYLE
,
76
77
ICON_APP_TRACKER
,
78
ICON_APP_FINDER
,
79
ICON_APP_BREAKPOINTS
,
80
ICON_APP_TLSTRACKER
,
81
ICON_APP_TABLE
,
82
ICON_APP_SELECTOR
,
83
84
85
ICON_YES
,
86
ICON_NO
,
87
88
ICON_FLAG
,
89
ICON_FLAG_PLUS
,
90
ICON_FLAG_MINUS
,
91
92
ICON_WINDOWS_CASCADE
,
93
ICON_WINDOWS_TILE_VERT
,
94
ICON_WINDOWS_TILE_HORI
,
95
96
ICON_MANIP
,
97
ICON_CAMERA
,
98
99
ICON_EXTRACT
,
100
ICON_DILATE
,
101
ICON_ERODE
,
102
ICON_OPENING
,
103
ICON_CLOSING
,
104
ICON_CLOSE_GAPS
,
105
ICON_ERASE_STAINS
,
106
ICON_SKELETONIZE
,
107
ICON_RARIFY
,
108
ICON_CREATE_GRAPH
,
109
ICON_OPEN_BMP_DIALOG
,
110
ICON_EYEDROP
,
111
ICON_PAINTBRUSH1X
,
112
ICON_PAINTBRUSH2X
,
113
ICON_PAINTBRUSH3X
,
114
ICON_PAINTBRUSH4X
,
115
ICON_PAINTBRUSH5X
,
116
ICON_RUBBER1X
,
117
ICON_RUBBER2X
,
118
ICON_RUBBER3X
,
119
ICON_RUBBER4X
,
120
ICON_RUBBER5X
,
121
ICON_EDITGRAPH
,
122
123
ICON_EXT
,
124
ICON_CUT_SWELL
,
125
126
ICON_UNDO
,
127
ICON_REDO
,
128
ICON_NETEDIT
,
129
130
ICON_MAX
131
132
};
133
134
135
#endif
136
137
/****************************************************************************/
138
home
gladk
tmp
05
sumo-0.17.1~dfsg
src
utils
gui
images
GUIIcons.h
Generated on Sun Jun 16 2013 07:07:14 for SUMO - Simulation of Urban MObility by
1.8.1.2