KMediaPlayer
Go to the documentation of this file. 10 #ifndef KMEDIAPLAYERADAPTOR_H_19781146507443 11 #define KMEDIAPLAYERADAPTOR_H_19781146507443 13 #include <QtCore/QObject> 14 #include <QtDBus/QtDBus> 15 template<
class T>
class QList;
16 template<
class Key,
class Value>
class QMap;
25 Q_CLASSINFO(
"D-Bus Interface",
"org.kde.KMediaPlayer")
26 Q_CLASSINFO(
"D-Bus Introspection",
"" 27 " <interface name=\"org.kde.KMediaPlayer\" >" 28 " <method name=\"openUrl\" >" 29 " <arg direction=\"in\" type=\"s\" name=\"file\" />" 30 " <arg direction=\"out\" type=\"b\" />" 32 " <method name=\"pause\" />" 33 " <method name=\"play\" />" 34 " <method name=\"stop\" />" 35 " <method name=\"seek\" >" 36 " <arg direction=\"in\" type=\"x\" name=\"msec\" />" 38 " <property access=\"read\" type=\"b\" name=\"seekable\" >" 39 " <annotation value=\"isSeekable\" name=\"com.trolltech.QtDBus.propertyGetter\" />" 41 " <property access=\"read\" type=\"x\" name=\"position\" />" 42 " <property access=\"read\" type=\"b\" name=\"hasLength\" />" 43 " <property access=\"read\" type=\"x\" name=\"length\" />" 44 " <property access=\"readwrite\" type=\"b\" name=\"looping\" >" 45 " <annotation value=\"isLooping\" name=\"com.trolltech.QtDBus.propertyGetter\" />" 47 " <property access=\"readwrite\" type=\"i\" name=\"state\" />" 76 bool openUrl(
const QString &file);
79 void seek(qlonglong msec);
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:32:16 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.