/[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 1018 by capela, Wed Jan 10 19:39:00 2007 UTC revision 2569 by schoenebeck, Tue May 20 20:04:19 2014 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <?xml version="1.0" encoding="UTF-8"?>
2  <class>qsamplerChannelStrip</class>  <ui version="4.0">
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.
7       Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
10     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 21 
21     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22    
23  </comment>  </comment>
24  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelStrip</class>
25  <widget class="QWidget">   <widget class="QWidget" name="qsamplerChannelStrip">
26      <property name="name">    <property name="geometry">
27          <cstring>qsamplerChannelStrip</cstring>     <rect>
28      </property>      <x>0</x>
29      <property name="geometry">      <y>0</y>
30          <rect>      <width>815</width>
31              <x>0</x>      <height>61</height>
32              <y>0</y>     </rect>
33              <width>720</width>    </property>
34              <height>48</height>    <property name="sizePolicy">
35          </rect>     <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
36      </property>      <horstretch>0</horstretch>
37      <property name="sizePolicy">      <verstretch>0</verstretch>
38          <sizepolicy>     </sizepolicy>
39              <hsizetype>7</hsizetype>    </property>
40              <vsizetype>1</vsizetype>    <property name="focusPolicy">
41              <horstretch>0</horstretch>     <enum>Qt::StrongFocus</enum>
42              <verstretch>0</verstretch>    </property>
43          </sizepolicy>    <property name="windowTitle">
44      </property>     <string>Qsampler: Channel</string>
45      <property name="caption">    </property>
46          <string>Qsampler: Channel</string>    <property name="windowIcon">
47      </property>     <iconset resource="qsampler.qrc">
48      <property name="icon">      <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
49          <pixmap>qsamplerChannel.png</pixmap>    </property>
50      </property>    <layout class="QHBoxLayout">
51      <property name="focusPolicy">     <property name="spacing">
52          <enum>StrongFocus</enum>      <number>4</number>
53      </property>     </property>
54      <hbox>     <property name="margin">
55          <property name="name">      <number>4</number>
56              <cstring>unnamed</cstring>     </property>
57          </property>     <item>
58          <property name="margin">      <widget class="QPushButton" name="ChannelSetupPushButton">
59              <number>4</number>       <property name="minimumSize">
60          </property>        <size>
61          <property name="spacing">         <width>100</width>
62              <number>4</number>         <height>0</height>
63          </property>        </size>
64          <widget class="QPushButton">       </property>
65              <property name="name">       <property name="maximumSize">
66                  <cstring>ChannelSetupPushButton</cstring>        <size>
67              </property>         <width>120</width>
68              <property name="text">         <height>32</height>
69                  <string>&amp;Channel</string>        </size>
70              </property>       </property>
71              <property name="accel">       <property name="toolTip">
72                  <string>Alt+C</string>        <string>Channel setup</string>
73              </property>       </property>
74              <property name="iconSet">       <property name="text">
75                  <iconset>qsamplerChannel.png</iconset>        <string>&amp;Channel</string>
76              </property>       </property>
77              <property name="flat">       <property name="icon">
78                  <bool>true</bool>        <iconset resource="qsampler.qrc">
79              </property>         <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
80              <property name="toolTip" stdset="0">       </property>
81                  <string>Channel setup</string>       <property name="shortcut">
82              </property>        <string>Alt+C</string>
83          </widget>       </property>
84          <widget class="QFrame">      </widget>
85              <property name="name">     </item>
86                  <cstring>ChannelInfoFrame</cstring>     <item>
87              </property>      <widget class="QFrame" name="ChannelInfoFrame">
88              <property name="sizePolicy">       <property name="sizePolicy">
89                  <sizepolicy>        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
90                      <hsizetype>5</hsizetype>         <horstretch>0</horstretch>
91                      <vsizetype>5</vsizetype>         <verstretch>0</verstretch>
92                      <horstretch>0</horstretch>        </sizepolicy>
93                      <verstretch>0</verstretch>       </property>
94                  </sizepolicy>       <property name="minimumSize">
95              </property>        <size>
96              <property name="minimumSize">         <width>180</width>
97                  <size>         <height>0</height>
98                      <width>200</width>        </size>
99                      <height>0</height>       </property>
100                  </size>       <property name="maximumSize">
101              </property>        <size>
102              <property name="maximumSize">         <width>320</width>
103                  <size>         <height>64</height>
104                      <width>320</width>        </size>
105                      <height>64</height>       </property>
106                  </size>       <property name="autoFillBackground">
107              </property>        <bool>true</bool>
108              <property name="paletteBackgroundColor">       </property>
109                  <color>       <property name="frameShape">
110                      <red>0</red>        <enum>QFrame::StyledPanel</enum>
111                      <green>0</green>       </property>
112                      <blue>0</blue>       <property name="frameShadow">
113                  </color>        <enum>QFrame::Sunken</enum>
114              </property>       </property>
115              <property name="paletteBackgroundPixmap">       <layout class="QGridLayout">
116                  <pixmap>displaybg1.png</pixmap>        <property name="margin">
117              </property>         <number>2</number>
118              <property name="frameShape">        </property>
119                  <enum>Panel</enum>        <property name="spacing">
120              </property>         <number>0</number>
121              <property name="frameShadow">        </property>
122                  <enum>Sunken</enum>        <item row="0" column="0">
123              </property>         <widget class="QLabel" name="EngineNameTextLabel">
124              <grid>          <property name="text">
125                  <property name="name">           <string>--</string>
126                      <cstring>unnamed</cstring>          </property>
127                  </property>         </widget>
128                  <property name="margin">        </item>
129                      <number>2</number>        <item row="0" column="2">
130                  </property>         <widget class="QLabel" name="MidiPortChannelTextLabel">
131                  <widget class="QLabel" row="0" column="0">          <property name="sizePolicy">
132                      <property name="name">           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
133                          <cstring>EngineNameTextLabel</cstring>            <horstretch>0</horstretch>
134                      </property>            <verstretch>0</verstretch>
135                      <property name="sizePolicy">           </sizepolicy>
136                          <sizepolicy>          </property>
137                              <hsizetype>7</hsizetype>          <property name="minimumSize">
138                              <vsizetype>5</vsizetype>           <size>
139                              <horstretch>0</horstretch>            <width>20</width>
140                              <verstretch>0</verstretch>            <height>0</height>
141                          </sizepolicy>           </size>
142                      </property>          </property>
143                      <property name="paletteForegroundColor">          <property name="toolTip">
144                          <color>           <string>MIDI port / channel</string>
145                              <red>255</red>          </property>
146                              <green>255</green>          <property name="text">
147                              <blue>127</blue>           <string>-- / --</string>
148                          </color>          </property>
149                      </property>          <property name="alignment">
150                      <property name="paletteBackgroundPixmap">           <set>Qt::AlignHCenter|Qt::AlignTop</set>
151                          <pixmap>displaybg1.png</pixmap>          </property>
152                      </property>          <property name="wordWrap">
153                      <property name="backgroundOrigin">           <bool>false</bool>
154                          <enum>ParentOrigin</enum>          </property>
155                      </property>         </widget>
156                      <property name="text">        </item>
157                          <string>--</string>        <item row="1" column="2">
158                      </property>         <widget class="QLabel" name="InstrumentStatusTextLabel">
159                      <property name="alignment">          <property name="minimumSize">
160                          <set>AlignTop</set>           <size>
161                      </property>            <width>20</width>
162                      <property name="toolTip" stdset="0">            <height>0</height>
163                          <string>Engine name</string>           </size>
164                      </property>          </property>
165                  </widget>          <property name="toolTip">
166                  <widget class="QLabel" row="1" column="0">           <string>Instrument load status</string>
167                      <property name="name">          </property>
168                          <cstring>InstrumentNameTextLabel</cstring>          <property name="text">
169                      </property>           <string>--</string>
170                      <property name="paletteForegroundColor">          </property>
171                          <color>          <property name="alignment">
172                              <red>0</red>           <set>Qt::AlignCenter</set>
173                              <green>255</green>          </property>
174                              <blue>0</blue>          <property name="wordWrap">
175                          </color>           <bool>false</bool>
176                      </property>          </property>
177                      <property name="paletteBackgroundPixmap">         </widget>
178                          <pixmap>displaybg1.png</pixmap>        </item>
179                      </property>        <item row="0" column="1">
180                      <property name="backgroundOrigin">         <widget class="QLabel" name="MidiActivityLabel">
181                          <enum>ParentOrigin</enum>          <property name="sizePolicy">
182                      </property>           <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
183                      <property name="text">            <horstretch>0</horstretch>
184                          <string>--</string>            <verstretch>0</verstretch>
185                      </property>           </sizepolicy>
186                      <property name="toolTip" stdset="0">          </property>
187                          <string>Instrument name</string>          <property name="minimumSize">
188                      </property>           <size>
189                  </widget>            <width>16</width>
190                  <widget class="QLabel" row="0" column="1">            <height>16</height>
191                      <property name="name">           </size>
192                          <cstring>MidiPortChannelTextLabel</cstring>          </property>
193                      </property>          <property name="maximumSize">
194                      <property name="minimumSize">           <size>
195                          <size>            <width>16</width>
196                              <width>20</width>            <height>16</height>
197                              <height>0</height>           </size>
198                          </size>          </property>
199                      </property>          <property name="baseSize">
200                      <property name="paletteForegroundColor">           <size>
201                          <color>            <width>16</width>
202                              <red>255</red>            <height>16</height>
203                              <green>255</green>           </size>
204                              <blue>127</blue>          </property>
205                          </color>          <property name="toolTip">
206                      </property>           <string>MIDI activity</string>
207                      <property name="paletteBackgroundPixmap">          </property>
208                          <pixmap>displaybg1.png</pixmap>          <property name="frameShape">
209                      </property>           <enum>QFrame::NoFrame</enum>
210                      <property name="backgroundOrigin">          </property>
211                          <enum>ParentOrigin</enum>          <property name="frameShadow">
212                      </property>           <enum>QFrame::Plain</enum>
213                      <property name="text">          </property>
214                          <string>-- / --</string>          <property name="text">
215                      </property>           <string/>
216                      <property name="alignment">          </property>
217                          <set>AlignTop|AlignHCenter</set>          <property name="alignment">
218                      </property>           <set>Qt::AlignCenter</set>
219                      <property name="toolTip" stdset="0">          </property>
220                          <string>MIDI port / channel</string>         </widget>
221                      </property>        </item>
222                  </widget>        <item row="1" column="0">
223                  <widget class="QLabel" row="1" column="1">         <widget class="QPushButton" name="InstrumentNamePushButton">
224                      <property name="name">          <property name="toolTip">
225                          <cstring>InstrumentStatusTextLabel</cstring>           <string>Instrument name</string>
226                      </property>          </property>
227                      <property name="minimumSize">          <property name="styleSheet">
228                          <size>           <string notr="true">text-align: left; margin: 0px;</string>
229                              <width>20</width>          </property>
230                              <height>0</height>          <property name="text">
231                          </size>           <string>--</string>
232                      </property>          </property>
233                      <property name="paletteForegroundColor">          <property name="flat">
234                          <color>           <bool>true</bool>
235                              <red>0</red>          </property>
236                              <green>255</green>         </widget>
237                              <blue>0</blue>        </item>
238                          </color>       </layout>
239                      </property>      </widget>
240                      <property name="paletteBackgroundPixmap">     </item>
241                          <pixmap>displaybg1.png</pixmap>     <item>
242                      </property>      <widget class="QPushButton" name="ChannelMutePushButton">
243                      <property name="backgroundOrigin">       <property name="maximumSize">
244                          <enum>ParentOrigin</enum>        <size>
245                      </property>         <width>48</width>
246                      <property name="text">         <height>32</height>
247                          <string>--</string>        </size>
248                      </property>       </property>
249                      <property name="alignment">       <property name="toolTip">
250                          <set>AlignCenter</set>        <string>Channel mute</string>
251                      </property>       </property>
252                      <property name="toolTip" stdset="0">       <property name="text">
253                          <string>Instrument load status</string>        <string>&amp;Mute</string>
254                      </property>       </property>
255                  </widget>       <property name="shortcut">
256              </grid>        <string>Alt+M</string>
257          </widget>       </property>
258          <widget class="QPushButton">       <property name="checkable">
259              <property name="name">        <bool>true</bool>
260                  <cstring>ChannelMutePushButton</cstring>       </property>
261              </property>      </widget>
262              <property name="maximumSize">     </item>
263                  <size>     <item>
264                      <width>48</width>      <widget class="QPushButton" name="ChannelSoloPushButton">
265                      <height>64</height>       <property name="maximumSize">
266                  </size>        <size>
267              </property>         <width>48</width>
268              <property name="text">         <height>32</height>
269                  <string>&amp;Mute</string>        </size>
270              </property>       </property>
271              <property name="accel">       <property name="toolTip">
272                  <string>Alt+M</string>        <string>Channel solo</string>
273              </property>       </property>
274              <property name="toggleButton">       <property name="text">
275                  <bool>true</bool>        <string>&amp;Solo</string>
276              </property>       </property>
277              <property name="toolTip" stdset="0">       <property name="shortcut">
278                  <string>Channel mute</string>        <string>Alt+S</string>
279              </property>       </property>
280          </widget>       <property name="checkable">
281          <widget class="QPushButton">        <bool>true</bool>
282              <property name="name">       </property>
283                  <cstring>ChannelSoloPushButton</cstring>      </widget>
284              </property>     </item>
285              <property name="maximumSize">     <item>
286                  <size>      <widget class="QSlider" name="VolumeSlider">
287                      <width>48</width>       <property name="minimumSize">
288                      <height>64</height>        <size>
289                  </size>         <width>100</width>
290              </property>         <height>0</height>
291              <property name="text">        </size>
292                  <string>&amp;Solo</string>       </property>
293              </property>       <property name="maximumSize">
294              <property name="accel">        <size>
295                  <string>Alt+S</string>         <width>32767</width>
296              </property>         <height>32</height>
297              <property name="toggleButton">        </size>
298                  <bool>true</bool>       </property>
299              </property>       <property name="toolTip">
300              <property name="toolTip" stdset="0">        <string>Channel volume</string>
301                  <string>Channel solo</string>       </property>
302              </property>       <property name="maximum">
303          </widget>        <number>100</number>
304          <widget class="QSlider">       </property>
305              <property name="name">       <property name="orientation">
306                  <cstring>VolumeSlider</cstring>        <enum>Qt::Horizontal</enum>
307              </property>       </property>
308              <property name="minimumSize">       <property name="tickPosition">
309                  <size>        <enum>QSlider::TicksBothSides</enum>
310                      <width>120</width>       </property>
311                      <height>0</height>       <property name="tickInterval">
312                  </size>        <number>10</number>
313              </property>       </property>
314              <property name="maxValue">      </widget>
315                  <number>100</number>     </item>
316              </property>     <item>
317              <property name="orientation">      <widget class="QSpinBox" name="VolumeSpinBox">
318                  <enum>Horizontal</enum>       <property name="minimumSize">
319              </property>        <size>
320              <property name="tickmarks">         <width>60</width>
321                  <enum>Both</enum>         <height>0</height>
322              </property>        </size>
323              <property name="tickInterval">       </property>
324                  <number>10</number>       <property name="maximumSize">
325              </property>        <size>
326              <property name="toolTip" stdset="0">         <width>120</width>
327                  <string>Channel volume</string>         <height>24</height>
328              </property>        </size>
329          </widget>       </property>
330          <widget class="QSpinBox">       <property name="toolTip">
331              <property name="name">        <string>Channel volume</string>
332                  <cstring>VolumeSpinBox</cstring>       </property>
333              </property>       <property name="suffix">
334              <property name="minimumSize">        <string> %</string>
335                  <size>       </property>
336                      <width>40</width>       <property name="maximum">
337                      <height>0</height>        <number>100</number>
338                  </size>       </property>
339              </property>      </widget>
340              <property name="maximumSize">     </item>
341                  <size>     <item>
342                      <width>60</width>      <widget class="QPushButton" name="FxPushButton">
343                      <height>32767</height>       <property name="maximumSize">
344                  </size>        <size>
345              </property>         <width>48</width>
346              <property name="suffix">         <height>32</height>
347                  <string> %</string>        </size>
348              </property>       </property>
349              <property name="maxValue">       <property name="toolTip">
350                  <number>100</number>        <string>Edit Channel's Effect Settings</string>
351              </property>       </property>
352              <property name="toolTip" stdset="0">       <property name="text">
353                  <string>Channel volume</string>        <string>&amp;FX</string>
354              </property>       </property>
355          </widget>       <property name="shortcut">
356          <widget class="QProgressBar">        <string>Alt+F</string>
357              <property name="name">       </property>
358                  <cstring>StreamUsageProgressBar</cstring>      </widget>
359              </property>     </item>
360              <property name="sizePolicy">     <item>
361                  <sizepolicy>      <widget class="QPushButton" name="ChannelEditPushButton">
362                      <hsizetype>1</hsizetype>       <property name="maximumSize">
363                      <vsizetype>0</vsizetype>        <size>
364                      <horstretch>0</horstretch>         <width>48</width>
365                      <verstretch>0</verstretch>         <height>32</height>
366                  </sizepolicy>        </size>
367              </property>       </property>
368              <property name="minimumSize">       <property name="toolTip">
369                  <size>        <string>Edit channel's instrument</string>
370                      <width>100</width>       </property>
371                      <height>0</height>       <property name="text">
372                  </size>        <string>&amp;Edit</string>
373              </property>       </property>
374              <property name="maximumSize">       <property name="shortcut">
375                  <size>        <string>Alt+E</string>
376                      <width>32767</width>       </property>
377                      <height>22</height>      </widget>
378                  </size>     </item>
379              </property>     <item>
380              <property name="indicatorFollowsStyle">      <widget class="QProgressBar" name="StreamUsageProgressBar">
381                  <bool>false</bool>       <property name="sizePolicy">
382              </property>        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
383              <property name="toolTip" stdset="0">         <horstretch>0</horstretch>
384                  <string>Least buffer fill stream usage (%)</string>         <verstretch>0</verstretch>
385              </property>        </sizepolicy>
386          </widget>       </property>
387          <widget class="QLabel">       <property name="minimumSize">
388              <property name="name">        <size>
389                  <cstring>StreamVoiceCountTextLabel</cstring>         <width>64</width>
390              </property>         <height>0</height>
391              <property name="minimumSize">        </size>
392                  <size>       </property>
393                      <width>60</width>       <property name="maximumSize">
394                      <height>0</height>        <size>
395                  </size>         <width>32767</width>
396              </property>         <height>24</height>
397              <property name="maximumSize">        </size>
398                  <size>       </property>
399                      <width>32767</width>       <property name="toolTip">
400                      <height>22</height>        <string>Least buffer fill stream usage (%)</string>
401                  </size>       </property>
402              </property>       <property name="orientation">
403              <property name="paletteForegroundColor">        <enum>Qt::Horizontal</enum>
404                  <color>       </property>
405                      <red>0</red>      </widget>
406                      <green>255</green>     </item>
407                      <blue>0</blue>     <item>
408                  </color>      <widget class="QLabel" name="StreamVoiceCountTextLabel">
409              </property>       <property name="minimumSize">
410              <property name="paletteBackgroundColor">        <size>
411                  <color>         <width>48</width>
412                      <red>0</red>         <height>0</height>
413                      <green>0</green>        </size>
414                      <blue>0</blue>       </property>
415                  </color>       <property name="maximumSize">
416              </property>        <size>
417              <property name="frameShape">         <width>32767</width>
418                  <enum>Panel</enum>         <height>32</height>
419              </property>        </size>
420              <property name="frameShadow">       </property>
421                  <enum>Sunken</enum>       <property name="toolTip">
422              </property>        <string>Stream / Voice count</string>
423              <property name="text">       </property>
424                  <string>--/--</string>       <property name="autoFillBackground">
425              </property>        <bool>true</bool>
426              <property name="alignment">       </property>
427                  <set>AlignCenter</set>       <property name="frameShape">
428              </property>        <enum>QFrame::StyledPanel</enum>
429              <property name="toolTip" stdset="0">       </property>
430                  <string>Stream / Voice count</string>       <property name="frameShadow">
431              </property>        <enum>QFrame::Sunken</enum>
432          </widget>       </property>
433      </hbox>       <property name="text">
434  </widget>        <string>--/--</string>
435  <connections>       </property>
436      <connection>       <property name="alignment">
437          <sender>ChannelSetupPushButton</sender>        <set>Qt::AlignCenter</set>
438          <signal>clicked()</signal>       </property>
439          <receiver>qsamplerChannelStrip</receiver>       <property name="wordWrap">
440          <slot>channelSetup()</slot>        <bool>false</bool>
441      </connection>       </property>
442      <connection>      </widget>
443          <sender>ChannelMutePushButton</sender>     </item>
444          <signal>toggled(bool)</signal>    </layout>
445          <receiver>qsamplerChannelStrip</receiver>   </widget>
446          <slot>channelMute(bool)</slot>   <layoutdefault spacing="0" margin="0"/>
447      </connection>   <tabstops>
448      <connection>    <tabstop>ChannelSetupPushButton</tabstop>
449          <sender>ChannelSoloPushButton</sender>    <tabstop>ChannelMutePushButton</tabstop>
450          <signal>toggled(bool)</signal>    <tabstop>ChannelSoloPushButton</tabstop>
451          <receiver>qsamplerChannelStrip</receiver>    <tabstop>VolumeSlider</tabstop>
452          <slot>channelSolo(bool)</slot>    <tabstop>VolumeSpinBox</tabstop>
453      </connection>    <tabstop>ChannelEditPushButton</tabstop>
454      <connection>   </tabstops>
455          <sender>VolumeSlider</sender>   <resources>
456          <signal>valueChanged(int)</signal>    <include location="qsampler.qrc"/>
457          <receiver>qsamplerChannelStrip</receiver>   </resources>
458          <slot>volumeChanged(int)</slot>   <connections/>
459      </connection>  </ui>
     <connection>  
         <sender>VolumeSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerChannelStrip</receiver>  
         <slot>volumeChanged(int)</slot>  
     </connection>  
 </connections>  
 <tabstops>  
     <tabstop>ChannelSetupPushButton</tabstop>  
     <tabstop>ChannelMutePushButton</tabstop>  
     <tabstop>ChannelSoloPushButton</tabstop>  
     <tabstop>VolumeSlider</tabstop>  
     <tabstop>VolumeSpinBox</tabstop>  
 </tabstops>  
 <includes>  
     <include location="local" impldecl="in declaration">qsamplerChannel.h</include>  
 </includes>  
 <variables>  
     <variable access="private">qsamplerChannel *m_pChannel;</variable>  
     <variable access="private">int m_iDirtyChange;</variable>  
     <variable access="private">int m_iErrorCount;</variable>  
 </variables>  
 <signals>  
     <signal>channelChanged( qsamplerChannelStrip * )</signal>  
 </signals>  
 <slots>  
     <slot specifier="non virtual" returnType="bool">channelSetup()</slot>  
     <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>  
     <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>  
     <slot specifier="non virtual" returnType="bool">channelReset()</slot>  
     <slot specifier="non virtual">volumeChanged(int)</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function access="private" specifier="non virtual" returnType="bool">decodeDragFile( const QMimeSource * pEvent, QString &amp; sInstrumentFile )</function>  
     <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>  
     <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>  
     <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>  
     <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>  
     <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>  
     <function specifier="non virtual" returnType="QFont">displayFont( void )</function>  
     <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>  
     <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>  
     <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>  
     <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>  
     <function specifier="non virtual" returnType="bool">updateInstrumentName( bool bForce )</function>  
     <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>  
     <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>  
     <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>  
     <function specifier="non virtual">resetErrorCount( void )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="0" margin="0"/>  
 </UI>  

Legend:
Removed from v.1018  
changed lines
  Added in v.2569

  ViewVC Help
Powered by ViewVC