![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
Go to the source code of this file.
Enumerations | |
enum | GUIGlObjectType { GLO_NETWORK = 0, GLO_NETELEMENT = 1, GLO_EDGE = 2, GLO_LANE = 3, GLO_JUNCTION = 4, GLO_CROSSING = 5, GLO_CONNECTION = 6, GLO_PROHIBITION = 7, GLO_TLLOGIC = 8, GLO_ADDITIONAL = 100, GLO_BUS_STOP = 101, GLO_CONTAINER_STOP = 102, GLO_CHARGING_STATION = 103, GLO_PARKING_AREA = 104, GLO_PARKING_SPACE = 105, GLO_E1DETECTOR = 106, GLO_E1DETECTOR_ME = 107, GLO_E1DETECTOR_INSTANT = 108, GLO_E2DETECTOR = 109, GLO_E3DETECTOR = 110, GLO_DET_ENTRY = 111, GLO_DET_EXIT = 112, GLO_REROUTER = 113, GLO_REROUTER_EDGE = 114, GLO_VSS = 115, GLO_CALIBRATOR = 116, GLO_ROUTEPROBE = 117, GLO_VAPORIZER = 118, GLO_ACCESS = 119, GLO_TAZ = 120, GLO_SHAPE = 200, GLO_POLYGON = 201, GLO_POI = 202, GLO_ROUTEELEMENT = 300, GLO_VEHICLE = 301, GLO_PERSON = 302, GLO_CONTAINER = 303, GLO_MAX = 2048 } |
enum GUIGlObjectType |
ChooseableArtifact Enumeration to differ to show the list of which artefact 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 40 of file GUIGlObjectTypes.h.