tesseract
5.0.0-alpha-619-ge9db
|
#include <scrollview.h>
Public Member Functions | |
~SVEvent () | |
SVEvent * | copy () |
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 60 of file scrollview.h.
|
inline |
Definition at line 61 of file scrollview.h.
|
default |
SVEvent::SVEvent | ( | const SVEvent & | ) |
SVEvent * SVEvent::copy | ( | ) |
Definition at line 59 of file scrollview.cpp.
int SVEvent::command_id = 0 |
Definition at line 70 of file scrollview.h.
int SVEvent::counter = 0 |
Definition at line 71 of file scrollview.h.
char* SVEvent::parameter = nullptr |
Definition at line 65 of file scrollview.h.
SVEventType SVEvent::type = SVET_DESTROY |
Definition at line 63 of file scrollview.h.
ScrollView* SVEvent::window = nullptr |
Definition at line 64 of file scrollview.h.
int SVEvent::x = 0 |
Definition at line 66 of file scrollview.h.
int SVEvent::x_size = 0 |
Definition at line 68 of file scrollview.h.
int SVEvent::y = 0 |
Definition at line 67 of file scrollview.h.
int SVEvent::y_size = 0 |
Definition at line 69 of file scrollview.h.