gwenhywfar 5.10.1
Functions
testgui_l.h File Reference
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/gui.h>
Include dependency graph for testgui_l.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ Test_Gui_FlushLogs()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestGui_AddLogLine()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestGui_Extend()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestGui_SetLogFile()

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().

Here is the caller graph for this function:

◆ TestGui_SetLogLastX()

void TestGui_SetLogLastX ( GWEN_GUI gui,
int  i 
)

Definition at line 167 of file testgui.c.

References GWEN_INHERIT_GETDATA.

Referenced by _setupGui().

Here is the caller graph for this function:

◆ TestGui_Unextend()

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().

Here is the call graph for this function:
Here is the caller graph for this function: