diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:11:35 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:11:35 +0200 |
| commit | 13199a5212e210206b8d6b938f7c1683760cf226 (patch) | |
| tree | cba982d54d62081589d31f188796b65fc51b703d /pacman-c++/audioplayer.h | |
| parent | 979c3b4528da1608404d6e163211280fee5da9c5 (diff) | |
| parent | 827a9b10539af4a8c4cff70fa345254668d294c7 (diff) | |
| download | foop-13199a5212e210206b8d6b938f7c1683760cf226.tar.gz foop-13199a5212e210206b8d6b938f7c1683760cf226.tar.bz2 foop-13199a5212e210206b8d6b938f7c1683760cf226.zip | |
Merge branch 'master' of git.manuel.mausz.at:/foop
Conflicts:
pacman-c++/sceneholder.cpp
pacman-c++/util.h
Diffstat (limited to 'pacman-c++/audioplayer.h')
| -rw-r--r-- | pacman-c++/audioplayer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pacman-c++/audioplayer.h b/pacman-c++/audioplayer.h index dd0c25a..567ccb1 100644 --- a/pacman-c++/audioplayer.h +++ b/pacman-c++/audioplayer.h | |||
| @@ -28,13 +28,14 @@ public: | |||
| 28 | public: | 28 | public: |
| 29 | AudioPlayer(); | 29 | AudioPlayer(); |
| 30 | static AudioPlayer *self(); | 30 | static AudioPlayer *self(); |
| 31 | bool isWorking(); | 31 | bool isWorking() const; |
| 32 | void stop(); | 32 | void stop(); |
| 33 | void setMuted(bool mute = true); | 33 | void setMuted(bool mute = true); |
| 34 | bool isMuted() const; | ||
| 34 | void play(Sound sound); | 35 | void play(Sound sound); |
| 35 | void clear(); | 36 | void clear(); |
| 36 | void enqueue(Sound sound); | 37 | void enqueue(Sound sound); |
| 37 | void clearQueue(); | 38 | void clearQueue() const; |
| 38 | Phonon::State state(); | 39 | Phonon::State state(); |
| 39 | 40 | ||
| 40 | signals: | 41 | signals: |
