Phonon
SeekSlider Class Reference
[Widgets]
#include <Phonon/SeekSlider>

Detailed Description
Widget providing a slider for seeking in MediaObject objects.
Public Slots | |
| void | setMediaObject (MediaObject *) |
Public Member Functions | |
| SeekSlider (QWidget *parent=0) | |
| ~SeekSlider () | |
Properties | |
| bool | iconVisible |
| bool | tracking |
| int | pageStep |
| int | singleStep |
| Qt::Orientation | orientation |
| QSize | iconSize |
Constructor & Destructor Documentation
| SeekSlider | ( | QWidget * | parent = 0 |
) | [explicit] |
Constructs a seek slider widget with the given parent.
| ~SeekSlider | ( | ) |
Destroys the seek slider.
Member Function Documentation
| void setMediaObject | ( | MediaObject * | ) | [slot] |
Sets the media object to be controlled by this slider.
Property Documentation
bool iconVisible [read, write] |
This property holds whether the icon next to the slider is visible.
By default the icon is visible if the platform provides an icon; else it's hidden.
bool tracking [read, write] |
This property holds whether slider tracking is enabled.
If tracking is enabled (the default), the media seeks while the slider is being dragged. If tracking is disabled, the media seeks only when the user releases the slider.
int pageStep [read, write] |
This property holds the page step.
The larger of two natural steps that a slider provides and typically corresponds to the user pressing PageUp or PageDown.
Defaults to 5 seconds.
int singleStep [read, write] |
This property holds the single step.
The smaller of two natural steps that a slider provides and typically corresponds to the user pressing an arrow key.
Defaults to 0.5 seconds.
Qt::Orientation orientation [read, write] |
This property holds the orientation of the slider.
The orientation must be Qt::Vertical or Qt::Horizontal (the default).
QSize iconSize [read, write] |
the icon size used for the mute button/icon.
The default size is defined by the GUI style.
The documentation for this class was generated from the following file:
- seekslider.h
KDE 4.0 API Reference