|
Oolite
|
#include <OOMusicController.h>
Inheritance diagram for OOMusicController:
Collaboration diagram for OOMusicController:Instance Methods | |
| (void) | - playMusicNamed:loop: |
| (void) | - playMusicNamed:loop:gain: |
| (void) | - playThemeMusic |
| (void) | - playDockingMusic |
| (void) | - playDockedMusic |
| (void) | - setMissionMusic: |
| (void) | - playMissionMusic |
| (void) | - justStop |
| (void) | - stop |
| (void) | - stopMusicNamed: |
| (void) | - stopThemeMusic |
| (void) | - stopDockingMusic |
| (void) | - stopMissionMusic |
| (void) | - toggleDockingMusic |
| (OOSoundSource *) | - soundSource |
| (NSString *) | - playingMusic |
| (BOOL) | - isPlaying |
| (OOMusicMode) | - mode |
| (void) | - setMode: |
| (id) | - init [implementation] |
| (void) | - playiTunesPlaylist: [implementation] |
| (void) | - pauseiTunes [implementation] |
| (id) | - copyWithZone: [implementation] |
| (id) | - retain [implementation] |
| (NSUInteger) | - retainCount [implementation] |
| (void) | - release [implementation] |
| (id) | - autorelease [implementation] |
Class Methods | |
| (OOMusicController *) | + sharedController |
| (id) | + allocWithZone: [implementation] |
Private Attributes | |
| OOMusicMode | _mode |
| NSString * | _missionMusic |
| OOMusic * | _current |
| uint8_t | _special |
Definition at line 51 of file OOMusicController.h.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
|
implementation |
Definition at line 32 of file OOMusicController.m.
| - (BOOL) isPlaying |
Definition at line 32 of file OOMusicController.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
Here is the caller graph for this function:| - (void) justStop |
Definition at line 32 of file OOMusicController.m.
| - (OOMusicMode) mode |
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Private).
Definition at line 32 of file OOMusicController.m.
| - (void) playDockedMusic |
Definition at line 32 of file OOMusicController.m.
| - (void) playDockingMusic |
Definition at line 32 of file OOMusicController.m.
| - (NSString *) playingMusic |
Definition at line 32 of file OOMusicController.m.
Referenced by OOSound(OOJavaScriptExtentions)::oo_jsClassName.
Here is the caller graph for this function:
|
implementation |
Provided by category OOMusicController(Private).
Definition at line 32 of file OOMusicController.m.
| - (void) playMissionMusic |
Definition at line 32 of file OOMusicController.m.
| - (void) playMusicNamed: | (NSString *) | name | |
| loop: | (BOOL) | loop | |
Definition at line 32 of file OOMusicController.m.
| - (void) playMusicNamed: | (NSString *) | name | |
| loop: | (BOOL) | loop | |
| gain: | (float) | gain | |
Definition at line 32 of file OOMusicController.m.
Referenced by SoundStaticPlayMusic().
Here is the caller graph for this function:| - (void) playThemeMusic |
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
|
implementation |
Provided by category OOMusicController(Singleton).
Definition at line 32 of file OOMusicController.m.
| - (void) setMissionMusic: | (NSString *) | missionMusicName |
Definition at line 32 of file OOMusicController.m.
Referenced by MissionRunScreen().
Here is the caller graph for this function:| - (void) setMode: | (OOMusicMode) | mode |
Definition at line 32 of file OOMusicController.m.
| + (OOMusicController *) sharedController |
Definition at line 32 of file OOMusicController.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:, MissionRunScreen(), OOSound(OOJavaScriptExtentions)::oo_jsClassName, SoundStaticMusicSoundSource(), and SoundStaticPlayMusic().
Here is the caller graph for this function:| - (OOSoundSource *) soundSource |
Definition at line 32 of file OOMusicController.m.
Referenced by SoundStaticMusicSoundSource().
Here is the caller graph for this function:| - (void) stop |
Definition at line 32 of file OOMusicController.m.
Referenced by OOSound(OOJavaScriptExtentions)::oo_jsClassName.
Here is the caller graph for this function:| - (void) stopDockingMusic |
Definition at line 32 of file OOMusicController.m.
| - (void) stopMissionMusic |
Definition at line 32 of file OOMusicController.m.
| - (void) stopMusicNamed: | (NSString *) | name |
Definition at line 32 of file OOMusicController.m.
| - (void) stopThemeMusic |
Definition at line 32 of file OOMusicController.m.
| - (void) toggleDockingMusic |
Definition at line 32 of file OOMusicController.m.
Referenced by PlayerEntity(OOControlsPrivate)::handleAutopilotOn:.
Here is the caller graph for this function:
|
private |
Definition at line 56 of file OOMusicController.h.
|
private |
Definition at line 55 of file OOMusicController.h.
|
private |
Definition at line 54 of file OOMusicController.h.
|
private |
Definition at line 57 of file OOMusicController.h.