tesseract
4.0.0-1-g2a2b
|
#include "drawedg.h"
Go to the source code of this file.
Macros | |
#define | IMAGE_WIN_NAME "Edges" |
#define | IMAGE_XPOS 250 |
#define | IMAGE_YPOS 0 |
Functions | |||||||
create_edges_window | |||||||
Create the edges window.
| |||||||
ScrollView * | create_edges_window (ICOORD page_tr) | ||||||
draw_raw_edge | |||||||
Draw the raw steps to the given window in the given colour.
| |||||||
void | draw_raw_edge (ScrollView *fd, CRACKEDGE *start, ScrollView::Color colour) | ||||||
#define IMAGE_WIN_NAME "Edges" |
title of window
Definition at line 31 of file drawedg.cpp.
#define IMAGE_XPOS 250 |
Definition at line 32 of file drawedg.cpp.
#define IMAGE_YPOS 0 |
default position
Definition at line 34 of file drawedg.cpp.
ScrollView* create_edges_window | ( | ICOORD | page_tr | ) |
Definition at line 43 of file drawedg.cpp.
void draw_raw_edge | ( | ScrollView * | fd, |
CRACKEDGE * | start, | ||
ScrollView::Color | colour | ||
) |
Definition at line 61 of file drawedg.cpp.