tesseract
5.0.0-alpha-619-ge9db
|
Go to the source code of this file.
Enumerations | |
enum | C_COL { Black, White, Red, Yellow, Green, Cyan, Blue, Magenta, Aquamarine, Dark_SLATE_BLUE, Light_BLUE, Medium_BLUE, Midnight_BLUE, Navy_BLUE, Sky_BLUE, Slate_BLUE, Steel_BLUE, Coral, Brown, Sandy_BROWN, Gold, GoldENROD, Dark_GREEN, Dark_OLIVE_GREEN, Forest_GREEN, Lime_GREEN, Pale_GREEN, Yellow_GREEN, Light_GREY, Dark_SLATE_GREY, Dim_GREY, Grey, Khaki, Maroon, Orange, Orchid, Pink, Plum, Indian_RED, Orange_RED, Violet_RED, Salmon, Tan, Turqoise, Dark_TURQUOISE, Violet, Wheat, Green_YELLOW } |
Functions | |
void | cprintf (const char *format,...) |
ScrollView * | c_create_window (const char *name, int16_t xpos, int16_t ypos, int16_t xsize, int16_t ysize, double xmin, double xmax, double ymin, double ymax) |
void | c_line_color_index (void *win, C_COL index) |
void | c_move (void *win, double x, double y) |
void | c_draw (void *win, double x, double y) |
void | c_make_current (void *win) |
void | c_clear_window (void *win) |
char | window_wait (ScrollView *win) |
enum C_COL |
Definition at line 26 of file callcpp.h.
void c_clear_window | ( | void * | win | ) |
Definition at line 96 of file callcpp.cpp.
ScrollView* c_create_window | ( | const char * | name, |
int16_t | xpos, | ||
int16_t | ypos, | ||
int16_t | xsize, | ||
int16_t | ysize, | ||
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 47 of file callcpp.cpp.
void c_draw | ( | void * | win, |
double | x, | ||
double | y | ||
) |
Definition at line 80 of file callcpp.cpp.
void c_line_color_index | ( | void * | win, |
C_COL | index | ||
) |
Definition at line 62 of file callcpp.cpp.
void c_make_current | ( | void * | win | ) |
Definition at line 89 of file callcpp.cpp.
void c_move | ( | void * | win, |
double | x, | ||
double | y | ||
) |
Definition at line 71 of file callcpp.cpp.
void cprintf | ( | const char * | format, |
... | |||
) |
Definition at line 32 of file callcpp.cpp.
char window_wait | ( | ScrollView * | win | ) |
Definition at line 103 of file callcpp.cpp.