#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 |
|
inline |
|
inline |
| SVEvent::SVEvent | ( | const SVEvent & | ) |
| SVEvent * SVEvent::copy | ( | ) |
| int SVEvent::command_id |
| int SVEvent::counter |
| char* SVEvent::parameter |
| SVEventType SVEvent::type |
| ScrollView* SVEvent::window |
| int SVEvent::x |
| int SVEvent::x_size |
| int SVEvent::y |
| int SVEvent::y_size |