Plasma
videowidget.h
Go to the documentation of this file.
a Video playing widget via Phonon, it encloses the Phonon::MediaObject and Phonon::AudioOutput too
Definition videowidget.h:49
void hoverMoveEvent(QGraphicsSceneHoverEvent *event)
Definition videowidget.cpp:620
void setControlsVisible(bool visible)
Show/hide the main controls widget, if any of them is used.
Definition videowidget.cpp:532
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition videowidget.cpp:571
QString styleSheet()
void setUsedControls(const Controls controls)
Set what control widgets to use.
Definition videowidget.cpp:304
VideoWidget(QGraphicsWidget *parent=0)
Definition videowidget.cpp:248
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition videowidget.cpp:600
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition videowidget.cpp:611
void seek(qint64 time)
Jump at a given millisecond in the current file.
Definition videowidget.cpp:508
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this VideoWidget.
Definition videowidget.cpp:555
void setTickInterval(qint64 interval)
Definition videowidget.cpp:545
void previousRequested()
The user pressed the "previous" button.
void aboutToFinish()
Emitted an instant before the playback is finished.
Phonon::VideoWidget * nativeWidget() const
Definition videowidget.cpp:565
void setUrl(const QString &url)
Load a certain url that can be a local file or a remote one.
Definition videowidget.cpp:283
Definition videowidget.h:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.