SUMO - Simulation of Urban MObility
|
#include <config.h>
Go to the source code of this file.
Enumerations | |
enum | GUIGlObjectType { GLO_NETWORK = 0, GLO_EDGE = 1, GLO_LANE = 2, GLO_JUNCTION = 4, GLO_TLLOGIC = 8, GLO_DETECTOR = 16, GLO_TRIGGER = 64, GLO_SHAPE = 128, GLO_VEHICLE = 256, GLO_ADDITIONAL = GLO_DETECTOR | GLO_TRIGGER, GLO_MAX = 512 } |
Definition in file GUIGlObjectTypes.h.
enum GUIGlObjectType |
ChooseableArtifact Enumeration to differ to show the list of which atrifact The order is important during the selection of items for displaying their tooltips; the item with the hightest type value will be chosen.
Definition at line 47 of file GUIGlObjectTypes.h.