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  GUICursor { SUMOCURSOR_DEFAULT, SUMOCURSOR_MOVE, CURSOR_MAX }
 An enumeration of cursors used by the gui applications. More...
 

Detailed Description

Author
Pablo Alvarez Lopez
Date
Nov 2018
Version
$Id$

Definition in file GUICursors.h.

Enumeration Type Documentation

◆ GUICursor

enum GUICursor

An enumeration of cursors used by the gui applications.

Enumerator
SUMOCURSOR_DEFAULT 

default cursor

SUMOCURSOR_MOVE 

move cursor

CURSOR_MAX 

max number of cursors

Definition at line 34 of file GUICursors.h.