#include <tgfclient.h>
#include "gui.h"
Go to the source code of this file.
|
| void | gfuiObjectInit (void) |
| |
| void | gfuiPrintString (int x, int y, GfuiFontClass *font, const char *string) |
| |
| void | GfuiPrintString (const char *text, float *fgColor, int font, int x, int y, int align) |
| |
| int | GfuiFontHeight (int font) |
| |
| int | GfuiFontWidth (int font, const char *text) |
| |
| void | GfuiDrawCursor () |
| |
| void | GfuiDraw (tGfuiObject *obj) |
| |
| static int | gfuiMouseIn (tGfuiObject *obj) |
| |
| void | GfuiUnSelectCurrent (void) |
| | Remove the focus on the current element. More...
|
| |
| static void | gfuiLoseFocus (tGfuiObject *obj) |
| |
| static void | gfuiSetFocus (tGfuiObject *obj) |
| |
| void | gfuiUpdateFocus (void) |
| |
| void | gfuiSelectNext (void *) |
| |
| void | gfuiSelectPrev (void *) |
| |
| void | gfuiSelectId (void *scr, int id) |
| |
| int | GfuiVisibilitySet (void *scr, int id, int visible) |
| | Set/unset the visibility attribute of an object. More...
|
| |
| int | GfuiEnable (void *scr, int id, int flag) |
| | Enable / Disable an object. More...
|
| |
| void | gfuiMouseAction (void *vaction) |
| |
| void | gfuiAddObject (tGfuiScreen *screen, tGfuiObject *object) |
| |
| tGfuiObject * | gfuiGetObject (void *scr, int id) |
| |
| void | gfuiReleaseObject (tGfuiObject *curObject) |
| |
◆ SCALE
◆ gfuiAddObject()
◆ GfuiDraw()
◆ GfuiDrawCursor()
◆ GfuiFontHeight()
| int GfuiFontHeight |
( |
int |
font | ) |
|
◆ GfuiFontWidth()
| int GfuiFontWidth |
( |
int |
font, |
|
|
const char * |
text |
|
) |
| |
◆ gfuiGetObject()
◆ gfuiLoseFocus()
◆ gfuiMouseAction()
| void gfuiMouseAction |
( |
void * |
vaction | ) |
|
◆ gfuiMouseIn()
◆ gfuiObjectInit()
| void gfuiObjectInit |
( |
void |
| ) |
|
◆ gfuiPrintString()
| void gfuiPrintString |
( |
int |
x, |
|
|
int |
y, |
|
|
GfuiFontClass * |
font, |
|
|
const char * |
string |
|
) |
| |
◆ GfuiPrintString()
| void GfuiPrintString |
( |
const char * |
text, |
|
|
float * |
fgColor, |
|
|
int |
font, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
align |
|
) |
| |
◆ gfuiReleaseObject()
◆ gfuiSelectId()
| void gfuiSelectId |
( |
void * |
scr, |
|
|
int |
id |
|
) |
| |
◆ gfuiSelectNext()
| void gfuiSelectNext |
( |
void * |
| ) |
|
◆ gfuiSelectPrev()
| void gfuiSelectPrev |
( |
void * |
| ) |
|
◆ gfuiSetFocus()
◆ gfuiUpdateFocus()
| void gfuiUpdateFocus |
( |
void |
| ) |
|