include QPointF
svn path=/trunk/KDE/kdelibs/; revision=1034752
This commit is contained in:
parent
b3c08d7c3f
commit
3eb6730abf
@ -25,8 +25,8 @@
|
|||||||
class QGraphicsSceneMouseEvent;
|
class QGraphicsSceneMouseEvent;
|
||||||
class QGraphicsWidget;
|
class QGraphicsWidget;
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
#include <QPointF>
|
||||||
|
|
||||||
class QPointF;
|
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
@ -53,6 +53,9 @@ private:
|
|||||||
void startAnimationTimer(int interval);
|
void startAnimationTimer(int interval);
|
||||||
void doneOvershoot(void);
|
void doneOvershoot(void);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
bool eventFilter(QObject *watched, QEvent *event);
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void setKineticScrollValue(QPointF value);
|
void setKineticScrollValue(QPointF value);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user