tesseract v5.3.3.20231005
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 183 of file pgedit.cpp.

Member Function Documentation

◆ Notify()

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

Reimplemented from tesseract::SVEventHandler.

Definition at line 185 of file pgedit.cpp.

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

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