liblancelot
#include <ScrollBar.h>
Inherits ScrollBar.
Public Member Functions | |
ScrollBar (QGraphicsWidget *parent=0) | |
~ScrollBar () | |
int | activationMethod () const |
void | setActivationMethod (int method) |
Protected Member Functions | |
L_Override void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
L_Override void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
L_Override void | timerEvent (QTimerEvent *event) |
L_Override void | wheelEvent (QGraphicsSceneWheelEvent *event) |
Properties | |
int | activationMethod |
Detailed Description
A widget implementing scroll bars.
Definition at line 36 of file ScrollBar.h.
Constructor & Destructor Documentation
Lancelot::ScrollBar::ScrollBar | ( | QGraphicsWidget * | parent = 0 | ) |
Creates a new Lancelot::ScrollBar.
- Parameters
-
parent parent item
Definition at line 44 of file ScrollBar.cpp.
Lancelot::ScrollBar::~ScrollBar | ( | ) |
Destroys this Lancelot::ScrollBar.
Definition at line 51 of file ScrollBar.cpp.
Member Function Documentation
int Lancelot::ScrollBar::activationMethod | ( | ) | const |
- Returns
- activation method
|
protected |
Definition at line 63 of file ScrollBar.cpp.
|
protected |
Definition at line 69 of file ScrollBar.cpp.
void Lancelot::ScrollBar::setActivationMethod | ( | int | method | ) |
Sets the activation method of the ExtenderButton.
If the activation method is ExtenderActivate, it will be treated as HoverActivate
- Parameters
-
method new activation method
Definition at line 116 of file ScrollBar.cpp.
|
protected |
Definition at line 108 of file ScrollBar.cpp.
|
protected |
Definition at line 56 of file ScrollBar.cpp.
Property Documentation
|
readwrite |
Definition at line 39 of file ScrollBar.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:43:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.