kaudioplayer.h
00001     
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 #ifndef __KAUDIOPLAYER_H__
00024 #define __KAUDIOPLAYER_H__
00025 
00026 #include <qobject.h>
00027 
00028 class KAudioPlayerPrivate;
00054 
00055 class KAudioPlayer : public QObject {
00056 Q_OBJECT
00057 public:
00065     KAudioPlayer( const QString& filename,
00066             QObject* parent = 0, const char* name = 0 );
00067 
00071     ~KAudioPlayer();
00072 
00079     static void play(const QString &filename);
00080 
00081 public slots:
00087     void play();
00088 private:
00089     KAudioPlayerPrivate *d;
00090 };
00091 
00092 #endif // __KAUDIOPLAYER_H__
 
This file is part of the documentation for kdecore Library Version 3.2.0.