gwenhywfar
4.3.1
|
#include <gwen-gui-fox16/fox16_gui.hpp>
#include "fox16_htmlctx.hpp"
#include "fox16_htmllabel.hpp"
#include "fox16_htmltext.hpp"
#include "../testdialogs/dlg_test.h"
#include "../testdialogs/dlg_test2.h"
#include <gwenhywfar/debug.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int | test1 (int argc, char **argv) |
int | test2 (int argc, char **argv) |
int | test3 (int argc, char **argv) |
int | test4 (int argc, char **argv) |
int | test5 (int argc, char **argv) |
int | test6 (int argc, char **argv) |
int | test7 (int argc, char **argv) |
int | test8 (int argc, char **argv) |
int | test9 (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
int test1 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_Gui_SetGui(), and NULL.
int test2 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 78 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_ERROR_USER_ABORTED, GWEN_GUI_PROGRESS_DELAY, GWEN_GUI_PROGRESS_KEEP_OPEN, GWEN_GUI_PROGRESS_SHOW_ABORT, GWEN_GUI_PROGRESS_SHOW_LOG, GWEN_Gui_ProgressAdvance(), GWEN_Gui_ProgressEnd(), GWEN_Gui_ProgressLog2(), GWEN_Gui_ProgressStart(), GWEN_Gui_SetGui(), and GWEN_LoggerLevel_Notice.
Referenced by main().
int test3 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 141 of file fox16/libtest.cpp.
References CppGui::getCInterface(), and GWEN_Gui_SetGui().
int test4 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 194 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_ERROR_USER_ABORTED, GWEN_GUI_PROGRESS_DELAY, GWEN_GUI_PROGRESS_KEEP_OPEN, GWEN_GUI_PROGRESS_SHOW_ABORT, GWEN_GUI_PROGRESS_SHOW_LOG, GWEN_Gui_ProgressAdvance(), GWEN_Gui_ProgressEnd(), GWEN_Gui_ProgressLog(), GWEN_Gui_ProgressStart(), GWEN_Gui_SetGui(), and GWEN_LoggerLevel_Notice.
Referenced by main().
int test5 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 256 of file fox16/libtest.cpp.
References CppGui::getCInterface(), and GWEN_Gui_SetGui().
Referenced by main().
int test6 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 311 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_ERROR_USER_ABORTED, GWEN_GUI_PROGRESS_DELAY, GWEN_GUI_PROGRESS_KEEP_OPEN, GWEN_GUI_PROGRESS_SHOW_ABORT, GWEN_GUI_PROGRESS_SHOW_LOG, GWEN_Gui_ProgressAdvance(), GWEN_Gui_ProgressEnd(), GWEN_Gui_ProgressLog(), GWEN_Gui_ProgressStart(), GWEN_Gui_SetGui(), and GWEN_LoggerLevel_Notice.
Referenced by main().
int test7 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 374 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_GUI_INPUT_FLAGS_SHOW, GWEN_Gui_InputBox(), and GWEN_Gui_SetGui().
Referenced by main().
int test8 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 400 of file fox16/libtest.cpp.
References Dlg_Test1_new(), CppGui::getCInterface(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_LOGDOMAIN, GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Debug, GWEN_LoggerLevel_Verbous, and NULL.
Referenced by main().
int test9 | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 431 of file fox16/libtest.cpp.
References Dlg_Test2_new(), CppGui::getCInterface(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_LOGDOMAIN, GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Debug, GWEN_LoggerLevel_Verbous, and NULL.
Referenced by main().