Manage the little bit of tedious book-keeping associated with translating vertical wheel events into up/down notch counts. More...

#include <WheelCounter.h>

Public Member Functions

 WheelCounter ()
 
 ~WheelCounter ()
 
int count (QWheelEvent *e)
 

Private Attributes

int m_pendingWheelAngle
 

Detailed Description

Manage the little bit of tedious book-keeping associated with translating vertical wheel events into up/down notch counts.

Definition at line 24 of file WheelCounter.h.

Constructor & Destructor Documentation

WheelCounter::WheelCounter ( )
inline

Definition at line 27 of file WheelCounter.h.

WheelCounter::~WheelCounter ( )
inline

Definition at line 29 of file WheelCounter.h.

Member Function Documentation

int WheelCounter::count ( QWheelEvent *  e)
inline

Member Data Documentation

int WheelCounter::m_pendingWheelAngle
private

Definition at line 62 of file WheelCounter.h.

Referenced by count().


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