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

Method AddEventHandler

deps/tesseract/viewer/scrollview.cpp:418–420  ·  view source on GitHub ↗

Add an Event Listener to this ScrollView Window

Source from the content-addressed store, hash-verified

416
417/// Add an Event Listener to this ScrollView Window
418void ScrollView::AddEventHandler(SVEventHandler* listener) {
419 event_handler_ = listener;
420}
421
422void ScrollView::Signal() {
423 semaphore_->Signal();

Callers 4

bln_word_window_handleFunction · 0.80
pgeditor_mainMethod · 0.80
MakeWindowMethod · 0.80
SVPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected