SUMO - Simulation of Urban MObility
GUIGlObjectTypes.h File Reference
#include <config.h>
Include dependency graph for GUIGlObjectTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  GUIGlObjectType {
  GLO_NETWORK = 0, GLO_EDGE = 1, GLO_LANE = 2, GLO_JUNCTION = 4,
  GLO_CROSSING = 5, GLO_CONNECTION = 6, GLO_PROHIBITION = 7, GLO_TLLOGIC = 8,
  GLO_DETECTOR = 16, GLO_TRIGGER = 64, GLO_ADDITIONAL = GLO_DETECTOR | GLO_TRIGGER, GLO_POLYGON = 128,
  GLO_POI = 256, GLO_VEHICLE = 512, GLO_PERSON = 1024, GLO_CONTAINER = 2048,
  GLO_MAX = 4096
}
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Sept 2002
Version
Id
GUIGlObjectTypes.h 22608 2017-01-17 06:28:54Z behrisch

Definition in file GUIGlObjectTypes.h.

Enumeration Type Documentation

◆ 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.

Enumerator
GLO_NETWORK 

The network - empty.

GLO_EDGE 

an edge

GLO_LANE 

a lane

GLO_JUNCTION 

a junction

GLO_CROSSING 

a tl-logic

GLO_CONNECTION 

a connection

GLO_PROHIBITION 

a prohibition

GLO_TLLOGIC 

a tl-logic

GLO_DETECTOR 

a detector

GLO_TRIGGER 

a lane speed trigger,

GLO_ADDITIONAL 

compound additional

GLO_POLYGON 

a polygon

GLO_POI 

a poi

GLO_VEHICLE 

a vehicles

GLO_PERSON 

a person

GLO_CONTAINER 

a container

GLO_MAX 

empty max

Definition at line 47 of file GUIGlObjectTypes.h.