|
gwenhywfar
5.10.1
|
#include <gwenhywfar/gwenhywfarapi.h>#include <gwenhywfar/gui.h>

Go to the source code of this file.
Functions | |
| void | Test_Gui_FlushLogs (GWEN_GUI *gui) |
| void | TestGui_AddLogLine (GWEN_GUI *gui, const char *mark) |
| void | TestGui_Extend (GWEN_GUI *gui) |
| void | TestGui_SetLogFile (GWEN_GUI *gui, const char *fname) |
| void | TestGui_SetLogLastX (GWEN_GUI *gui, int i) |
| void | TestGui_Unextend (GWEN_GUI *gui) |
| void Test_Gui_FlushLogs | ( | GWEN_GUI * | gui | ) |
Definition at line 88 of file testgui.c.
References _writeLinesToFile(), GWEN_INHERIT_GETDATA, and GWEN_StringList_Clear().
Referenced by _finishGui().


| void TestGui_AddLogLine | ( | GWEN_GUI * | gui, |
| const char * | mark | ||
| ) |
Definition at line 133 of file testgui.c.
References _addLogLineToFile(), _addLogLineToList(), and GWEN_INHERIT_GETDATA.
Referenced by _logHook(), _runModule(), and _runTest().


| void TestGui_Extend | ( | GWEN_GUI * | gui | ) |
Definition at line 41 of file testgui.c.
References _freeData(), _logHook(), GWEN_Gui_SetLogHookFn(), GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, and GWEN_StringList_new().
Referenced by _setupGui().


| void TestGui_SetLogFile | ( | GWEN_GUI * | gui, |
| const char * | fname | ||
| ) |
Definition at line 149 of file testgui.c.
References GWEN_INHERIT_GETDATA, and NULL.
Referenced by _setupGui().

| void TestGui_SetLogLastX | ( | GWEN_GUI * | gui, |
| int | i | ||
| ) |
Definition at line 167 of file testgui.c.
References GWEN_INHERIT_GETDATA.
Referenced by _setupGui().

| void TestGui_Unextend | ( | GWEN_GUI * | gui | ) |
Definition at line 55 of file testgui.c.
References GWEN_FREE_OBJECT, GWEN_Gui_SetLogHookFn(), GWEN_INHERIT_GETDATA, GWEN_INHERIT_UNLINK, and GWEN_StringList_free().
Referenced by _finishGui().


1.8.14