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
 
struct  GNEViewNet::CreateEdgeOptions
 struct used to group all variables related to create edges More...
 
struct  GNEViewNet::KeyPressed
 class used to group all variables related with key pressed after certain events More...
 
struct  GNEViewNet::MovedItems
 struct used to group all pointers to moved elements More...
 
struct  GNEViewNet::MoveMultipleElementValues
 struct used to group all variables related with movement of groups of elements More...
 
struct  GNEViewNet::MoveSingleElementValues
 struct used to group all variables related with movement of single elements More...
 
class  GNEViewNet::ObjectsUnderCursor
 FOX-declaration. More...
 
struct  GNEViewNet::SelectingArea
 struct used to group all variables related with selecting using a square or polygon More...
 
struct  GNEViewNet::TestingMode
 struct used to group all variables related with testing More...
 
struct  GNEViewNet::ViewOptions
 struct used to group all variables related to view options More...
 

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, GNE_MODE_TAZ, GNE_MODE_POLYGON,
  GNE_MODE_PROHIBITION
}
 

Detailed Description

Author
Jakob Erdmann
Date
Feb 2011
Version
$Id$

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.

GNE_MODE_TAZ 

Mode for editing TAZ.

GNE_MODE_POLYGON 

Mode for editing Polygons.

GNE_MODE_PROHIBITION 

Mode for editing connection prohibits.

Definition at line 42 of file GNEViewNet.h.