konq_sound.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef __konq_sound_h__
00022 #define __konq_sound_h__
00023
00024 #include <klibloader.h>
00025
00026 class KonqSoundPlayer : public QObject
00027 {
00028 public:
00029 virtual const QStringList &mimeTypes() = 0;
00030 virtual void play(const QString &fileName) = 0;
00031 virtual void stop() = 0;
00032 };
00033
00034 #endif
00035
00036
This file is part of the documentation for libkonq Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 5 04:41:09 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003