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
Modules
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.dlr.de/
12
// Copyright (C) 2001-2015 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_OPEN_SHAPES
,
49
ICON_RELOAD
,
50
ICON_SAVE
,
51
ICON_CLOSE
,
52
53
ICON_START
,
54
ICON_STOP
,
55
ICON_STEP
,
56
57
ICON_MICROVIEW
,
58
ICON_LAGGRVIEW
,
59
60
ICON_RECENTERVIEW
,
61
ICON_ALLOWROTATION
,
62
63
ICON_LOCATE
,
64
ICON_LOCATEJUNCTION
,
65
ICON_LOCATEEDGE
,
66
ICON_LOCATEVEHICLE
,
67
ICON_LOCATEPERSON
,
68
ICON_LOCATETLS
,
69
ICON_LOCATEADD
,
70
ICON_LOCATEPOI
,
71
ICON_LOCATEPOLY
,
72
73
ICON_COLORWHEEL
,
74
ICON_SAVEDB
,
75
ICON_REMOVEDB
,
76
ICON_SHOWTOOLTIPS
,
77
ICON_EDITVIEWPORT
,
78
ICON_ZOOMSTYLE
,
79
80
ICON_APP_TRACKER
,
81
ICON_APP_FINDER
,
82
ICON_APP_BREAKPOINTS
,
83
ICON_APP_TLSTRACKER
,
84
ICON_APP_TABLE
,
85
ICON_APP_SELECTOR
,
86
87
88
ICON_YES
,
89
ICON_NO
,
90
91
ICON_FLAG
,
92
ICON_FLAG_PLUS
,
93
ICON_FLAG_MINUS
,
94
95
ICON_WINDOWS_CASCADE
,
96
ICON_WINDOWS_TILE_VERT
,
97
ICON_WINDOWS_TILE_HORI
,
98
99
ICON_MANIP
,
100
ICON_CAMERA
,
101
102
ICON_EXTRACT
,
103
ICON_DILATE
,
104
ICON_ERODE
,
105
ICON_OPENING
,
106
ICON_CLOSING
,
107
ICON_CLOSE_GAPS
,
108
ICON_ERASE_STAINS
,
109
ICON_SKELETONIZE
,
110
ICON_RARIFY
,
111
ICON_CREATE_GRAPH
,
112
ICON_OPEN_BMP_DIALOG
,
113
ICON_EYEDROP
,
114
ICON_PAINTBRUSH1X
,
115
ICON_PAINTBRUSH2X
,
116
ICON_PAINTBRUSH3X
,
117
ICON_PAINTBRUSH4X
,
118
ICON_PAINTBRUSH5X
,
119
ICON_RUBBER1X
,
120
ICON_RUBBER2X
,
121
ICON_RUBBER3X
,
122
ICON_RUBBER4X
,
123
ICON_RUBBER5X
,
124
ICON_EDITGRAPH
,
125
126
ICON_EXT
,
127
ICON_CUT_SWELL
,
128
129
ICON_UNDO
,
130
ICON_REDO
,
131
ICON_NETEDIT
,
132
133
ICON_MAX
134
135
};
136
137
138
#endif
139
140
/****************************************************************************/
141
ICON_APP
Definition:
GUIIcons.h:44
ICON_LOCATEPOLY
Definition:
GUIIcons.h:71
ICON_APP_SELECTOR
Definition:
GUIIcons.h:85
ICON_RECENTERVIEW
Definition:
GUIIcons.h:60
ICON_WINDOWS_TILE_HORI
Definition:
GUIIcons.h:97
ICON_LOCATEJUNCTION
Definition:
GUIIcons.h:64
GUIIcon
GUIIcon
An enumeration of icons used by the gui applications.
Definition:
GUIIcons.h:43
windows_config.h
ICON_RUBBER5X
Definition:
GUIIcons.h:123
ICON_APP_FINDER
Definition:
GUIIcons.h:81
ICON_WINDOWS_TILE_VERT
Definition:
GUIIcons.h:96
ICON_PAINTBRUSH4X
Definition:
GUIIcons.h:117
ICON_RUBBER2X
Definition:
GUIIcons.h:120
ICON_RUBBER3X
Definition:
GUIIcons.h:121
ICON_FLAG_MINUS
Definition:
GUIIcons.h:93
ICON_LOCATEADD
Definition:
GUIIcons.h:69
config.h
ICON_CAMERA
Definition:
GUIIcons.h:100
ICON_SAVEDB
Definition:
GUIIcons.h:74
ICON_OPEN_NET
Definition:
GUIIcons.h:47
ICON_CLOSE_GAPS
Definition:
GUIIcons.h:107
ICON_YES
Definition:
GUIIcons.h:88
ICON_EDITGRAPH
Definition:
GUIIcons.h:124
ICON_START
Definition:
GUIIcons.h:53
ICON_RELOAD
Definition:
GUIIcons.h:49
ICON_PAINTBRUSH5X
Definition:
GUIIcons.h:118
ICON_LOCATEPERSON
Definition:
GUIIcons.h:67
ICON_LOCATEVEHICLE
Definition:
GUIIcons.h:66
ICON_LOCATEEDGE
Definition:
GUIIcons.h:65
ICON_EXT
Definition:
GUIIcons.h:126
ICON_NO
Definition:
GUIIcons.h:89
ICON_OPEN_BMP_DIALOG
Definition:
GUIIcons.h:112
ICON_LAGGRVIEW
Definition:
GUIIcons.h:58
ICON_SKELETONIZE
Definition:
GUIIcons.h:109
ICON_LOCATETLS
Definition:
GUIIcons.h:68
ICON_STOP
Definition:
GUIIcons.h:54
ICON_APP_BREAKPOINTS
Definition:
GUIIcons.h:82
ICON_MAX
Definition:
GUIIcons.h:133
ICON_UNDO
Definition:
GUIIcons.h:129
ICON_NETEDIT
Definition:
GUIIcons.h:131
ICON_EMPTY
Definition:
GUIIcons.h:45
ICON_FLAG
Definition:
GUIIcons.h:91
ICON_PAINTBRUSH2X
Definition:
GUIIcons.h:115
ICON_OPENING
Definition:
GUIIcons.h:105
ICON_COLORWHEEL
Definition:
GUIIcons.h:73
ICON_MICROVIEW
Definition:
GUIIcons.h:57
ICON_APP_TLSTRACKER
Definition:
GUIIcons.h:83
ICON_MANIP
Definition:
GUIIcons.h:99
ICON_ALLOWROTATION
Definition:
GUIIcons.h:61
ICON_OPEN_SHAPES
Definition:
GUIIcons.h:48
ICON_PAINTBRUSH1X
Definition:
GUIIcons.h:114
ICON_PAINTBRUSH3X
Definition:
GUIIcons.h:116
ICON_ZOOMSTYLE
Definition:
GUIIcons.h:78
ICON_REDO
Definition:
GUIIcons.h:130
ICON_CUT_SWELL
Definition:
GUIIcons.h:127
ICON_CLOSING
Definition:
GUIIcons.h:106
ICON_REMOVEDB
Definition:
GUIIcons.h:75
ICON_EDITVIEWPORT
Definition:
GUIIcons.h:77
ICON_EXTRACT
Definition:
GUIIcons.h:102
ICON_APP_TABLE
Definition:
GUIIcons.h:84
ICON_CLOSE
Definition:
GUIIcons.h:51
ICON_CREATE_GRAPH
Definition:
GUIIcons.h:111
ICON_SHOWTOOLTIPS
Definition:
GUIIcons.h:76
ICON_FLAG_PLUS
Definition:
GUIIcons.h:92
ICON_RUBBER4X
Definition:
GUIIcons.h:122
ICON_SAVE
Definition:
GUIIcons.h:50
ICON_ERASE_STAINS
Definition:
GUIIcons.h:108
ICON_RARIFY
Definition:
GUIIcons.h:110
ICON_APP_TRACKER
Definition:
GUIIcons.h:80
ICON_ERODE
Definition:
GUIIcons.h:104
ICON_WINDOWS_CASCADE
Definition:
GUIIcons.h:95
ICON_STEP
Definition:
GUIIcons.h:55
ICON_RUBBER1X
Definition:
GUIIcons.h:119
ICON_DILATE
Definition:
GUIIcons.h:103
ICON_OPEN_CONFIG
Definition:
GUIIcons.h:46
ICON_EYEDROP
Definition:
GUIIcons.h:113
ICON_LOCATE
Definition:
GUIIcons.h:63
ICON_LOCATEPOI
Definition:
GUIIcons.h:70
home
anton
import_LD
packages
sumo
mod18
sumo-0.23.0
src
utils
gui
images
GUIIcons.h
Generated on Mon May 4 2015 21:28:51 for SUMO - Simulation of Urban MObility by
1.8.8