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/a02247.html | 137 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 docs/doxygen/nel/a02247.html (limited to 'docs/doxygen/nel/a02247.html') diff --git a/docs/doxygen/nel/a02247.html b/docs/doxygen/nel/a02247.html new file mode 100644 index 00000000..86077fd1 --- /dev/null +++ b/docs/doxygen/nel/a02247.html @@ -0,0 +1,137 @@ + + +NeL: NLSOUND::CBackgroundSound::TSoundInfo struct Reference + + + +
+

NLSOUND::CBackgroundSound::TSoundInfo Struct Reference

#include <background_sound.h> +

+


Detailed Description

+Associtation clas for storage of sound / filter. +

+ +

+Definition at line 73 of file background_sound.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &s)

Data Fields

UAudioMixer::TBackgroundFlags Filter
NLMISC::TStringId SoundName
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLSOUND::CBackgroundSound::TSoundInfo::serial NLMISC::IStream s  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file background_sound.h. +

+References Filter, NLMISC::CStringMapper::map(), s, SoundName, and NLMISC::CStringMapper::unmap(). +

+

00079                 {
+00080                         std::string soundName;
+00081                         if (s.isReading())
+00082                         {
+00083                                 s.serial(soundName);
+00084                                 SoundName = NLMISC::CStringMapper::map(soundName);
+00085                         }
+00086                         else
+00087                         {
+00088                                 soundName = NLMISC::CStringMapper::unmap(SoundName);
+00089                                 s.serial(soundName);
+00090                         }
+00091                         s.serial(Filter);
+00092                 }
+
+


Field Documentation

+

+ + + + +
+ + +
UAudioMixer::TBackgroundFlags NLSOUND::CBackgroundSound::TSoundInfo::Filter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file background_sound.h. +

+Referenced by NLSOUND::CBackgroundSound::importForm(), and serial().

+

+ + + + +
+ + +
NLMISC::TStringId NLSOUND::CBackgroundSound::TSoundInfo::SoundName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file background_sound.h. +

+Referenced by NLSOUND::CBackgroundSound::importForm(), and serial().

+


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