|
gwenhywfar
4.8.0beta
|
#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/gwenhywfar.h>#include <gwenhywfar/debug.h>#include <gwenhywfar/passwdstore.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int | test1 (int argc, char **argv) |
| int | test10 (int argc, char **argv) |
| int | test11 (int argc, char **argv) |
| int | test12 (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 | ||
| ) |
Definition at line 584 of file fox16/libtest.cpp.
References GWEN_Init(), GWEN_LOGDOMAIN, GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Debug, GWEN_LoggerLevel_Info, test1(), test10(), test11(), test12(), test2(), test3(), test4(), test5(), test6(), test7(), test8(), and test9().
| int test1 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_Gui_SetGui(), and NULL.
| int test10 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 466 of file fox16/libtest.cpp.
References DBG_ERROR, Dlg_Test2_new(), CppGui::getCInterface(), GWEN_DB_Group_new(), GWEN_Gui_ExecDialog(), GWEN_Gui_GetPassword(), GWEN_Gui_SetGui(), GWEN_LOGDOMAIN, GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Debug, GWEN_LoggerLevel_Verbous, GWEN_PasswordStore_new(), NULL, CppGui::setPasswordDb(), and CppGui::setPasswordStore().
Referenced by main().
| int test11 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 526 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_GUI_INPUT_FLAGS_SHOW, GWEN_Gui_InputBox(), and GWEN_Gui_SetGui().
Referenced by main().
| int test12 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 556 of file fox16/libtest.cpp.
References CppGui::getCInterface(), GWEN_GUI_INPUT_FLAGS_SHOW, GWEN_Gui_InputBox(), and GWEN_Gui_SetGui().
Referenced by main().
| int test2 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 82 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 145 of file fox16/libtest.cpp.
References CppGui::getCInterface(), and GWEN_Gui_SetGui().
| int test4 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 198 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 260 of file fox16/libtest.cpp.
References CppGui::getCInterface(), and GWEN_Gui_SetGui().
Referenced by main().
| int test6 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 315 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 378 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 404 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 435 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().
1.8.1.2