|
tesseract
4.00.00dev
|
#include <stdarg.h>#include <limits.h>#include <string.h>#include <map>#include <utility>#include <algorithm>#include <vector>#include <string>#include <cstring>#include <climits>#include "scrollview.h"#include "svutil.h"#include "allheaders.h"Go to the source code of this file.
Classes | |
| struct | SVPolyLineBuffer |
Variables | |
| const int | kSvPort = 8461 |
| const int | kMaxMsgSize = 4096 |
| const int | kMaxIntPairSize = 45 |
| int | table_colors [ScrollView::GREEN_YELLOW+1][4] |
| const int kMaxIntPairSize = 45 |
Definition at line 47 of file scrollview.cpp.
| const int kMaxMsgSize = 4096 |
Definition at line 46 of file scrollview.cpp.
| const int kSvPort = 8461 |
Definition at line 45 of file scrollview.cpp.
| int table_colors[ScrollView::GREEN_YELLOW+1][4] |
Definition at line 189 of file scrollview.cpp.