From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_h_u_d_sounds.html | 301 +++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100644 Doc/doxygen/html/class_h_u_d_sounds.html (limited to 'Doc/doxygen/html/class_h_u_d_sounds.html') diff --git a/Doc/doxygen/html/class_h_u_d_sounds.html b/Doc/doxygen/html/class_h_u_d_sounds.html new file mode 100644 index 0000000..3ab7414 --- /dev/null +++ b/Doc/doxygen/html/class_h_u_d_sounds.html @@ -0,0 +1,301 @@ + + + + + +Starshatter_Open: HUDSounds Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
HUDSounds Class Reference
+
+
+ +

#include <HUDSounds.h>

+ +

List of all members.

+ + + +

+Public Types

enum  SOUNDS {
+  SND_MFD_MODE, +SND_NAV_MODE, +SND_WEP_MODE, +SND_WEP_DISP, +
+  SND_HUD_MODE, +SND_HUD_WIDGET, +SND_SHIELD_LEVEL, +SND_RED_ALERT, +
+  SND_TAC_ACCEPT, +SND_TAC_REJECT +
+ }
+ + + + + +

+Static Public Member Functions

static void Initialize ()
static void Close ()
static void PlaySound (int n)
static void StopSound (int n)
+

Detailed Description

+
+

Definition at line 22 of file HUDSounds.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum HUDSounds::SOUNDS
+
+
Enumerator:
+ + + + + + + + + + +
SND_MFD_MODE  +
SND_NAV_MODE  +
SND_WEP_MODE  +
SND_WEP_DISP  +
SND_HUD_MODE  +
SND_HUD_WIDGET  +
SND_SHIELD_LEVEL  +
SND_RED_ALERT  +
SND_TAC_ACCEPT  +
SND_TAC_REJECT  +
+
+
+ +

Definition at line 25 of file HUDSounds.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void HUDSounds::Close ()
+
+static
+
+ +

Definition at line 68 of file HUDSounds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void HUDSounds::Initialize ()
+
+static
+
+ +

Definition at line 43 of file HUDSounds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void HUDSounds::PlaySound (int n)
+
+static
+
+ +

Definition at line 82 of file HUDSounds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void HUDSounds::StopSound (int n)
+
+static
+
+ +

Definition at line 113 of file HUDSounds.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1