|
tesseract
5.0.0-alpha-619-ge9db
|
Go to the source code of this file.
Macros | |
| #define | FXDEMOWIN "FXDemo" |
| #define | FXDEMOXPOS 250 |
| #define | FXDEMOYPOS 0 |
| #define | FXDEMOXSIZE 600 |
| #define | FXDEMOYSIZE 256 |
| #define | BLN_MAX 512 |
| #define | WERDWIDTH (BLN_MAX*20) |
| #define | DEBUG_WIN_NAME "FXDebug" |
Functions | |
| void | create_fx_win () |
| void | clear_fx_win () |
| void | create_fxdebug_win () |
Variables | |
| char * | fx_debugfile = "FXDebug" |
| ScrollView * | fx_win = nullptr |
| FILE * | fx_debug = nullptr |
| #define BLN_MAX 512 |
Definition at line 33 of file drawfx.cpp.
| #define DEBUG_WIN_NAME "FXDebug" |
Definition at line 36 of file drawfx.cpp.
| #define FXDEMOWIN "FXDemo" |
Definition at line 28 of file drawfx.cpp.
| #define FXDEMOXPOS 250 |
Definition at line 29 of file drawfx.cpp.
| #define FXDEMOXSIZE 600 |
Definition at line 31 of file drawfx.cpp.
| #define FXDEMOYPOS 0 |
Definition at line 30 of file drawfx.cpp.
| #define FXDEMOYSIZE 256 |
Definition at line 32 of file drawfx.cpp.
| #define WERDWIDTH (BLN_MAX*20) |
Definition at line 34 of file drawfx.cpp.
| void clear_fx_win | ( | ) |
Definition at line 60 of file drawfx.cpp.
| void create_fx_win | ( | ) |
Definition at line 48 of file drawfx.cpp.
| void create_fxdebug_win | ( | ) |
Definition at line 75 of file drawfx.cpp.
| FILE* fx_debug = nullptr |
Definition at line 41 of file drawfx.cpp.
| char* fx_debugfile = "FXDebug" |
"Name of debugfile"
Definition at line 38 of file drawfx.cpp.
| ScrollView* fx_win = nullptr |
Definition at line 40 of file drawfx.cpp.