 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef GUICursorSubSys_h
17 #define GUICursorSubSys_h
static GUICursorSubSys * myInstance
instance of GUICursorSubSys
static void initCursors(FXApp *a)
Initiate GUICursorSubSys.
static FXCursor * getCursor(GUICursor which)
returns a cursor previously defined in the enum GUICursor
~GUICursorSubSys()
destructor
GUICursor
An enumeration of cursors used by the gui applications.
static void close()
close GUICursorSubSys
@ CURSOR_MAX
max number of cursors
FXCursor * myCursors[CURSOR_MAX]
vector with the icons
GUICursorSubSys(FXApp *a)
constructor is private because is called by the static function init(FXApp* a)