#include <Plasma/Widgets/ScrollBar>
Provides a plasma-themed QScrollBar.
Definition at line 39 of file scrollbar.h.
Creates a scrollbar; the default orientation is vertical.
Definition at line 38 of file scrollbar.cpp.
Plasma::ScrollBar::~ScrollBar |
( |
| ) |
|
void Plasma::ScrollBar::contextMenuEvent |
( |
QGraphicsSceneContextMenuEvent * |
event | ) |
|
|
protected |
int Plasma::ScrollBar::maximum |
( |
| ) |
const |
- Returns
- the maximum value bound of this ScrollBar
int Plasma::ScrollBar::minimum |
( |
| ) |
const |
- Returns
- the minimum value bound of this ScrollBar
QScrollBar* Plasma::ScrollBar::nativeWidget |
( |
| ) |
const |
- Returns
- the native widget wrapped by this ScrollBar
Qt::Orientation Plasma::ScrollBar::orientation |
( |
| ) |
const |
- Returns
- the orientation of the scrollbar
- Since
- 4.4
int Plasma::ScrollBar::pageStep |
( |
| ) |
|
- Returns
- the amount of the page step
void Plasma::ScrollBar::setMaximum |
( |
const int |
max | ) |
const |
void Plasma::ScrollBar::setMinimum |
( |
const int |
min | ) |
const |
void Plasma::ScrollBar::setOrientation |
( |
Qt::Orientation |
orientation | ) |
|
|
slot |
void Plasma::ScrollBar::setPageStep |
( |
int |
val | ) |
|
Sets the amount the slider will scroll when the user press page up or page down.
- Parameters
-
Definition at line 76 of file scrollbar.cpp.
void Plasma::ScrollBar::setRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
Sets the scrollbar minimum and maximum values.
- Parameters
-
min | minimum value |
max | maximum value |
Definition at line 61 of file scrollbar.cpp.
void Plasma::ScrollBar::setSingleStep |
( |
int |
val | ) |
|
Sets the amount of the single step i.e how much the slider will move when the user press an arrow button.
- Parameters
-
Definition at line 66 of file scrollbar.cpp.
void Plasma::ScrollBar::setStyleSheet |
( |
const QString & |
stylesheet | ) |
|
Sets the stylesheet used to control the visual display of this ScrollBar.
- Parameters
-
Definition at line 116 of file scrollbar.cpp.
void Plasma::ScrollBar::setValue |
( |
int |
val | ) |
|
|
slot |
int Plasma::ScrollBar::singleStep |
( |
| ) |
|
- Returns
- the amount of the single step
void Plasma::ScrollBar::sliderMoved |
( |
int |
value | ) |
|
|
signal |
Emitted when the slider has been moved by the user.
- Since
- 4.6
QString Plasma::ScrollBar::styleSheet |
( |
| ) |
|
- Returns
- the stylesheet currently used with this widget
int Plasma::ScrollBar::value |
( |
| ) |
const |
- Returns
- the current scrollbar value
void Plasma::ScrollBar::valueChanged |
( |
int |
value | ) |
|
|
signal |
Emitted when the value of the slider changes.
int Plasma::ScrollBar::maximum |
|
readwrite |
int Plasma::ScrollBar::minimum |
|
readwrite |
QScrollBar * Plasma::ScrollBar::nativeWidget |
|
read |
Qt::Orientation Plasma::ScrollBar::orientation |
|
readwrite |
int Plasma::ScrollBar::pageStep |
|
readwrite |
int Plasma::ScrollBar::singleStep |
|
readwrite |
QString Plasma::ScrollBar::styleSheet |
|
readwrite |
int Plasma::ScrollBar::value |
|
readwrite |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:35 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.