|
tesseract v5.3.3.20231005
|
Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
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 | tesseract::create_fx_win () |
| void | tesseract::clear_fx_win () |
| void | tesseract::create_fxdebug_win () |
Variables | |
| ScrollView * | tesseract::fx_win = nullptr |
| #define BLN_MAX 512 |
Definition at line 37 of file drawfx.cpp.
| #define DEBUG_WIN_NAME "FXDebug" |
Definition at line 40 of file drawfx.cpp.
| #define FXDEMOWIN "FXDemo" |
Definition at line 32 of file drawfx.cpp.
| #define FXDEMOXPOS 250 |
Definition at line 33 of file drawfx.cpp.
| #define FXDEMOXSIZE 600 |
Definition at line 35 of file drawfx.cpp.
| #define FXDEMOYPOS 0 |
Definition at line 34 of file drawfx.cpp.
| #define FXDEMOYSIZE 256 |
Definition at line 36 of file drawfx.cpp.
| #define WERDWIDTH (BLN_MAX * 20) |
Definition at line 38 of file drawfx.cpp.