![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>Go to the source code of this file.
Definition in file GUIGlObjectTypes.h.
| 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.
| Enumerator | |
|---|---|
| GLO_NETWORK | The network - empty. |
| GLO_NETWORKELEMENT | reserved GLO type to pack all network elements |
| GLO_EDGE | an edge |
| GLO_LANE | a lane |
| GLO_JUNCTION | a junction |
| GLO_CONNECTION | a connection |
| GLO_WALKINGAREA | a walkingArea |
| GLO_CROSSING | a tl-logic |
| GLO_TLLOGIC | a tl-logic |
| GLO_TYPE | an edge_type |
| GLO_PARENTCHILDLINE | line between parent and childrens |
| GLO_ADDITIONALELEMENT | reserved GLO type for packing all additionals elements |
| GLO_BUS_STOP | a busStop |
| GLO_CONTAINER_STOP | a containerStop |
| GLO_CHARGING_STATION | a chargingStation |
| GLO_PARKING_AREA | |
| GLO_PARKING_SPACE | a ParkingSpace |
| GLO_E1DETECTOR | a E1 detector |
| GLO_E1DETECTOR_ME | a E1 detector |
| GLO_E1DETECTOR_INSTANT | a E1 detector |
| GLO_E2DETECTOR | a E2 detector |
| GLO_E3DETECTOR | a E3 detector |
| GLO_DET_ENTRY | a DetEntry detector |
| GLO_DET_EXIT | a DetExit detector |
| GLO_REROUTER | a Rerouter |
| GLO_REROUTER_INTERVAL | a rerouter interval |
| GLO_REROUTER_CLOSINGREROUTE | a closing reroute |
| GLO_REROUTER_CLOSINGLANEREROUTE | a closing lane reroute |
| GLO_REROUTER_PARKINGAREAREROUTE | a parking area reroute |
| GLO_REROUTER_DESTPROBREROUTE | a destiny probability reroute |
| GLO_REROUTER_ROUTEPROBREROUTE | a route probability reroute |
| GLO_REROUTER_EDGE | a Rerouter over edge |
| GLO_VSS | a Variable Speed Sign |
| GLO_VSS_STEP | a Variable Speed Sign step |
| GLO_CALIBRATOR | |
| GLO_ROUTEPROBE | |
| GLO_VAPORIZER | a Vaporizer |
| GLO_ACCESS | a Acces |
| GLO_WIRE | reserved GLO type for packing all wire elements |
| GLO_OVERHEAD_WIRE_SEGMENT | a segment of an overhead line |
| GLO_TRACTIONSUBSTATION | a segment of an overhead line |
| GLO_LANEARROWS | lane details |
| GLO_SHAPE | reserved GLO type to pack shapes |
| GLO_POLYGON | a polygon |
| GLO_POI | a poi |
| GLO_ROUTEELEMENT | reserved GLO type to pack all RouteElements (note: In this case the sorting of GLO_<element> is important!) |
| GLO_VTYPE | @bief vTypes |
| GLO_ROUTE | a route |
| GLO_RIDE | a ride |
| GLO_WALK | a walk |
| GLO_PERSONTRIP | a person trip |
| GLO_TRANSPORT | a container transport |
| GLO_TRANSHIP | a container tranship |
| GLO_STOP | a stop |
| GLO_STOP_PERSON | a person stop |
| GLO_STOP_CONTAINER | a container stop |
| GLO_VEHICLE | a vehicle |
| GLO_TRIP | a trip |
| GLO_FLOW | a flow |
| GLO_ROUTEFLOW | a routeFlow |
| GLO_CONTAINER | a container |
| GLO_CONTAINERFLOW | a person flow |
| GLO_PERSON | a person |
| GLO_PERSONFLOW | a person flow |
| GLO_TAZ | Traffic Assignment Zones (TAZs) |
| GLO_EDGEDATA | edge data |
| GLO_EDGERELDATA | edge relation data |
| GLO_TAZRELDATA | TAZ relation data. |
| GLO_LOCKICON | Lock icon (used in NETEDIT) |
| GLO_TEXTNAME | text element (used in NETEDIT) |
| GLO_DOTTEDCONTOUR_FRONT | dotted contour front element (used in NETEDIT) |
| GLO_DOTTEDCONTOUR_INSPECTED | dotted contour inspected element (used in NETEDIT) |
| GLO_TEMPORALSHAPE | temporal shape (used in NETEDIT) |
| GLO_RECTANGLESELECTION | rectangle selection shape (used in NETEDIT) |
| GLO_TESTELEMENT | test element (used in NETEDIT) |
| GLO_MAX | empty max |
Definition at line 37 of file GUIGlObjectTypes.h.