Plasma
videowidget.cpp
Go to the documentation of this file.
137 //FIXME: this will break for veeery long stuff, butPhonon::SeekSlider seems to have the same problem
210 animation->setProperty("direction", show? QAbstractAnimation::Forward : QAbstractAnimation::Backward);
328 disconnect(d->media, SIGNAL(stateChanged(Phonon::State,Phonon::State)), this, SLOT(stateChanged(Phonon::State,Phonon::State)));
static Plasma::Animation * create(Animator::Animation type, QObject *parent=0)
Factory to build new animation objects.
Definition animator.cpp:61
Definition iconwidget.h:57
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
void setUsedControls(const Controls controls)
Set what control widgets to use.
Definition videowidget.cpp:304
Q_INVOKABLE Phonon::MediaObject * mediaObject() const
Definition videowidget.cpp:273
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 aboutToFinish()
Emitted an instant before the playback is finished.
Phonon::VideoWidget * nativeWidget() const
Definition videowidget.cpp:565
Q_INVOKABLE Phonon::AudioOutput * audioOutput() const
Definition videowidget.cpp:278
void setUrl(const QString &url)
Load a certain url that can be a local file or a remote one.
Definition videowidget.cpp:283
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.