tesseract 5.2.0
Loading...
Searching...
No Matches
tesseract::BlnEventHandler Class Reference
Inheritance diagram for tesseract::BlnEventHandler:
tesseract::SVEventHandler

Public Member Functions

void Notify (const SVEvent *sv_event) override
 
- Public Member Functions inherited from tesseract::SVEventHandler
virtual ~SVEventHandler ()
 
virtual void Notify (const SVEvent *sve)
 

Detailed Description

Definition at line 182 of file pgedit.cpp.

Member Function Documentation

◆ Notify()

void tesseract::BlnEventHandler::Notify ( const SVEvent sv_event)
inlineoverridevirtual

Reimplemented from tesseract::SVEventHandler.

Definition at line 184 of file pgedit.cpp.

184 {
185 if (sv_event->type == SVET_DESTROY) {
186 bln_word_window = nullptr;
187 } else if (sv_event->type == SVET_CLICK) {
188 show_point(current_page_res, sv_event->x, sv_event->y);
189 }
190 }
@ SVET_DESTROY
Definition: scrollview.h:53
@ SVET_CLICK
Definition: scrollview.h:55

The documentation for this class was generated from the following file: