Plasma
videowidget.h
Go to the documentation of this file.
52 Q_PROPERTY(QString url READ url WRITE setUrl)
53 Q_PROPERTY(qint64 currentTime READ currentTime)
54 Q_PROPERTY(qint64 totalTime READ totalTime)
55 Q_PROPERTY(qint64 remainingTime READ remainingTime)
56 Q_PROPERTY(Controls usedControls READ usedControls WRITE setUsedControls)
58 Q_PROPERTY(qint32 tickInterval READ tickInterval WRITE setTickInterval)
59 Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
64 NoControls = 0,
65 Play = 1,
66 Pause = 2,
67 Stop = 4,
68 PlayPause = 8,
69 Previous = 16,
70 Next = 32,
71 Progress = 64,
72 Volume = 128,
73 OpenFile = 128,
74 DefaultControls = PlayPause|Progress|Volume|OpenFile
a Video playing widget via Phonon, it encloses the Phonon::MediaObject and Phonon::AudioOutput too ...
Definition: videowidget.h:48
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.