API Documentation
|
Public Types | |
enum | State { Steady , Pressed , ManualScroll , AutoScroll , Stop } |
Public Attributes | |
State | state |
int | threshold |
QPoint | pressPos |
QPoint | offset |
QPoint | delta |
QPoint | speed |
FlickableTicker * | ticker |
QElapsedTimer | elapsed_time |
QWidget * | target |
QList< QEvent * > | ignoreList |
enum State |
QPoint delta |
QElapsedTimer elapsed_time |
QList<QEvent*> ignoreList |
QPoint offset |
QPoint pressPos |
QPoint speed |
State state |
QWidget* target |
int threshold |
FlickableTicker* ticker |