Falkon Develop
Cross-platform Qt-based web browser
WheelHelper Class Reference

#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 ()
 

Detailed Description

Definition at line 27 of file wheelhelper.h.

Member Enumeration Documentation

◆ Direction

Enumerator
None 
WheelUp 
WheelDown 
WheelLeft 
WheelRight 

Definition at line 30 of file wheelhelper.h.

Constructor & Destructor Documentation

◆ WheelHelper()

WheelHelper::WheelHelper ( )
explicitdefault

Member Function Documentation

◆ processEvent()

void WheelHelper::processEvent ( QWheelEvent *  event)

Definition at line 31 of file wheelhelper.cpp.

◆ reset()

void WheelHelper::reset ( )

Definition at line 25 of file wheelhelper.cpp.

◆ takeDirection()

WheelHelper::Direction WheelHelper::takeDirection ( )

Definition at line 74 of file wheelhelper.cpp.


The documentation for this class was generated from the following files: