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
ICON_APP
Definition:
GUIIcons.h:44
ICON_LOCATEPOLY
Definition:
GUIIcons.h:69
ICON_APP_SELECTOR
Definition:
GUIIcons.h:83
ICON_RECENTERVIEW
Definition:
GUIIcons.h:59
ICON_WINDOWS_TILE_HORI
Definition:
GUIIcons.h:95
ICON_LOCATEJUNCTION
Definition:
GUIIcons.h:63
GUIIcon
GUIIcon
An enumeration of icons used by the gui applications.
Definition:
GUIIcons.h:43
windows_config.h
ICON_RUBBER5X
Definition:
GUIIcons.h:121
ICON_APP_FINDER
Definition:
GUIIcons.h:79
ICON_WINDOWS_TILE_VERT
Definition:
GUIIcons.h:94
ICON_PAINTBRUSH4X
Definition:
GUIIcons.h:115
ICON_RUBBER2X
Definition:
GUIIcons.h:118
ICON_RUBBER3X
Definition:
GUIIcons.h:119
ICON_FLAG_MINUS
Definition:
GUIIcons.h:91
ICON_LOCATEADD
Definition:
GUIIcons.h:67
config.h
ICON_CAMERA
Definition:
GUIIcons.h:98
ICON_SAVEDB
Definition:
GUIIcons.h:72
ICON_OPEN_NET
Definition:
GUIIcons.h:47
ICON_CLOSE_GAPS
Definition:
GUIIcons.h:105
ICON_YES
Definition:
GUIIcons.h:86
ICON_EDITGRAPH
Definition:
GUIIcons.h:122
ICON_START
Definition:
GUIIcons.h:52
ICON_RELOAD
Definition:
GUIIcons.h:48
ICON_PAINTBRUSH5X
Definition:
GUIIcons.h:116
ICON_LOCATEVEHICLE
Definition:
GUIIcons.h:65
ICON_LOCATEEDGE
Definition:
GUIIcons.h:64
ICON_EXT
Definition:
GUIIcons.h:124
ICON_NO
Definition:
GUIIcons.h:87
ICON_OPEN_BMP_DIALOG
Definition:
GUIIcons.h:110
ICON_LAGGRVIEW
Definition:
GUIIcons.h:57
ICON_SKELETONIZE
Definition:
GUIIcons.h:107
ICON_LOCATETLS
Definition:
GUIIcons.h:66
ICON_STOP
Definition:
GUIIcons.h:53
ICON_APP_BREAKPOINTS
Definition:
GUIIcons.h:80
ICON_MAX
Definition:
GUIIcons.h:131
ICON_UNDO
Definition:
GUIIcons.h:127
ICON_NETEDIT
Definition:
GUIIcons.h:129
ICON_EMPTY
Definition:
GUIIcons.h:45
ICON_FLAG
Definition:
GUIIcons.h:89
ICON_PAINTBRUSH2X
Definition:
GUIIcons.h:113
ICON_OPENING
Definition:
GUIIcons.h:103
ICON_COLORWHEEL
Definition:
GUIIcons.h:71
ICON_MICROVIEW
Definition:
GUIIcons.h:56
ICON_APP_TLSTRACKER
Definition:
GUIIcons.h:81
ICON_MANIP
Definition:
GUIIcons.h:97
ICON_ALLOWROTATION
Definition:
GUIIcons.h:60
ICON_PAINTBRUSH1X
Definition:
GUIIcons.h:112
ICON_PAINTBRUSH3X
Definition:
GUIIcons.h:114
ICON_ZOOMSTYLE
Definition:
GUIIcons.h:76
ICON_REDO
Definition:
GUIIcons.h:128
ICON_CUT_SWELL
Definition:
GUIIcons.h:125
ICON_CLOSING
Definition:
GUIIcons.h:104
ICON_REMOVEDB
Definition:
GUIIcons.h:73
ICON_EDITVIEWPORT
Definition:
GUIIcons.h:75
ICON_EXTRACT
Definition:
GUIIcons.h:100
ICON_APP_TABLE
Definition:
GUIIcons.h:82
ICON_CLOSE
Definition:
GUIIcons.h:50
ICON_CREATE_GRAPH
Definition:
GUIIcons.h:109
ICON_SHOWTOOLTIPS
Definition:
GUIIcons.h:74
ICON_FLAG_PLUS
Definition:
GUIIcons.h:90
ICON_RUBBER4X
Definition:
GUIIcons.h:120
ICON_SAVE
Definition:
GUIIcons.h:49
ICON_ERASE_STAINS
Definition:
GUIIcons.h:106
ICON_RARIFY
Definition:
GUIIcons.h:108
ICON_APP_TRACKER
Definition:
GUIIcons.h:78
ICON_ERODE
Definition:
GUIIcons.h:102
ICON_WINDOWS_CASCADE
Definition:
GUIIcons.h:93
ICON_STEP
Definition:
GUIIcons.h:54
ICON_RUBBER1X
Definition:
GUIIcons.h:117
ICON_DILATE
Definition:
GUIIcons.h:101
ICON_OPEN_CONFIG
Definition:
GUIIcons.h:46
ICON_EYEDROP
Definition:
GUIIcons.h:111
ICON_LOCATE
Definition:
GUIIcons.h:62
ICON_LOCATEPOI
Definition:
GUIIcons.h:68
tmp
buildd
sumo-0.20.0+dfsg
src
utils
gui
images
GUIIcons.h
Generated on Sat Mar 15 2014 16:04:14 for SUMO - Simulation of Urban MObility by
1.8.6