17 #ifndef GUIIconSubSys_h 18 #define GUIIconSubSys_h GUIIcon
An enumeration of icons used by the gui applications.
static void initIcons(FXApp *a)
Initiate GUIIconSubSys.
static GUIIconSubSys * myInstance
instance of GUIIconSubSys
FXIcon * myIcons[ICON_MAX]
vector with the icons
static void close()
close GUIIconSubSys
~GUIIconSubSys()
destructor
GUIIconSubSys(FXApp *a)
constructor is private because is called by the static function init(FXApp* a)
static FXIcon * getIcon(GUIIcon which)
returns a icon previously defined in the enum GUIIcon