![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <wheelhelper.h>
Public Types | |
| enum | Direction { None = 0 , WheelUp , WheelDown , WheelLeft , WheelRight } |
Public Member Functions | |
| WheelHelper () | |
| void | reset () |
| void | processEvent (QWheelEvent *event) |
| Direction | takeDirection () |
Definition at line 27 of file wheelhelper.h.
| Enumerator | |
|---|---|
| None | |
| WheelUp | |
| WheelDown | |
| WheelLeft | |
| WheelRight | |
Definition at line 30 of file wheelhelper.h.
|
explicitdefault |
| void WheelHelper::processEvent | ( | QWheelEvent * | event | ) |
Definition at line 31 of file wheelhelper.cpp.
| void WheelHelper::reset | ( | ) |
Definition at line 25 of file wheelhelper.cpp.
| WheelHelper::Direction WheelHelper::takeDirection | ( | ) |
Definition at line 74 of file wheelhelper.cpp.