|
gwenhywfar
5.10.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/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 583 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.
Referenced by main().


| int test10 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 464 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_PasswordMethod_Text, 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 525 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 555 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().
Referenced by main().


| int test4 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 197 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 259 of file fox16/libtest.cpp.
References CppGui::getCInterface(), and GWEN_Gui_SetGui().
Referenced by main().


| int test6 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 313 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 376 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 402 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 433 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.14