|
gwenhywfar
5.10.1
|
#include "qt5_gui.hpp"#include "../testdialogs/dlg_test.h"#include <gwenhywfar/gwenhywfar.h>#include <gwenhywfar/gui.h>#include <gwenhywfar/dialog.h>#include <gwenhywfar/debug.h>#include <QApplication>#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 | test2 (int argc, char **argv) |
| int | test3 (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 159 of file qt5/libtest.cpp.
References test1().

| int test1 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 16 of file qt5/libtest.cpp.
References DBG_ERROR_ERR, Dlg_Test1_new(), CppGui::getCInterface(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_Init(), GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Info, and NULL.
Referenced by main().


| int test2 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 48 of file qt5/libtest.cpp.
References DBG_ERROR_ERR, CppGui::getCInterface(), GWEN_Gui_MessageBox(), GWEN_GUI_MSG_FLAGS_TYPE_INFO, GWEN_GUI_PROGRESS_KEEP_OPEN, GWEN_GUI_PROGRESS_SHOW_PROGRESS, GWEN_Gui_ProgressAdvance(), GWEN_Gui_ProgressEnd(), GWEN_Gui_ProgressStart(), GWEN_Gui_SetGui(), GWEN_Init(), GWEN_Logger_SetLevel(), and GWEN_LoggerLevel_Info.

| int test3 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 99 of file qt5/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.

1.8.14