tesseract 5.2.0
|
#include <scrollview.h>
Public Member Functions | |
~SVEvent () | |
SVEvent * | copy () const |
SVEvent ()=default | |
SVEvent (const SVEvent &) | |
SVEvent & | operator= (const SVEvent &) |
Public Attributes | |
SVEventType | type = SVET_DESTROY |
ScrollView * | window = nullptr |
char * | parameter = nullptr |
int | x = 0 |
int | y = 0 |
int | x_size = 0 |
int | y_size = 0 |
int | command_id = 0 |
int | counter = 0 |
Definition at line 68 of file scrollview.h.
|
inline |
Definition at line 69 of file scrollview.h.
|
default |
tesseract::SVEvent::SVEvent | ( | const SVEvent & | ) |
SVEvent * tesseract::SVEvent::copy | ( | ) | const |
Definition at line 63 of file scrollview.cpp.
int tesseract::SVEvent::command_id = 0 |
Definition at line 80 of file scrollview.h.
int tesseract::SVEvent::counter = 0 |
Definition at line 81 of file scrollview.h.
char* tesseract::SVEvent::parameter = nullptr |
Definition at line 75 of file scrollview.h.
SVEventType tesseract::SVEvent::type = SVET_DESTROY |
Definition at line 73 of file scrollview.h.
ScrollView* tesseract::SVEvent::window = nullptr |
Definition at line 74 of file scrollview.h.
int tesseract::SVEvent::x = 0 |
Definition at line 76 of file scrollview.h.
int tesseract::SVEvent::x_size = 0 |
Definition at line 78 of file scrollview.h.
int tesseract::SVEvent::y = 0 |
Definition at line 77 of file scrollview.h.
int tesseract::SVEvent::y_size = 0 |
Definition at line 79 of file scrollview.h.