|
Tesseract
3.02
|
#include <bbgrid.h>
Public Member Functions | |
| TabEventHandler (G *grid) | |
| void | Notify (const SVEvent *sv_event) |
| tesseract::TabEventHandler< G >::TabEventHandler | ( | G * | grid | ) | [inline, explicit] |
| void tesseract::TabEventHandler< G >::Notify | ( | const SVEvent * | sv_event | ) | [inline, virtual] |
Reimplemented from SVEventHandler.
Definition at line 577 of file bbgrid.h.
{
if (sv_event->type == SVET_CLICK) {
grid_->HandleClick(sv_event->x, sv_event->y);
}
}