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

Go to the source code of this file.

Data Structures

class  GNEViewNet
 

Enumerations

enum  EditMode {
  GNE_MODE_DUMMY, GNE_MODE_CREATE_EDGE, GNE_MODE_MOVE, GNE_MODE_DELETE,
  GNE_MODE_INSPECT, GNE_MODE_SELECT, GNE_MODE_CONNECT, GNE_MODE_TLS
}
 

Detailed Description

Author
Jakob Erdmann
Date
Feb 2011
Version
Id
GNEViewNet.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file GNEViewNet.h.

Enumeration Type Documentation

enum EditMode
Enumerator
GNE_MODE_DUMMY 

placeholder mode

GNE_MODE_CREATE_EDGE 

mode for creating new edges

GNE_MODE_MOVE 

mode for moving things

GNE_MODE_DELETE 

mode for deleting things

GNE_MODE_INSPECT 

mode for inspecting object attributes

GNE_MODE_SELECT 

mode for selecting objects

GNE_MODE_CONNECT 

mode for connecting lanes

GNE_MODE_TLS 

mode for editing tls

Definition at line 46 of file GNEViewNet.h.