1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>NeL: NLSOUND::CUserVarSerializer class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"> <form class="search" action="search.php" method="get">
<a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
<h1>NLSOUND::CUserVarSerializer Class Reference</h1><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializera0">readGeorges</a> (const <a class="el" href="a03408.html">NLMISC::CSmartPtr</a>< <a class="el" href="a03926.html">NLGEORGES::UForm</a> > &form, const std::string &name)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializera1">removed</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializera2">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &<a class="el" href="a04223.html#a626">s</a>)</td></tr>
<tr><td colspan=2><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializere0">getVersion</a> ()</td></tr>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< <a class="el" href="a02237.html">CAudioMixerUser::CControledSources</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializero0">Controlers</a></td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="NLSOUND_1_1CUserVarSerializere0" doxytag="NLSOUND::CUserVarSerializer::getVersion" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a15">uint</a> NLSOUND::CUserVarSerializer::getVersion </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline, static]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a05465.html#l00890">890</a> of file <a class="el" href="a05465.html">audio_mixer_user.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00105">uint</a>.
<p>
<div class="fragment"><pre>00890 { <span class="keywordflow">return</span> 2; }
</pre></div> </td>
</tr>
</table>
<a class="anchor" name="NLSOUND_1_1CUserVarSerializera0" doxytag="NLSOUND::CUserVarSerializer::readGeorges" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void NLSOUND::CUserVarSerializer::readGeorges </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const <a class="el" href="a03408.html">NLMISC::CSmartPtr</a>< <a class="el" href="a03926.html">NLGEORGES::UForm</a> > & </td>
<td class="mdname" nowrap> <em>form</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const std::string & </td>
<td class="mdname" nowrap> <em>name</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a05465.html#l00839">839</a> of file <a class="el" href="a05465.html">audio_mixer_user.cpp</a>.
<p>
References <a class="el" href="a05465.html#l00838">Controlers</a>, <a class="el" href="a02551.html#NLGEORGES_1_1UFormElma3">NLGEORGES::UFormElm::getArraySize()</a>, <a class="el" href="a02551.html#NLGEORGES_1_1UFormElma14">NLGEORGES::UFormElm::getArrayValue()</a>, <a class="el" href="a02551.html#NLGEORGES_1_1UFormElma17">NLGEORGES::UFormElm::getNodeByName()</a>, <a class="el" href="a02551.html#NLGEORGES_1_1UFormElma44">NLGEORGES::UFormElm::getValueByName()</a>, <a class="el" href="a05466.html#l00401">NLSOUND::CAudioMixerUser::CControledSources::Name</a>, <a class="el" href="a05466.html#l00403">NLSOUND::CAudioMixerUser::CControledSources::ParamId</a>, <a class="el" href="a05646.html#l00645">size</a>, <a class="el" href="a05466.html#l00405">NLSOUND::CAudioMixerUser::CControledSources::SoundNames</a>, <a class="el" href="a05981.html#l00105">uint</a>, and <a class="el" href="a05466.html#l00407">NLSOUND::CAudioMixerUser::CControledSources::Value</a>.
<p>
<div class="fragment"><pre>00840 {
00841 <span class="keywordflow">try</span>
00842 {
00843 std::string varname, soundName, paramId;
00844 <a class="code" href="a02551.html">NLGEORGES::UFormElm</a> &root = form->getRootNode();
00845 <a class="code" href="a02551.html">NLGEORGES::UFormElm</a> *items;
00846 <a class="code" href="a04558.html#a15">uint</a> <a class="code" href="a04223.html#a587">size</a>;
00847
00848 CAudioMixerUser::CControledSources cs;
00849
00850 <span class="comment">// preset the default value</span>
00851 cs.Value = 0.0f;
00852
00853 root.<a class="code" href="a02551.html#NLGEORGES_1_1UFormElma44">getValueByName</a>(varname, <span class="stringliteral">".Name"</span>);
00854 root.<a class="code" href="a02551.html#NLGEORGES_1_1UFormElma44">getValueByName</a>(paramId, <span class="stringliteral">".ParamId"</span>);
00855
00856 cs.Name = CStringMapper::map(varname);
00857 <span class="keywordflow">if</span> (paramId == <span class="stringliteral">"Gain"</span>)
00858 cs.ParamId = CAudioMixerUser::gain_control;
00859 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (paramId == <span class="stringliteral">"Pitch"</span>)
00860 cs.ParamId = CAudioMixerUser::pitch_control;
00861 <span class="keywordflow">else</span>
00862 <span class="keywordflow">return</span>;
00863
00864 root.<a class="code" href="a02551.html#NLGEORGES_1_1UFormElma17">getNodeByName</a>(&items, <span class="stringliteral">".Sounds"</span>);
00865 items-><a class="code" href="a02551.html#NLGEORGES_1_1UFormElma3">getArraySize</a>(size);
00866
00867 <span class="keywordflow">for</span> (<a class="code" href="a04558.html#a15">uint</a> i=0; i<<a class="code" href="a04223.html#a587">size</a>; ++i)
00868 {
00869 items-><a class="code" href="a02551.html#NLGEORGES_1_1UFormElma14">getArrayValue</a>(soundName, i);
00870 soundName = soundName.substr(0, soundName.find(<span class="stringliteral">".sound"</span>));
00871
00872 cs.SoundNames.push_back(CStringMapper::map(soundName));
00873 }
00874
00875 <span class="keywordflow">if</span> (!cs.SoundNames.empty())
00876 <a class="code" href="a03639.html#NLSOUND_1_1CUserVarSerializero0">Controlers</a>.push_back(cs);
00877 }
00878 <span class="keywordflow">catch</span>(...)
00879 {}
00880 }
</pre></div> </td>
</tr>
</table>
<a class="anchor" name="NLSOUND_1_1CUserVarSerializera1" doxytag="NLSOUND::CUserVarSerializer::removed" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void NLSOUND::CUserVarSerializer::removed </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a05465.html#l00887">887</a> of file <a class="el" href="a05465.html">audio_mixer_user.cpp</a>.
<p>
<div class="fragment"><pre>00888 {}
</pre></div> </td>
</tr>
</table>
<a class="anchor" name="NLSOUND_1_1CUserVarSerializera2" doxytag="NLSOUND::CUserVarSerializer::serial" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void NLSOUND::CUserVarSerializer::serial </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> & </td>
<td class="mdname1" valign="top" nowrap> <em>s</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a05465.html#l00882">882</a> of file <a class="el" href="a05465.html">audio_mixer_user.cpp</a>.
<p>
References <a class="el" href="a05465.html#l00838">Controlers</a>, and <a class="el" href="a05646.html#l00977">s</a>.
<p>
<div class="fragment"><pre>00883 {
00884 <a class="code" href="a04223.html#a626">s</a>.serialCont(Controlers);
00885 }
</pre></div> </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="NLSOUND_1_1CUserVarSerializero0" doxytag="NLSOUND::CUserVarSerializer::Controlers" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> std::vector<<a class="el" href="a02237.html">CAudioMixerUser::CControledSources</a>> <a class="el" href="a03639.html#NLSOUND_1_1CUserVarSerializero0">NLSOUND::CUserVarSerializer::Controlers</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="a05465.html#l00838">838</a> of file <a class="el" href="a05465.html">audio_mixer_user.cpp</a>.
<p>
Referenced by <a class="el" href="a05465.html#l00839">readGeorges()</a>, and <a class="el" href="a05465.html#l00882">serial()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a05465.html">audio_mixer_user.cpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:49:38 2004 for NeL by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
</a>1.3.6 </small></address>
</body>
</html>
|