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

Go to the source code of this file.

Enumerations

enum class  GUICursor {
  DEFAULT , MOVEVIEW , SELECT , DELETE_CURSOR ,
  SELECT_LANE , INSPECT , INSPECT_LANE , MOVEELEMENT
}
 An enumeration of cursors used by the gui applications. More...
 

Detailed Description

Author
Pablo Alvarez Lopez
Date
Nov 2018

Definition in file GUICursors.h.

Enumeration Type Documentation

◆ GUICursor

enum GUICursor
strong

An enumeration of cursors used by the gui applications.

Enumerator
DEFAULT 

default cursor

MOVEVIEW 

move view cursor

SELECT 

select cursor

DELETE_CURSOR 

delete cursor

SELECT_LANE 

select lanecursor

INSPECT 

inspect cursor

INSPECT_LANE 

inspect lane cursor

MOVEELEMENT 

move element cursor

Definition at line 31 of file GUICursors.h.