![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <framescroller.h>
Public Member Functions | |
FrameScroller (QObject *parent=nullptr) | |
void | setPage (WebPage *page) |
double | scrollDivider () const |
void | setScrollDivider (double divider) |
void | startScrolling (int lengthX, int lengthY) |
void | stopScrolling () |
Definition at line 27 of file framescroller.h.
|
explicit |
Definition at line 24 of file framescroller.cpp.
double FrameScroller::scrollDivider | ( | ) | const |
Definition at line 41 of file framescroller.cpp.
void FrameScroller::setPage | ( | WebPage * | page | ) |
Definition at line 36 of file framescroller.cpp.
void FrameScroller::setScrollDivider | ( | double | divider | ) |
Definition at line 46 of file framescroller.cpp.
void FrameScroller::startScrolling | ( | int | lengthX, |
int | lengthY | ||
) |
Definition at line 51 of file framescroller.cpp.
void FrameScroller::stopScrolling | ( | ) |
Definition at line 64 of file framescroller.cpp.