MCPcopy Create free account
hub / github.com/creatale/node-dv / SetCursor

Method SetCursor

deps/tesseract/viewer/scrollview.cpp:525–528  ·  view source on GitHub ↗

Sets the position from which to draw to (x,y).

Source from the content-addressed store, hash-verified

523
524// Sets the position from which to draw to (x,y).
525void ScrollView::SetCursor(int x, int y) {
526 SendPolygon();
527 DrawTo(x, y);
528}
529
530// Draws from the current position to (x,y) and sets the new position to it.
531void ScrollView::DrawTo(int x, int y) {

Callers 15

ClearFeatureSpaceWindowFunction · 0.80
RenderIntFeatureFunction · 0.80
RenderIntProtoFunction · 0.80
assign_blobs_to_rowsFunction · 0.80
plot_to_rowFunction · 0.80
plot_parallel_rowFunction · 0.80
draw_occupationFunction · 0.80
draw_meanlinesFunction · 0.80
draw_raw_edgeFunction · 0.80
ClickHandlerMethod · 0.80
plotMethod · 0.80
fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected