Plasma
#include "scrollwidget.h"
#include <cmath>
#include <QGraphicsSceneResizeEvent>
#include <QGraphicsGridLayout>
#include <QGraphicsScene>
#include <QApplication>
#include <QKeyEvent>
#include <QWidget>
#include <QTimer>
#include <QTime>
#include <QPropertyAnimation>
#include <QSequentialAnimationGroup>
#include <QLabel>
#include <kmimetype.h>
#include <kdebug.h>
#include <kglobalsettings.h>
#include <kiconloader.h>
#include <ktextedit.h>
#include <ktextbrowser.h>
#include <plasma/widgets/scrollbar.h>
#include <plasma/widgets/svgwidget.h>
#include <plasma/widgets/label.h>
#include <plasma/widgets/textedit.h>
#include <plasma/widgets/textbrowser.h>
#include <plasma/animator.h>
#include <plasma/svg.h>
#include <scrollwidget.moc>
Go to the source code of this file.
◆ DEBUG
◆ IGNORE_SUSPICIOUS_MOVES
#define IGNORE_SUSPICIOUS_MOVES 1 |
◆ FixupDuration
const qreal FixupDuration = 600 |
|
static |
◆ FlickThreshold
const int FlickThreshold = 20 |
|
static |
◆ MaxVelocity
const qreal MaxVelocity = 2000 |
|
static |
◆ MinimumFlickVelocity
const qreal MinimumFlickVelocity = 200 |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.