Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BlnEventHandler Class Reference
Inheritance diagram for BlnEventHandler:
SVEventHandler

Public Member Functions

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

Detailed Description

Definition at line 156 of file pgedit.cpp.

Member Function Documentation

void BlnEventHandler::Notify ( const SVEvent sv_event)
inlinevirtual

Reimplemented from SVEventHandler.

Definition at line 158 of file pgedit.cpp.

158  {
159  if (sv_event->type == SVET_DESTROY)
161  else if (sv_event->type == SVET_CLICK)
162  show_point(current_page_res, sv_event->x, sv_event->y);
163  }
PAGE_RES * current_page_res
Definition: pgedit.cpp:127
#define NULL
Definition: host.h:144
void show_point(PAGE_RES *page_res, float x, float y)
Definition: pgedit.cpp:650
SVEventType type
Definition: scrollview.h:64
int x
Definition: scrollview.h:66
int y
Definition: scrollview.h:67
ScrollView * bln_word_window
Definition: pgedit.cpp:113

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