/[svn]/qsampler/trunk/src/qsamplerChannelStrip.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 118 by capela, Tue Jun 8 18:40:06 2004 UTC revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerChannelStrip</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, 2008 Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelStrip</class>
24  <widget class="QWidget">   <widget class="QWidget" name="qsamplerChannelStrip" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerChannelStrip</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>815</width>
30              <x>0</x>      <height>56</height>
31              <y>0</y>     </rect>
32              <width>693</width>    </property>
33              <height>43</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
35      </property>      <horstretch>0</horstretch>
36      <property name="sizePolicy">      <verstretch>0</verstretch>
37          <sizepolicy>     </sizepolicy>
38              <hsizetype>7</hsizetype>    </property>
39              <vsizetype>1</vsizetype>    <property name="focusPolicy" >
40              <horstretch>0</horstretch>     <enum>Qt::StrongFocus</enum>
41              <verstretch>0</verstretch>    </property>
42          </sizepolicy>    <property name="windowTitle" >
43      </property>     <string>Qsampler: Channel</string>
44      <property name="caption">    </property>
45          <string>Channel</string>    <property name="windowIcon" >
46      </property>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
47      <property name="icon">    </property>
48          <pixmap>qsamplerChannel.png</pixmap>    <layout class="QHBoxLayout" >
49      </property>     <property name="spacing" >
50      <property name="focusPolicy">      <number>4</number>
51          <enum>StrongFocus</enum>     </property>
52      </property>     <property name="leftMargin" >
53      <hbox>      <number>4</number>
54          <property name="name">     </property>
55              <cstring>unnamed</cstring>     <property name="topMargin" >
56          </property>      <number>4</number>
57          <property name="margin">     </property>
58              <number>4</number>     <property name="rightMargin" >
59          </property>      <number>4</number>
60          <property name="spacing">     </property>
61              <number>4</number>     <property name="bottomMargin" >
62          </property>      <number>4</number>
63          <widget class="QPushButton">     </property>
64              <property name="name">     <item>
65                  <cstring>ChannelSetupPushButton</cstring>      <widget class="QPushButton" name="ChannelSetupPushButton" >
66              </property>       <property name="minimumSize" >
67              <property name="text">        <size>
68                  <string>&amp;Channel</string>         <width>100</width>
69              </property>         <height>0</height>
70              <property name="accel">        </size>
71                  <string>Alt+C</string>       </property>
72              </property>       <property name="maximumSize" >
73              <property name="iconSet">        <size>
74                  <iconset>qsamplerChannel.png</iconset>         <width>120</width>
75              </property>         <height>32</height>
76              <property name="flat">        </size>
77                  <bool>true</bool>       </property>
78              </property>       <property name="toolTip" >
79              <property name="toolTip" stdset="0">        <string>Channel setup</string>
80                  <string>Channel setup</string>       </property>
81              </property>       <property name="text" >
82          </widget>        <string>&amp;Channel</string>
83          <widget class="QFrame">       </property>
84              <property name="name">       <property name="icon" >
85                  <cstring>ChannelInfoFrame</cstring>        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
86              </property>       </property>
87              <property name="sizePolicy">       <property name="shortcut" >
88                  <sizepolicy>        <string>Alt+C</string>
89                      <hsizetype>5</hsizetype>       </property>
90                      <vsizetype>5</vsizetype>      </widget>
91                      <horstretch>0</horstretch>     </item>
92                      <verstretch>0</verstretch>     <item>
93                  </sizepolicy>      <widget class="QFrame" name="ChannelInfoFrame" >
94              </property>       <property name="sizePolicy" >
95              <property name="minimumSize">        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
96                  <size>         <horstretch>0</horstretch>
97                      <width>200</width>         <verstretch>0</verstretch>
98                      <height>0</height>        </sizepolicy>
99                  </size>       </property>
100              </property>       <property name="minimumSize" >
101              <property name="maximumSize">        <size>
102                  <size>         <width>180</width>
103                      <width>320</width>         <height>0</height>
104                      <height>64</height>        </size>
105                  </size>       </property>
106              </property>       <property name="maximumSize" >
107              <property name="paletteBackgroundColor">        <size>
108                  <color>         <width>320</width>
109                      <red>0</red>         <height>64</height>
110                      <green>0</green>        </size>
111                      <blue>0</blue>       </property>
112                  </color>       <property name="autoFillBackground" >
113              </property>        <bool>true</bool>
114              <property name="paletteBackgroundPixmap">       </property>
115                  <pixmap>displaybg1.png</pixmap>       <property name="frameShape" >
116              </property>        <enum>QFrame::StyledPanel</enum>
117              <property name="frameShape">       </property>
118                  <enum>Panel</enum>       <property name="frameShadow" >
119              </property>        <enum>QFrame::Sunken</enum>
120              <property name="frameShadow">       </property>
121                  <enum>Sunken</enum>       <layout class="QGridLayout" >
122              </property>        <property name="leftMargin" >
123              <grid>         <number>2</number>
124                  <property name="name">        </property>
125                      <cstring>unnamed</cstring>        <property name="topMargin" >
126                  </property>         <number>2</number>
127                  <property name="margin">        </property>
128                      <number>2</number>        <property name="rightMargin" >
129                  </property>         <number>2</number>
130                  <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">        </property>
131                      <property name="name">        <property name="bottomMargin" >
132                          <cstring>InstrumentNameTextLabel</cstring>         <number>2</number>
133                      </property>        </property>
134                      <property name="paletteForegroundColor">        <property name="horizontalSpacing" >
135                          <color>         <number>0</number>
136                              <red>0</red>        </property>
137                              <green>255</green>        <property name="verticalSpacing" >
138                              <blue>0</blue>         <number>0</number>
139                          </color>        </property>
140                      </property>        <item row="0" column="0" >
141                      <property name="paletteBackgroundPixmap">         <widget class="QLabel" name="EngineNameTextLabel" >
142                          <pixmap>displaybg1.png</pixmap>          <property name="sizePolicy" >
143                      </property>           <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
144                      <property name="backgroundOrigin">            <horstretch>0</horstretch>
145                          <enum>ParentOrigin</enum>            <verstretch>0</verstretch>
146                      </property>           </sizepolicy>
147                      <property name="text">          </property>
148                          <string>--</string>         </widget>
149                      </property>        </item>
150                      <property name="toolTip" stdset="0">        <item row="1" column="0" >
151                          <string>Instrument file [index]</string>         <widget class="QLabel" name="InstrumentNameTextLabel" >
152                      </property>          <property name="toolTip" >
153                  </widget>           <string>Instrument name</string>
154                  <widget class="QLabel" row="0" column="0">          </property>
155                      <property name="name">          <property name="text" >
156                          <cstring>EngineNameTextLabel</cstring>           <string>--</string>
157                      </property>          </property>
158                      <property name="sizePolicy">          <property name="wordWrap" >
159                          <sizepolicy>           <bool>false</bool>
160                              <hsizetype>7</hsizetype>          </property>
161                              <vsizetype>5</vsizetype>         </widget>
162                              <horstretch>0</horstretch>        </item>
163                              <verstretch>0</verstretch>        <item row="0" column="1" >
164                          </sizepolicy>         <widget class="QLabel" name="MidiPortChannelTextLabel" >
165                      </property>          <property name="minimumSize" >
166                      <property name="paletteForegroundColor">           <size>
167                          <color>            <width>20</width>
168                              <red>255</red>            <height>0</height>
169                              <green>255</green>           </size>
170                              <blue>127</blue>          </property>
171                          </color>          <property name="toolTip" >
172                      </property>           <string>MIDI port / channel</string>
173                      <property name="paletteBackgroundPixmap">          </property>
174                          <pixmap>displaybg1.png</pixmap>          <property name="text" >
175                      </property>           <string>-- / --</string>
176                      <property name="backgroundOrigin">          </property>
177                          <enum>ParentOrigin</enum>          <property name="alignment" >
178                      </property>           <set>Qt::AlignHCenter|Qt::AlignTop</set>
179                      <property name="text">          </property>
180                          <string>--</string>          <property name="wordWrap" >
181                      </property>           <bool>false</bool>
182                      <property name="alignment">          </property>
183                          <set>AlignTop</set>         </widget>
184                      </property>        </item>
185                      <property name="toolTip" stdset="0">        <item row="1" column="1" >
186                          <string>Engine name</string>         <widget class="QLabel" name="InstrumentStatusTextLabel" >
187                      </property>          <property name="minimumSize" >
188                  </widget>           <size>
189                  <widget class="QLabel" row="0" column="1">            <width>20</width>
190                      <property name="name">            <height>0</height>
191                          <cstring>MidiPortChannelTextLabel</cstring>           </size>
192                      </property>          </property>
193                      <property name="minimumSize">          <property name="toolTip" >
194                          <size>           <string>Instrument load status</string>
195                              <width>20</width>          </property>
196                              <height>0</height>          <property name="text" >
197                          </size>           <string>--</string>
198                      </property>          </property>
199                      <property name="paletteForegroundColor">          <property name="alignment" >
200                          <color>           <set>Qt::AlignCenter</set>
201                              <red>255</red>          </property>
202                              <green>255</green>          <property name="wordWrap" >
203                              <blue>127</blue>           <bool>false</bool>
204                          </color>          </property>
205                      </property>         </widget>
206                      <property name="paletteBackgroundPixmap">        </item>
207                          <pixmap>displaybg1.png</pixmap>       </layout>
208                      </property>      </widget>
209                      <property name="backgroundOrigin">     </item>
210                          <enum>ParentOrigin</enum>     <item>
211                      </property>      <widget class="QPushButton" name="ChannelMutePushButton" >
212                      <property name="text">       <property name="maximumSize" >
213                          <string>--/--</string>        <size>
214                      </property>         <width>48</width>
215                      <property name="alignment">         <height>32</height>
216                          <set>AlignTop</set>        </size>
217                      </property>       </property>
218                      <property name="toolTip" stdset="0">       <property name="toolTip" >
219                          <string>MIDI Port/Channel</string>        <string>Channel mute</string>
220                      </property>       </property>
221                  </widget>       <property name="text" >
222              </grid>        <string>&amp;Mute</string>
223          </widget>       </property>
224          <widget class="QSlider">       <property name="shortcut" >
225              <property name="name">        <string>Alt+M</string>
226                  <cstring>VolumeSlider</cstring>       </property>
227              </property>       <property name="checkable" >
228              <property name="minimumSize">        <bool>true</bool>
229                  <size>       </property>
230                      <width>180</width>      </widget>
231                      <height>0</height>     </item>
232                  </size>     <item>
233              </property>      <widget class="QPushButton" name="ChannelSoloPushButton" >
234              <property name="maxValue">       <property name="maximumSize" >
235                  <number>100</number>        <size>
236              </property>         <width>48</width>
237              <property name="orientation">         <height>32</height>
238                  <enum>Horizontal</enum>        </size>
239              </property>       </property>
240              <property name="tickmarks">       <property name="toolTip" >
241                  <enum>Both</enum>        <string>Channel solo</string>
242              </property>       </property>
243              <property name="tickInterval">       <property name="text" >
244                  <number>10</number>        <string>&amp;Solo</string>
245              </property>       </property>
246              <property name="toolTip" stdset="0">       <property name="shortcut" >
247                  <string>Channel volume</string>        <string>Alt+S</string>
248              </property>       </property>
249          </widget>       <property name="checkable" >
250          <widget class="QSpinBox">        <bool>true</bool>
251              <property name="name">       </property>
252                  <cstring>VolumeSpinBox</cstring>      </widget>
253              </property>     </item>
254              <property name="minimumSize">     <item>
255                  <size>      <widget class="QSlider" name="VolumeSlider" >
256                      <width>40</width>       <property name="minimumSize" >
257                      <height>0</height>        <size>
258                  </size>         <width>100</width>
259              </property>         <height>0</height>
260              <property name="maximumSize">        </size>
261                  <size>       </property>
262                      <width>60</width>       <property name="maximumSize" >
263                      <height>32767</height>        <size>
264                  </size>         <width>32767</width>
265              </property>         <height>32</height>
266              <property name="maxValue">        </size>
267                  <number>100</number>       </property>
268              </property>       <property name="toolTip" >
269              <property name="toolTip" stdset="0">        <string>Channel volume</string>
270                  <string>Channel volume</string>       </property>
271              </property>       <property name="maximum" >
272          </widget>        <number>100</number>
273          <widget class="QProgressBar">       </property>
274              <property name="name">       <property name="orientation" >
275                  <cstring>StreamUsageProgressBar</cstring>        <enum>Qt::Horizontal</enum>
276              </property>       </property>
277              <property name="sizePolicy">       <property name="tickPosition" >
278                  <sizepolicy>        <enum>QSlider::TicksBothSides</enum>
279                      <hsizetype>1</hsizetype>       </property>
280                      <vsizetype>0</vsizetype>       <property name="tickInterval" >
281                      <horstretch>0</horstretch>        <number>10</number>
282                      <verstretch>0</verstretch>       </property>
283                  </sizepolicy>      </widget>
284              </property>     </item>
285              <property name="minimumSize">     <item>
286                  <size>      <widget class="QSpinBox" name="VolumeSpinBox" >
287                      <width>100</width>       <property name="minimumSize" >
288                      <height>0</height>        <size>
289                  </size>         <width>60</width>
290              </property>         <height>0</height>
291              <property name="maximumSize">        </size>
292                  <size>       </property>
293                      <width>32767</width>       <property name="maximumSize" >
294                      <height>22</height>        <size>
295                  </size>         <width>120</width>
296              </property>         <height>24</height>
297              <property name="indicatorFollowsStyle">        </size>
298                  <bool>false</bool>       </property>
299              </property>       <property name="toolTip" >
300              <property name="toolTip" stdset="0">        <string>Channel volume</string>
301                  <string>Least buffer fill stream usage (%)</string>       </property>
302              </property>       <property name="suffix" >
303          </widget>        <string> %</string>
304          <widget class="QLabel">       </property>
305              <property name="name">       <property name="maximum" >
306                  <cstring>StreamVoiceCountTextLabel</cstring>        <number>100</number>
307              </property>       </property>
308              <property name="minimumSize">      </widget>
309                  <size>     </item>
310                      <width>60</width>     <item>
311                      <height>0</height>      <widget class="QPushButton" name="FxPushButton" >
312                  </size>       <property name="maximumSize" >
313              </property>        <size>
314              <property name="maximumSize">         <width>48</width>
315                  <size>         <height>32</height>
316                      <width>32767</width>        </size>
317                      <height>22</height>       </property>
318                  </size>       <property name="toolTip" >
319              </property>        <string>Edit Channel's Effect Settings</string>
320              <property name="paletteForegroundColor">       </property>
321                  <color>       <property name="text" >
322                      <red>0</red>        <string>&amp;FX</string>
323                      <green>255</green>       </property>
324                      <blue>0</blue>       <property name="shortcut" >
325                  </color>        <string>Alt+F</string>
326              </property>       </property>
327              <property name="paletteBackgroundColor">      </widget>
328                  <color>     </item>
329                      <red>0</red>     <item>
330                      <green>0</green>      <widget class="QPushButton" name="ChannelEditPushButton" >
331                      <blue>0</blue>       <property name="maximumSize" >
332                  </color>        <size>
333              </property>         <width>48</width>
334              <property name="frameShape">         <height>32</height>
335                  <enum>Panel</enum>        </size>
336              </property>       </property>
337              <property name="frameShadow">       <property name="toolTip" >
338                  <enum>Sunken</enum>        <string>Edit channel's instrument</string>
339              </property>       </property>
340              <property name="text">       <property name="text" >
341                  <string>--/--</string>        <string>&amp;Edit</string>
342              </property>       </property>
343              <property name="alignment">       <property name="shortcut" >
344                  <set>AlignCenter</set>        <string>Alt+E</string>
345              </property>       </property>
346              <property name="toolTip" stdset="0">      </widget>
347                  <string>Stream / Voice count</string>     </item>
348              </property>     <item>
349          </widget>      <widget class="QProgressBar" name="StreamUsageProgressBar" >
350      </hbox>       <property name="sizePolicy" >
351  </widget>        <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
352  <connections>         <horstretch>0</horstretch>
353      <connection>         <verstretch>0</verstretch>
354          <sender>ChannelSetupPushButton</sender>        </sizepolicy>
355          <signal>clicked()</signal>       </property>
356          <receiver>qsamplerChannelStrip</receiver>       <property name="minimumSize" >
357          <slot>channelSetup()</slot>        <size>
358      </connection>         <width>64</width>
359      <connection>         <height>0</height>
360          <sender>VolumeSlider</sender>        </size>
361          <signal>valueChanged(int)</signal>       </property>
362          <receiver>qsamplerChannelStrip</receiver>       <property name="maximumSize" >
363          <slot>volumeChanged(int)</slot>        <size>
364      </connection>         <width>32767</width>
365      <connection>         <height>24</height>
366          <sender>VolumeSpinBox</sender>        </size>
367          <signal>valueChanged(int)</signal>       </property>
368          <receiver>qsamplerChannelStrip</receiver>       <property name="toolTip" >
369          <slot>volumeChanged(int)</slot>        <string>Least buffer fill stream usage (%)</string>
370      </connection>       </property>
371  </connections>       <property name="orientation" >
372  <tabstops>        <enum>Qt::Horizontal</enum>
373      <tabstop>ChannelSetupPushButton</tabstop>       </property>
374      <tabstop>VolumeSlider</tabstop>      </widget>
375      <tabstop>VolumeSpinBox</tabstop>     </item>
376  </tabstops>     <item>
377  <includes>      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
378      <include location="global" impldecl="in declaration">lscp/client.h</include>       <property name="minimumSize" >
379      <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>        <size>
380  </includes>         <width>48</width>
381  <forwards>         <height>0</height>
382      <forward>class qsamplerOptions;</forward>        </size>
383      <forward>class qsamplerMainForm;</forward>       </property>
384  </forwards>       <property name="maximumSize" >
385  <variables>        <size>
386      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>         <width>32767</width>
387      <variable access="private">int m_iChannelID;</variable>         <height>32</height>
388      <variable access="private">QString m_sEngineName;</variable>        </size>
389      <variable access="private">QString m_sInstrumentFile;</variable>       </property>
390      <variable access="private">int m_iInstrumentNr;</variable>       <property name="toolTip" >
391      <variable access="private">QString m_sMidiDriver;</variable>        <string>Stream / Voice count</string>
392      <variable access="private">int m_iMidiDevice;</variable>       </property>
393      <variable access="private">int m_iMidiPort;</variable>       <property name="autoFillBackground" >
394      <variable access="private">int m_iMidiChannel;</variable>        <bool>true</bool>
395      <variable access="private">QString m_sAudioDriver;</variable>       </property>
396      <variable access="private">int m_iAudioDevice;</variable>       <property name="frameShape" >
397      <variable access="private">float m_fVolume;</variable>        <enum>QFrame::StyledPanel</enum>
398      <variable access="private">int m_iDirtyChange;</variable>       </property>
399  </variables>       <property name="frameShadow" >
400  <signals>        <enum>QFrame::Sunken</enum>
401      <signal>channelChanged( qsamplerChannelStrip * )</signal>       </property>
402  </signals>       <property name="text" >
403  <slots>        <string>--/--</string>
404      <slot specifier="non virtual">channelSetup()</slot>       </property>
405      <slot specifier="non virtual">volumeChanged(int)</slot>       <property name="alignment" >
406  </slots>        <set>Qt::AlignCenter</set>
407  <functions>       </property>
408      <function access="private" specifier="non virtual">init()</function>       <property name="wordWrap" >
409      <function access="private" specifier="non virtual">destroy()</function>        <bool>false</bool>
410      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm, int iChannelID )</function>       </property>
411      <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>      </widget>
412      <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>     </item>
413      <function specifier="non virtual" returnType="int">channelID( void )</function>    </layout>
414      <function specifier="non virtual">setChannelID( int iChannelID )</function>   </widget>
415      <function specifier="non virtual" returnType="QString&amp;">engineName( void )</function>   <layoutdefault spacing="0" margin="0" />
416      <function specifier="non virtual" returnType="bool">loadEngine( const QString&amp; sEngineName )</function>   <tabstops>
417      <function specifier="non virtual" returnType="QString&amp;">instrumentFile( void )</function>    <tabstop>ChannelSetupPushButton</tabstop>
418      <function specifier="non virtual" returnType="int">instrumentNr( void )</function>    <tabstop>ChannelMutePushButton</tabstop>
419      <function specifier="non virtual" returnType="bool">loadInstrument( const QString&amp; sInstrumentFile, int iInstrumentNr )</function>    <tabstop>ChannelSoloPushButton</tabstop>
420      <function specifier="non virtual" returnType="QString&amp;">midiDriver( void )</function>    <tabstop>VolumeSlider</tabstop>
421      <function specifier="non virtual" returnType="bool">setMidiDriver( const QString&amp; sMidiDriver )</function>    <tabstop>VolumeSpinBox</tabstop>
422      <function specifier="non virtual" returnType="int">midiDevice( void )</function>    <tabstop>ChannelEditPushButton</tabstop>
423      <function specifier="non virtual" returnType="bool">setMidiDevice( int iMidiDevice )</function>   </tabstops>
424      <function specifier="non virtual" returnType="int">midiPort( void )</function>   <resources>
425      <function specifier="non virtual" returnType="bool">setMidiPort( int iMidiPort )</function>    <include location="../icons/qsampler.qrc" />
426      <function specifier="non virtual" returnType="int">midiChannel( void )</function>   </resources>
427      <function specifier="non virtual" returnType="bool">setMidiChannel( int iMidiChannel )</function>   <connections/>
428      <function specifier="non virtual" returnType="int">audioDevice( void )</function>  </ui>
     <function specifier="non virtual" returnType="bool">setAudioDevice( int iAudioDevice )</function>  
     <function specifier="non virtual" returnType="QString&amp;">audioDriver( void )</function>  
     <function specifier="non virtual" returnType="bool">setAudioDriver( const QString&amp; sAudioDriver )</function>  
     <function specifier="non virtual" returnType="float">volume( void )</function>  
     <function specifier="non virtual" returnType="bool">setVolume( float fVolume )</function>  
     <function specifier="non virtual" returnType="QFont">displayFont( void )</function>  
     <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>  
     <function specifier="non virtual">updateChannelInfo( void )</function>  
     <function specifier="non virtual">updateChannelVolume( void )</function>  
     <function specifier="non virtual">updateChannelUsage( void )</function>  
     <function specifier="non virtual">appendMessages( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>  
     <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>  
     <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="0" margin="0"/>  
 </UI>  

Legend:
Removed from v.118  
changed lines
  Added in v.1667

  ViewVC Help
Powered by ViewVC