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-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
ICON_APP
Definition:
GUIIcons.h:44
ICON_APP_SELECTOR
Definition:
GUIIcons.h:82
ICON_RECENTERVIEW
Definition:
GUIIcons.h:59
ICON_WINDOWS_TILE_HORI
Definition:
GUIIcons.h:94
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:120
ICON_APP_FINDER
Definition:
GUIIcons.h:78
ICON_WINDOWS_TILE_VERT
Definition:
GUIIcons.h:93
ICON_PAINTBRUSH4X
Definition:
GUIIcons.h:114
ICON_RUBBER2X
Definition:
GUIIcons.h:117
ICON_RUBBER3X
Definition:
GUIIcons.h:118
ICON_FLAG_MINUS
Definition:
GUIIcons.h:90
ICON_LOCATEADD
Definition:
GUIIcons.h:67
config.h
ICON_CAMERA
Definition:
GUIIcons.h:97
ICON_SAVEDB
Definition:
GUIIcons.h:71
ICON_OPEN_NET
Definition:
GUIIcons.h:47
ICON_CLOSE_GAPS
Definition:
GUIIcons.h:104
ICON_YES
Definition:
GUIIcons.h:85
ICON_EDITGRAPH
Definition:
GUIIcons.h:121
ICON_START
Definition:
GUIIcons.h:52
ICON_RELOAD
Definition:
GUIIcons.h:48
ICON_PAINTBRUSH5X
Definition:
GUIIcons.h:115
ICON_LOCATEVEHICLE
Definition:
GUIIcons.h:65
ICON_LOCATEEDGE
Definition:
GUIIcons.h:64
ICON_EXT
Definition:
GUIIcons.h:123
ICON_NO
Definition:
GUIIcons.h:86
ICON_OPEN_BMP_DIALOG
Definition:
GUIIcons.h:109
ICON_LAGGRVIEW
Definition:
GUIIcons.h:57
ICON_SKELETONIZE
Definition:
GUIIcons.h:106
ICON_LOCATETLS
Definition:
GUIIcons.h:66
ICON_STOP
Definition:
GUIIcons.h:53
ICON_APP_BREAKPOINTS
Definition:
GUIIcons.h:79
ICON_MAX
Definition:
GUIIcons.h:130
ICON_UNDO
Definition:
GUIIcons.h:126
ICON_NETEDIT
Definition:
GUIIcons.h:128
ICON_EMPTY
Definition:
GUIIcons.h:45
ICON_FLAG
Definition:
GUIIcons.h:88
ICON_PAINTBRUSH2X
Definition:
GUIIcons.h:112
ICON_OPENING
Definition:
GUIIcons.h:102
ICON_COLORWHEEL
Definition:
GUIIcons.h:70
ICON_MICROVIEW
Definition:
GUIIcons.h:56
ICON_APP_TLSTRACKER
Definition:
GUIIcons.h:80
ICON_MANIP
Definition:
GUIIcons.h:96
ICON_ALLOWROTATION
Definition:
GUIIcons.h:60
ICON_PAINTBRUSH1X
Definition:
GUIIcons.h:111
ICON_PAINTBRUSH3X
Definition:
GUIIcons.h:113
ICON_ZOOMSTYLE
Definition:
GUIIcons.h:75
ICON_REDO
Definition:
GUIIcons.h:127
ICON_CUT_SWELL
Definition:
GUIIcons.h:124
ICON_CLOSING
Definition:
GUIIcons.h:103
ICON_REMOVEDB
Definition:
GUIIcons.h:72
ICON_EDITVIEWPORT
Definition:
GUIIcons.h:74
ICON_EXTRACT
Definition:
GUIIcons.h:99
ICON_APP_TABLE
Definition:
GUIIcons.h:81
ICON_LOCATESHAPE
Definition:
GUIIcons.h:68
ICON_CLOSE
Definition:
GUIIcons.h:50
ICON_CREATE_GRAPH
Definition:
GUIIcons.h:108
ICON_SHOWTOOLTIPS
Definition:
GUIIcons.h:73
ICON_FLAG_PLUS
Definition:
GUIIcons.h:89
ICON_RUBBER4X
Definition:
GUIIcons.h:119
ICON_SAVE
Definition:
GUIIcons.h:49
ICON_ERASE_STAINS
Definition:
GUIIcons.h:105
ICON_RARIFY
Definition:
GUIIcons.h:107
ICON_APP_TRACKER
Definition:
GUIIcons.h:77
ICON_ERODE
Definition:
GUIIcons.h:101
ICON_WINDOWS_CASCADE
Definition:
GUIIcons.h:92
ICON_STEP
Definition:
GUIIcons.h:54
ICON_RUBBER1X
Definition:
GUIIcons.h:116
ICON_DILATE
Definition:
GUIIcons.h:100
ICON_OPEN_CONFIG
Definition:
GUIIcons.h:46
ICON_EYEDROP
Definition:
GUIIcons.h:110
ICON_LOCATE
Definition:
GUIIcons.h:62
tmp
buildd
sumo-0.19.0+dfsg
src
utils
gui
images
GUIIcons.h
Generated on Sun Dec 15 2013 19:38:55 for SUMO - Simulation of Urban MObility by
1.8.5