SUMO - Simulation of Urban MObility
GNEViewNet.h File Reference
Include dependency graph for GNEViewNet.h:

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,
  GNE_MODE_ADDITIONAL, GNE_MODE_CROSSING
}
 

Detailed Description

Author
Jakob Erdmann
Date
Feb 2011
Version
Id
GNEViewNet.h 24109 2017-04-27 20:27:11Z behrisch

Definition in file GNEViewNet.h.

Enumeration Type Documentation

◆ EditMode

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

GNE_MODE_ADDITIONAL 

Mode for editing additionals.

GNE_MODE_CROSSING 

Mode for editing crossing.

Definition at line 47 of file GNEViewNet.h.