tesseract
4.0.0-1-g2a2b
|
#include <scrollview.h>
Public Member Functions | |
~SVEvent () | |
SVEvent * | copy () |
SVEvent () | |
SVEvent (const SVEvent &) | |
SVEvent & | operator= (const SVEvent &) |
Public Attributes | |
SVEventType | type |
ScrollView * | window |
int | x |
int | y |
int | x_size |
int | y_size |
int | command_id |
char * | parameter |
int | counter |
Definition at line 61 of file scrollview.h.
|
inline |
Definition at line 62 of file scrollview.h.
|
inline |
Definition at line 74 of file scrollview.h.
SVEvent::SVEvent | ( | const SVEvent & | ) |
SVEvent * SVEvent::copy | ( | ) |
Definition at line 61 of file scrollview.cpp.
int SVEvent::command_id |
Definition at line 70 of file scrollview.h.
int SVEvent::counter |
Definition at line 72 of file scrollview.h.
char* SVEvent::parameter |
Definition at line 71 of file scrollview.h.
SVEventType SVEvent::type |
Definition at line 64 of file scrollview.h.
ScrollView* SVEvent::window |
Definition at line 65 of file scrollview.h.
int SVEvent::x |
Definition at line 66 of file scrollview.h.
int SVEvent::x_size |
Definition at line 68 of file scrollview.h.
int SVEvent::y |
Definition at line 67 of file scrollview.h.
int SVEvent::y_size |
Definition at line 69 of file scrollview.h.