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

Public Member Functions

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

Detailed Description

Definition at line 201 of file pgedit.cpp.

Member Function Documentation

◆ Notify()

void BlnEventHandler::Notify ( const SVEvent sv_event)
inlineoverridevirtual

Reimplemented from SVEventHandler.

Definition at line 203 of file pgedit.cpp.

203 {
204 if (sv_event->type == SVET_DESTROY)
205 bln_word_window = nullptr;
206 else if (sv_event->type == SVET_CLICK)
207 show_point(current_page_res, sv_event->x, sv_event->y);
208 }
@ SVET_CLICK
Definition: scrollview.h:48
@ SVET_DESTROY
Definition: scrollview.h:46
int x
Definition: scrollview.h:67
SVEventType type
Definition: scrollview.h:64
int y
Definition: scrollview.h:68

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