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-sim.org/
12
// Copyright (C) 2001-2014 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_LOCATEPOI
,
69
ICON_LOCATEPOLY
,
70
71
ICON_COLORWHEEL
,
72
ICON_SAVEDB
,
73
ICON_REMOVEDB
,
74
ICON_SHOWTOOLTIPS
,
75
ICON_EDITVIEWPORT
,
76
ICON_ZOOMSTYLE
,
77
78
ICON_APP_TRACKER
,
79
ICON_APP_FINDER
,
80
ICON_APP_BREAKPOINTS
,
81
ICON_APP_TLSTRACKER
,
82
ICON_APP_TABLE
,
83
ICON_APP_SELECTOR
,
84
85
86
ICON_YES
,
87
ICON_NO
,
88
89
ICON_FLAG
,
90
ICON_FLAG_PLUS
,
91
ICON_FLAG_MINUS
,
92
93
ICON_WINDOWS_CASCADE
,
94
ICON_WINDOWS_TILE_VERT
,
95
ICON_WINDOWS_TILE_HORI
,
96
97
ICON_MANIP
,
98
ICON_CAMERA
,
99
100
ICON_EXTRACT
,
101
ICON_DILATE
,
102
ICON_ERODE
,
103
ICON_OPENING
,
104
ICON_CLOSING
,
105
ICON_CLOSE_GAPS
,
106
ICON_ERASE_STAINS
,
107
ICON_SKELETONIZE
,
108
ICON_RARIFY
,
109
ICON_CREATE_GRAPH
,
110
ICON_OPEN_BMP_DIALOG
,
111
ICON_EYEDROP
,
112
ICON_PAINTBRUSH1X
,
113
ICON_PAINTBRUSH2X
,
114
ICON_PAINTBRUSH3X
,
115
ICON_PAINTBRUSH4X
,
116
ICON_PAINTBRUSH5X
,
117
ICON_RUBBER1X
,
118
ICON_RUBBER2X
,
119
ICON_RUBBER3X
,
120
ICON_RUBBER4X
,
121
ICON_RUBBER5X
,
122
ICON_EDITGRAPH
,
123
124
ICON_EXT
,
125
ICON_CUT_SWELL
,
126
127
ICON_UNDO
,
128
ICON_REDO
,
129
ICON_NETEDIT
,
130
131
ICON_MAX
132
133
};
134
135
136
#endif
137
138
/****************************************************************************/
139
tmp
buildd
sumo-0.21.0+dfsg
src
utils
gui
images
GUIIcons.h
Generated on Thu Nov 20 2014 19:49:53 for SUMO - Simulation of Urban MObility by
1.8.1.2