#include <panningwatcher.h>
List of all members.
Detailed Description
PanningWatcher watches the panning of a MPannableWidget and sends signals when panning starts or stops.
Constructor & Destructor Documentation
PanningWatcher::PanningWatcher |
( |
MPannableWidget & |
widget, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
Constructor
- Parameters:
-
| widget | the pannable widget to watch |
| parent | object |
Member Function Documentation
bool PanningWatcher::isPanning |
( |
|
) |
[virtual] |
Returns true if the pannable widget is currently panning
void PanningWatcher::panningStateChanged |
( |
bool |
panning |
) |
[signal] |
Sent when the panning starts or stops
- Parameters:
-
| panning | if true, the pannable widget is currently panning |
The documentation for this class was generated from the following files:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/panningwatcher.h
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/panningwatcher.cpp