From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03921.html | 139 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 docs/doxygen/nel/a03921.html (limited to 'docs/doxygen/nel/a03921.html') diff --git a/docs/doxygen/nel/a03921.html b/docs/doxygen/nel/a03921.html new file mode 100644 index 00000000..116e1a87 --- /dev/null +++ b/docs/doxygen/nel/a03921.html @@ -0,0 +1,139 @@ + + +NeL: NLSOUND::UAudioMixer::TBackgroundFlags struct Reference + + + +
+

NLSOUND::UAudioMixer::TBackgroundFlags Struct Reference

#include <u_audio_mixer.h> +

+


Detailed Description

+Structure that contain the background flags. +

+ +

+Definition at line 88 of file u_audio_mixer.h. + + + + + + + + + + +

Public Types

enum  { NB_BACKGROUND_FLAGS = 32 + }

Public Member Functions

void serial (NLMISC::IStream &s)

Data Fields

bool Flags [NB_BACKGROUND_FLAGS]
+


Member Enumeration Documentation

+

+ + + + +
+ + +
anonymous enum +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + +
NB_BACKGROUND_FLAGS  +Number of filter flags in the background.
+
+ +

+Definition at line 91 of file u_audio_mixer.h. +

+

00092                 {
+00094                         NB_BACKGROUND_FLAGS = 32
+00095                 };
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLSOUND::UAudioMixer::TBackgroundFlags::serial NLMISC::IStream s  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 99 of file u_audio_mixer.h. +

+References NB_BACKGROUND_FLAGS, s, and uint. +

+

00100                 {
+00101                         for (uint i = 0; i<NB_BACKGROUND_FLAGS; ++i)
+00102                                 s.serial(Flags[i]);
+00103                 }
+
+


Field Documentation

+

+ + + + +
+ + +
bool NLSOUND::UAudioMixer::TBackgroundFlags::Flags[NB_BACKGROUND_FLAGS] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 97 of file u_audio_mixer.h. +

+Referenced by NLSOUND::CBackgroundSoundManager::CBackgroundSoundManager(), NLSOUND::CBackgroundSound::importForm(), NLSOUND::CBackgroundSoundManager::play(), NLSOUND::CBackgroundSoundManager::setBackgroundFlags(), NLSOUND::CBackgroundSoundManager::updateBackgroundStatus(), and NLSOUND::CBackgroundSource::updateFilterValues().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:53:19 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1