59 if (cursor.second !=
nullptr) {
60 cursor.second->create();
const unsigned char Delete_cursor[]
GUICursor
An enumeration of cursors used by the gui applications.
@ MOVEELEMENT
move element cursor
@ MOVEVIEW
move view cursor
@ SELECT_LANE
select lanecursor
@ DELETE_CURSOR
delete cursor
@ INSPECT_LANE
inspect lane cursor
const unsigned char Inspect_cursor[]
const unsigned char InspectLane_cursor[]
const unsigned char MoveElement_cursor[]
const unsigned char Select_cursor[]
const unsigned char SelectLane_cursor[]
static FXCursor * getCursor(GUICursor which)
returns a cursor previously defined in the enum GUICursor
std::map< GUICursor, FXCursor * > myCursors
vector with the icons
static void close()
close GUICursorSubSys
static void initCursors(FXApp *a)
Initiate GUICursorSubSys.
GUICursorSubSys(FXApp *a)
constructor is private because is called by the static function init(FXApp* a)
static GUICursorSubSys * myInstance
instance of GUICursorSubSys
~GUICursorSubSys()
destructor