Go to the source code of this file.
|
| void | gfuiReleaseObject (tGfuiObject *curObject) |
| |
| void | GfuiDrawCursor () |
| |
| void | GfuiDraw (tGfuiObject *obj) |
| |
| void | gfuiUpdateFocus () |
| |
| void | gfuiPrintString (int x, int y, GfuiFontClass *font, const char *string) |
| |
| void | gfuiMouseAction (void *action) |
| |
| void | gfuiSelectNext (void *) |
| |
| void | gfuiSelectPrev (void *) |
| |
| void | gfuiSelectId (void *scr, int id) |
| |
| void | gfuiAddObject (tGfuiScreen *screen, tGfuiObject *object) |
| |
| tGfuiObject * | gfuiGetObject (void *scr, int id) |
| |
| void | gfuiSetLabelText (tGfuiObject *object, tGfuiLabel *label, const char *text) |
| |
| void | gfuiDrawLabel (tGfuiObject *obj) |
| |
| void | gfuiDrawButton (tGfuiObject *obj) |
| |
| void | gfuiButtonAction (int action) |
| |
| void | gfuiDrawGrButton (tGfuiObject *obj) |
| |
| void | gfuiGrButtonAction (int action) |
| |
| void | gfuiDrawScrollist (tGfuiObject *obj) |
| |
| void | gfuiScrollListAction (int mouse) |
| |
| void | gfuiDrawEditbox (tGfuiObject *obj) |
| |
| void | gfuiEditboxAction (int action) |
| |
| void | gfuiInit (void) |
| |
| void | gfuiButtonInit (void) |
| |
| void | gfuiHelpInit (void) |
| |
| void | gfuiLabelInit (void) |
| |
| void | gfuiObjectInit (void) |
| |
| void | gfuiEditboxInit (void) |
| |
| void | gfuiReleaseLabel (tGfuiObject *obj) |
| |
| void | gfuiReleaseButton (tGfuiObject *obj) |
| |
| void | gfuiReleaseGrButton (tGfuiObject *obj) |
| |
| void | gfuiReleaseScrollist (tGfuiObject *curObject) |
| |
| void | gfuiReleaseScrollbar (tGfuiObject *curObject) |
| |
| void | gfuiReleaseEditbox (tGfuiObject *curObject) |
| |
| void | gfuiLoadFonts (void) |
| |
| void | gfuiEditboxKey (tGfuiObject *obj, int key, int modifier) |
| |
| void | gfuiScrollListNextElt (tGfuiObject *object) |
| |
| void | gfuiScrollListPrevElt (tGfuiObject *object) |
| |
| void | gfuiReleaseImage (tGfuiObject *obj) |
| |
| void | gfuiDrawImage (tGfuiObject *obj) |
| |
◆ GFUI_BGBTNCLICK
| #define GFUI_BGBTNCLICK 3 |
Definition at line 30 of file gui.h.
◆ GFUI_BGBTNDISABLED
| #define GFUI_BGBTNDISABLED 5 |
Definition at line 32 of file gui.h.
◆ GFUI_BGBTNENABLED
| #define GFUI_BGBTNENABLED 4 |
Definition at line 31 of file gui.h.
◆ GFUI_BGBTNFOCUS
| #define GFUI_BGBTNFOCUS 2 |
Definition at line 29 of file gui.h.
◆ GFUI_BGCOLOR
Definition at line 27 of file gui.h.
◆ GFUI_BGSCROLLIST
| #define GFUI_BGSCROLLIST 16 |
Definition at line 43 of file gui.h.
◆ GFUI_BGSELSCROLLIST
| #define GFUI_BGSELSCROLLIST 18 |
Definition at line 45 of file gui.h.
◆ GFUI_BTN_DISABLE
| #define GFUI_BTN_DISABLE 0 |
Definition at line 90 of file gui.h.
◆ GFUI_BTN_PUSH
Definition at line 95 of file gui.h.
◆ GFUI_BTN_PUSHED
| #define GFUI_BTN_PUSHED 2 |
Definition at line 92 of file gui.h.
◆ GFUI_BTN_RELEASED
| #define GFUI_BTN_RELEASED 1 |
Definition at line 91 of file gui.h.
◆ GFUI_BTN_STATE
Definition at line 96 of file gui.h.
◆ GFUI_BTNCLICK
Definition at line 34 of file gui.h.
◆ GFUI_BTNDISABLED
| #define GFUI_BTNDISABLED 9 |
Definition at line 36 of file gui.h.
◆ GFUI_BTNENABLED
| #define GFUI_BTNENABLED 8 |
Definition at line 35 of file gui.h.
◆ GFUI_BTNFOCUS
Definition at line 33 of file gui.h.
◆ GFUI_COLORNB
Definition at line 24 of file gui.h.
◆ GFUI_EDITCURSORCLR
| #define GFUI_EDITCURSORCLR 20 |
Definition at line 47 of file gui.h.
◆ GFUI_FGSCROLLIST
| #define GFUI_FGSCROLLIST 17 |
Definition at line 44 of file gui.h.
◆ GFUI_FGSELSCROLLIST
| #define GFUI_FGSELSCROLLIST 19 |
Definition at line 46 of file gui.h.
◆ GFUI_FOCUS_MOUSE_CLICK
| #define GFUI_FOCUS_MOUSE_CLICK 2 |
◆ GFUI_FOCUS_MOUSE_MOVE
| #define GFUI_FOCUS_MOUSE_MOVE 1 |
◆ GFUI_FOCUS_NONE
| #define GFUI_FOCUS_NONE 0 |
◆ GFUI_HELPCOLOR1
| #define GFUI_HELPCOLOR1 14 |
Definition at line 41 of file gui.h.
◆ GFUI_HELPCOLOR2
| #define GFUI_HELPCOLOR2 15 |
Definition at line 42 of file gui.h.
◆ GFUI_IMAGE
Definition at line 48 of file gui.h.
◆ GFUI_LABELCOLOR
| #define GFUI_LABELCOLOR 10 |
Definition at line 37 of file gui.h.
◆ GFUI_MOUSECOLOR1
| #define GFUI_MOUSECOLOR1 12 |
Definition at line 39 of file gui.h.
◆ GFUI_MOUSECOLOR2
| #define GFUI_MOUSECOLOR2 13 |
Definition at line 40 of file gui.h.
◆ GFUI_TIPCOLOR
Definition at line 38 of file gui.h.
◆ GFUI_TITLECOLOR
| #define GFUI_TITLECOLOR 1 |
Definition at line 28 of file gui.h.
◆ tGfuiKey
◆ tGfuiListElement
◆ tGfuiObject
◆ gfuiAddObject()
◆ gfuiButtonAction()
| void gfuiButtonAction |
( |
int |
action | ) |
|
◆ gfuiButtonInit()
| void gfuiButtonInit |
( |
void |
| ) |
|
◆ GfuiDraw()
◆ gfuiDrawButton()
◆ GfuiDrawCursor()
◆ gfuiDrawEditbox()
◆ gfuiDrawGrButton()
◆ gfuiDrawImage()
◆ gfuiDrawLabel()
◆ gfuiDrawScrollist()
◆ gfuiEditboxAction()
| void gfuiEditboxAction |
( |
int |
action | ) |
|
◆ gfuiEditboxInit()
| void gfuiEditboxInit |
( |
void |
| ) |
|
◆ gfuiEditboxKey()
| void gfuiEditboxKey |
( |
tGfuiObject * |
obj, |
|
|
int |
key, |
|
|
int |
modifier |
|
) |
| |
◆ gfuiGetObject()
◆ gfuiGrButtonAction()
| void gfuiGrButtonAction |
( |
int |
action | ) |
|
◆ gfuiHelpInit()
| void gfuiHelpInit |
( |
void |
| ) |
|
◆ gfuiInit()
◆ gfuiLabelInit()
| void gfuiLabelInit |
( |
void |
| ) |
|
◆ gfuiLoadFonts()
| void gfuiLoadFonts |
( |
void |
| ) |
|
◆ gfuiMouseAction()
| void gfuiMouseAction |
( |
void * |
action | ) |
|
◆ gfuiObjectInit()
| void gfuiObjectInit |
( |
void |
| ) |
|
◆ gfuiPrintString()
| void gfuiPrintString |
( |
int |
x, |
|
|
int |
y, |
|
|
GfuiFontClass * |
font, |
|
|
const char * |
string |
|
) |
| |
◆ gfuiReleaseButton()
◆ gfuiReleaseEditbox()
◆ gfuiReleaseGrButton()
◆ gfuiReleaseImage()
◆ gfuiReleaseLabel()
◆ gfuiReleaseObject()
◆ gfuiReleaseScrollbar()
◆ gfuiReleaseScrollist()
◆ gfuiScrollListAction()
| void gfuiScrollListAction |
( |
int |
mouse | ) |
|
◆ gfuiScrollListNextElt()
◆ gfuiScrollListPrevElt()
◆ gfuiSelectId()
| void gfuiSelectId |
( |
void * |
scr, |
|
|
int |
id |
|
) |
| |
◆ gfuiSelectNext()
| void gfuiSelectNext |
( |
void * |
| ) |
|
◆ gfuiSelectPrev()
| void gfuiSelectPrev |
( |
void * |
| ) |
|
◆ gfuiSetLabelText()
◆ gfuiUpdateFocus()
◆ GfuiColor
◆ GfuiMouse
◆ GfuiMouseHW
◆ GfuiScreen