kdeui
KScrollView Class Reference
A variant of QScrollView that supports smooth scrolling. More...
#include <kscrollview.h>
Inheritance diagram for KScrollView:
Public Slots | |
void | scrollBy (int dx, int dy) |
Public Member Functions | |
KScrollView (QWidget *parent=0, const char *name=0, Qt::WFlags f=0) | |
~KScrollView () | |
Protected Slots | |
void | scrollTick () |
Protected Member Functions | |
void | startScrolling () |
void | stopScrolling () |
virtual void | wheelEvent (QWheelEvent *e) |
Detailed Description
A variant of QScrollView that supports smooth scrolling.Definition at line 30 of file kscrollview.h.
Constructor & Destructor Documentation
KScrollView::KScrollView | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
Qt::WFlags | f = 0 | |||
) |
Definition at line 43 of file kscrollview.cpp.
KScrollView::~KScrollView | ( | ) |
Definition at line 50 of file kscrollview.cpp.
Member Function Documentation
void KScrollView::scrollBy | ( | int | dx, | |
int | dy | |||
) | [slot] |
void KScrollView::scrollTick | ( | ) | [protected, slot] |
Definition at line 133 of file kscrollview.cpp.
void KScrollView::startScrolling | ( | ) | [protected] |
Definition at line 162 of file kscrollview.cpp.
void KScrollView::stopScrolling | ( | ) | [protected] |
Definition at line 168 of file kscrollview.cpp.
void KScrollView::wheelEvent | ( | QWheelEvent * | e | ) | [protected, virtual] |
Definition at line 176 of file kscrollview.cpp.
The documentation for this class was generated from the following files: