/[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 1507 by capela, Wed Nov 21 23:22:18 2007 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-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, 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 19  Line 20 
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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>795</width>
30              <x>0</x>      <height>56</height>
31              <y>0</y>     </rect>
32              <width>720</width>    </property>
33              <height>48</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy>
35      </property>      <hsizetype>7</hsizetype>
36      <property name="sizePolicy">      <vsizetype>1</vsizetype>
37          <sizepolicy>      <horstretch>0</horstretch>
38              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
39              <vsizetype>1</vsizetype>     </sizepolicy>
40              <horstretch>0</horstretch>    </property>
41              <verstretch>0</verstretch>    <property name="focusPolicy" >
42          </sizepolicy>     <enum>Qt::StrongFocus</enum>
43      </property>    </property>
44      <property name="caption">    <property name="windowTitle" >
45          <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
46      </property>    </property>
47      <property name="icon">    <property name="windowIcon" >
48          <pixmap>qsamplerChannel.png</pixmap>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
49      </property>    </property>
50      <property name="focusPolicy">    <layout class="QHBoxLayout" >
51          <enum>StrongFocus</enum>     <property name="margin" >
52      </property>      <number>4</number>
53      <hbox>     </property>
54          <property name="name">     <property name="spacing" >
55              <cstring>unnamed</cstring>      <number>4</number>
56          </property>     </property>
57          <property name="margin">     <item>
58              <number>4</number>      <widget class="QPushButton" name="ChannelSetupPushButton" >
59          </property>       <property name="toolTip" >
60          <property name="spacing">        <string>Channel setup</string>
61              <number>4</number>       </property>
62          </property>       <property name="text" >
63          <widget class="QPushButton">        <string>&amp;Channel</string>
64              <property name="name">       </property>
65                  <cstring>ChannelSetupPushButton</cstring>       <property name="icon" >
66              </property>        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
67              <property name="text">       </property>
68                  <string>&amp;Channel</string>       <property name="shortcut" >
69              </property>        <string>Alt+C</string>
70              <property name="accel">       </property>
71                  <string>Alt+C</string>       <property name="flat" >
72              </property>        <bool>false</bool>
73              <property name="iconSet">       </property>
74                  <iconset>qsamplerChannel.png</iconset>      </widget>
75              </property>     </item>
76              <property name="flat">     <item>
77                  <bool>true</bool>      <widget class="QFrame" name="ChannelInfoFrame" >
78              </property>       <property name="sizePolicy" >
79              <property name="toolTip" stdset="0">        <sizepolicy>
80                  <string>Channel setup</string>         <hsizetype>5</hsizetype>
81              </property>         <vsizetype>5</vsizetype>
82          </widget>         <horstretch>0</horstretch>
83          <widget class="QFrame">         <verstretch>0</verstretch>
84              <property name="name">        </sizepolicy>
85                  <cstring>ChannelInfoFrame</cstring>       </property>
86              </property>       <property name="minimumSize" >
87              <property name="sizePolicy">        <size>
88                  <sizepolicy>         <width>200</width>
89                      <hsizetype>5</hsizetype>         <height>0</height>
90                      <vsizetype>5</vsizetype>        </size>
91                      <horstretch>0</horstretch>       </property>
92                      <verstretch>0</verstretch>       <property name="maximumSize" >
93                  </sizepolicy>        <size>
94              </property>         <width>320</width>
95              <property name="minimumSize">         <height>64</height>
96                  <size>        </size>
97                      <width>200</width>       </property>
98                      <height>0</height>       <property name="autoFillBackground" >
99                  </size>        <bool>true</bool>
100              </property>       </property>
101              <property name="maximumSize">       <property name="frameShape" >
102                  <size>        <enum>QFrame::Panel</enum>
103                      <width>320</width>       </property>
104                      <height>64</height>       <property name="frameShadow" >
105                  </size>        <enum>QFrame::Sunken</enum>
106              </property>       </property>
107              <property name="paletteBackgroundColor">       <layout class="QGridLayout" >
108                  <color>        <property name="margin" >
109                      <red>0</red>         <number>2</number>
110                      <green>0</green>        </property>
111                      <blue>0</blue>        <property name="spacing" >
112                  </color>         <number>0</number>
113              </property>        </property>
114              <property name="paletteBackgroundPixmap">        <item row="0" column="0" >
115                  <pixmap>displaybg1.png</pixmap>         <widget class="QLabel" name="EngineNameTextLabel" >
116              </property>          <property name="sizePolicy" >
117              <property name="frameShape">           <sizepolicy>
118                  <enum>Panel</enum>            <hsizetype>7</hsizetype>
119              </property>            <vsizetype>5</vsizetype>
120              <property name="frameShadow">            <horstretch>0</horstretch>
121                  <enum>Sunken</enum>            <verstretch>0</verstretch>
122              </property>           </sizepolicy>
123              <grid>          </property>
124                  <property name="name">         </widget>
125                      <cstring>unnamed</cstring>        </item>
126                  </property>        <item row="1" column="0" >
127                  <property name="margin">         <widget class="QLabel" name="InstrumentNameTextLabel" >
128                      <number>2</number>          <property name="toolTip" >
129                  </property>           <string>Instrument name</string>
130                  <widget class="QLabel" row="0" column="0">          </property>
131                      <property name="name">          <property name="text" >
132                          <cstring>EngineNameTextLabel</cstring>           <string>--</string>
133                      </property>          </property>
134                      <property name="sizePolicy">          <property name="wordWrap" >
135                          <sizepolicy>           <bool>false</bool>
136                              <hsizetype>7</hsizetype>          </property>
137                              <vsizetype>5</vsizetype>         </widget>
138                              <horstretch>0</horstretch>        </item>
139                              <verstretch>0</verstretch>        <item row="0" column="1" >
140                          </sizepolicy>         <widget class="QLabel" name="MidiPortChannelTextLabel" >
141                      </property>          <property name="minimumSize" >
142                      <property name="paletteForegroundColor">           <size>
143                          <color>            <width>20</width>
144                              <red>255</red>            <height>0</height>
145                              <green>255</green>           </size>
146                              <blue>127</blue>          </property>
147                          </color>          <property name="toolTip" >
148                      </property>           <string>MIDI port / channel</string>
149                      <property name="paletteBackgroundPixmap">          </property>
150                          <pixmap>displaybg1.png</pixmap>          <property name="text" >
151                      </property>           <string>-- / --</string>
152                      <property name="backgroundOrigin">          </property>
153                          <enum>ParentOrigin</enum>          <property name="alignment" >
154                      </property>           <set>Qt::AlignHCenter|Qt::AlignTop</set>
155                      <property name="text">          </property>
156                          <string>--</string>          <property name="wordWrap" >
157                      </property>           <bool>false</bool>
158                      <property name="alignment">          </property>
159                          <set>AlignTop</set>         </widget>
160                      </property>        </item>
161                      <property name="toolTip" stdset="0">        <item row="1" column="1" >
162                          <string>Engine name</string>         <widget class="QLabel" name="InstrumentStatusTextLabel" >
163                      </property>          <property name="minimumSize" >
164                  </widget>           <size>
165                  <widget class="QLabel" row="1" column="0">            <width>20</width>
166                      <property name="name">            <height>0</height>
167                          <cstring>InstrumentNameTextLabel</cstring>           </size>
168                      </property>          </property>
169                      <property name="paletteForegroundColor">          <property name="toolTip" >
170                          <color>           <string>Instrument load status</string>
171                              <red>0</red>          </property>
172                              <green>255</green>          <property name="text" >
173                              <blue>0</blue>           <string>--</string>
174                          </color>          </property>
175                      </property>          <property name="alignment" >
176                      <property name="paletteBackgroundPixmap">           <set>Qt::AlignCenter</set>
177                          <pixmap>displaybg1.png</pixmap>          </property>
178                      </property>          <property name="wordWrap" >
179                      <property name="backgroundOrigin">           <bool>false</bool>
180                          <enum>ParentOrigin</enum>          </property>
181                      </property>         </widget>
182                      <property name="text">        </item>
183                          <string>--</string>       </layout>
184                      </property>      </widget>
185                      <property name="toolTip" stdset="0">     </item>
186                          <string>Instrument name</string>     <item>
187                      </property>      <widget class="QPushButton" name="ChannelMutePushButton" >
188                  </widget>       <property name="maximumSize" >
189                  <widget class="QLabel" row="0" column="1">        <size>
190                      <property name="name">         <width>48</width>
191                          <cstring>MidiPortChannelTextLabel</cstring>         <height>64</height>
192                      </property>        </size>
193                      <property name="minimumSize">       </property>
194                          <size>       <property name="toolTip" >
195                              <width>20</width>        <string>Channel mute</string>
196                              <height>0</height>       </property>
197                          </size>       <property name="text" >
198                      </property>        <string>&amp;Mute</string>
199                      <property name="paletteForegroundColor">       </property>
200                          <color>       <property name="shortcut" >
201                              <red>255</red>        <string>Alt+M</string>
202                              <green>255</green>       </property>
203                              <blue>127</blue>       <property name="checkable" >
204                          </color>        <bool>true</bool>
205                      </property>       </property>
206                      <property name="paletteBackgroundPixmap">      </widget>
207                          <pixmap>displaybg1.png</pixmap>     </item>
208                      </property>     <item>
209                      <property name="backgroundOrigin">      <widget class="QPushButton" name="ChannelSoloPushButton" >
210                          <enum>ParentOrigin</enum>       <property name="maximumSize" >
211                      </property>        <size>
212                      <property name="text">         <width>48</width>
213                          <string>-- / --</string>         <height>64</height>
214                      </property>        </size>
215                      <property name="alignment">       </property>
216                          <set>AlignTop|AlignHCenter</set>       <property name="toolTip" >
217                      </property>        <string>Channel solo</string>
218                      <property name="toolTip" stdset="0">       </property>
219                          <string>MIDI port / channel</string>       <property name="text" >
220                      </property>        <string>&amp;Solo</string>
221                  </widget>       </property>
222                  <widget class="QLabel" row="1" column="1">       <property name="shortcut" >
223                      <property name="name">        <string>Alt+S</string>
224                          <cstring>InstrumentStatusTextLabel</cstring>       </property>
225                      </property>       <property name="checkable" >
226                      <property name="minimumSize">        <bool>true</bool>
227                          <size>       </property>
228                              <width>20</width>      </widget>
229                              <height>0</height>     </item>
230                          </size>     <item>
231                      </property>      <widget class="QSlider" name="VolumeSlider" >
232                      <property name="paletteForegroundColor">       <property name="minimumSize" >
233                          <color>        <size>
234                              <red>0</red>         <width>120</width>
235                              <green>255</green>         <height>0</height>
236                              <blue>0</blue>        </size>
237                          </color>       </property>
238                      </property>       <property name="toolTip" >
239                      <property name="paletteBackgroundPixmap">        <string>Channel volume</string>
240                          <pixmap>displaybg1.png</pixmap>       </property>
241                      </property>       <property name="maximum" >
242                      <property name="backgroundOrigin">        <number>100</number>
243                          <enum>ParentOrigin</enum>       </property>
244                      </property>       <property name="orientation" >
245                      <property name="text">        <enum>Qt::Horizontal</enum>
246                          <string>--</string>       </property>
247                      </property>       <property name="tickPosition" >
248                      <property name="alignment">        <enum>QSlider::TicksBothSides</enum>
249                          <set>AlignCenter</set>       </property>
250                      </property>       <property name="tickInterval" >
251                      <property name="toolTip" stdset="0">        <number>10</number>
252                          <string>Instrument load status</string>       </property>
253                      </property>      </widget>
254                  </widget>     </item>
255              </grid>     <item>
256          </widget>      <widget class="QSpinBox" name="VolumeSpinBox" >
257          <widget class="QPushButton">       <property name="minimumSize" >
258              <property name="name">        <size>
259                  <cstring>ChannelMutePushButton</cstring>         <width>40</width>
260              </property>         <height>0</height>
261              <property name="maximumSize">        </size>
262                  <size>       </property>
263                      <width>48</width>       <property name="maximumSize" >
264                      <height>64</height>        <size>
265                  </size>         <width>60</width>
266              </property>         <height>32767</height>
267              <property name="text">        </size>
268                  <string>&amp;Mute</string>       </property>
269              </property>       <property name="toolTip" >
270              <property name="accel">        <string>Channel volume</string>
271                  <string>Alt+M</string>       </property>
272              </property>       <property name="suffix" >
273              <property name="toggleButton">        <string> %</string>
274                  <bool>true</bool>       </property>
275              </property>       <property name="maximum" >
276              <property name="toolTip" stdset="0">        <number>100</number>
277                  <string>Channel mute</string>       </property>
278              </property>      </widget>
279          </widget>     </item>
280          <widget class="QPushButton">     <item>
281              <property name="name">      <widget class="QPushButton" name="ChannelEditPushButton" >
282                  <cstring>ChannelSoloPushButton</cstring>       <property name="maximumSize" >
283              </property>        <size>
284              <property name="maximumSize">         <width>48</width>
285                  <size>         <height>64</height>
286                      <width>48</width>        </size>
287                      <height>64</height>       </property>
288                  </size>       <property name="toolTip" >
289              </property>        <string>Edit channel's instrument</string>
290              <property name="text">       </property>
291                  <string>&amp;Solo</string>       <property name="text" >
292              </property>        <string>&amp;Edit</string>
293              <property name="accel">       </property>
294                  <string>Alt+S</string>       <property name="shortcut" >
295              </property>        <string>Alt+E</string>
296              <property name="toggleButton">       </property>
297                  <bool>true</bool>      </widget>
298              </property>     </item>
299              <property name="toolTip" stdset="0">     <item>
300                  <string>Channel solo</string>      <widget class="QProgressBar" name="StreamUsageProgressBar" >
301              </property>       <property name="sizePolicy" >
302          </widget>        <sizepolicy>
303          <widget class="QSlider">         <hsizetype>1</hsizetype>
304              <property name="name">         <vsizetype>0</vsizetype>
305                  <cstring>VolumeSlider</cstring>         <horstretch>0</horstretch>
306              </property>         <verstretch>0</verstretch>
307              <property name="minimumSize">        </sizepolicy>
308                  <size>       </property>
309                      <width>120</width>       <property name="minimumSize" >
310                      <height>0</height>        <size>
311                  </size>         <width>100</width>
312              </property>         <height>0</height>
313              <property name="maxValue">        </size>
314                  <number>100</number>       </property>
315              </property>       <property name="maximumSize" >
316              <property name="orientation">        <size>
317                  <enum>Horizontal</enum>         <width>32767</width>
318              </property>         <height>22</height>
319              <property name="tickmarks">        </size>
320                  <enum>Both</enum>       </property>
321              </property>       <property name="toolTip" >
322              <property name="tickInterval">        <string>Least buffer fill stream usage (%)</string>
323                  <number>10</number>       </property>
324              </property>       <property name="orientation" >
325              <property name="toolTip" stdset="0">        <enum>Qt::Horizontal</enum>
326                  <string>Channel volume</string>       </property>
327              </property>      </widget>
328          </widget>     </item>
329          <widget class="QSpinBox">     <item>
330              <property name="name">      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
331                  <cstring>VolumeSpinBox</cstring>       <property name="minimumSize" >
332              </property>        <size>
333              <property name="minimumSize">         <width>60</width>
334                  <size>         <height>0</height>
335                      <width>40</width>        </size>
336                      <height>0</height>       </property>
337                  </size>       <property name="maximumSize" >
338              </property>        <size>
339              <property name="maximumSize">         <width>32767</width>
340                  <size>         <height>22</height>
341                      <width>60</width>        </size>
342                      <height>32767</height>       </property>
343                  </size>       <property name="palette" >
344              </property>        <palette>
345              <property name="suffix">         <active>
346                  <string> %</string>          <colorrole role="WindowText" >
347              </property>           <brush brushstyle="SolidPattern" >
348              <property name="maxValue">            <color alpha="255" >
349                  <number>100</number>             <red>85</red>
350              </property>             <green>255</green>
351              <property name="toolTip" stdset="0">             <blue>0</blue>
352                  <string>Channel volume</string>            </color>
353              </property>           </brush>
354          </widget>          </colorrole>
355          <widget class="QProgressBar">          <colorrole role="Base" >
356              <property name="name">           <brush brushstyle="SolidPattern" >
357                  <cstring>StreamUsageProgressBar</cstring>            <color alpha="255" >
358              </property>             <red>255</red>
359              <property name="sizePolicy">             <green>255</green>
360                  <sizepolicy>             <blue>255</blue>
361                      <hsizetype>1</hsizetype>            </color>
362                      <vsizetype>0</vsizetype>           </brush>
363                      <horstretch>0</horstretch>          </colorrole>
364                      <verstretch>0</verstretch>          <colorrole role="Window" >
365                  </sizepolicy>           <brush brushstyle="SolidPattern" >
366              </property>            <color alpha="255" >
367              <property name="minimumSize">             <red>0</red>
368                  <size>             <green>0</green>
369                      <width>100</width>             <blue>0</blue>
370                      <height>0</height>            </color>
371                  </size>           </brush>
372              </property>          </colorrole>
373              <property name="maximumSize">         </active>
374                  <size>         <inactive>
375                      <width>32767</width>          <colorrole role="WindowText" >
376                      <height>22</height>           <brush brushstyle="SolidPattern" >
377                  </size>            <color alpha="255" >
378              </property>             <red>85</red>
379              <property name="indicatorFollowsStyle">             <green>255</green>
380                  <bool>false</bool>             <blue>0</blue>
381              </property>            </color>
382              <property name="toolTip" stdset="0">           </brush>
383                  <string>Least buffer fill stream usage (%)</string>          </colorrole>
384              </property>          <colorrole role="Base" >
385          </widget>           <brush brushstyle="SolidPattern" >
386          <widget class="QLabel">            <color alpha="255" >
387              <property name="name">             <red>255</red>
388                  <cstring>StreamVoiceCountTextLabel</cstring>             <green>255</green>
389              </property>             <blue>255</blue>
390              <property name="minimumSize">            </color>
391                  <size>           </brush>
392                      <width>60</width>          </colorrole>
393                      <height>0</height>          <colorrole role="Window" >
394                  </size>           <brush brushstyle="SolidPattern" >
395              </property>            <color alpha="255" >
396              <property name="maximumSize">             <red>0</red>
397                  <size>             <green>0</green>
398                      <width>32767</width>             <blue>0</blue>
399                      <height>22</height>            </color>
400                  </size>           </brush>
401              </property>          </colorrole>
402              <property name="paletteForegroundColor">         </inactive>
403                  <color>         <disabled>
404                      <red>0</red>          <colorrole role="WindowText" >
405                      <green>255</green>           <brush brushstyle="SolidPattern" >
406                      <blue>0</blue>            <color alpha="255" >
407                  </color>             <red>119</red>
408              </property>             <green>119</green>
409              <property name="paletteBackgroundColor">             <blue>119</blue>
410                  <color>            </color>
411                      <red>0</red>           </brush>
412                      <green>0</green>          </colorrole>
413                      <blue>0</blue>          <colorrole role="Base" >
414                  </color>           <brush brushstyle="SolidPattern" >
415              </property>            <color alpha="255" >
416              <property name="frameShape">             <red>0</red>
417                  <enum>Panel</enum>             <green>0</green>
418              </property>             <blue>0</blue>
419              <property name="frameShadow">            </color>
420                  <enum>Sunken</enum>           </brush>
421              </property>          </colorrole>
422              <property name="text">          <colorrole role="Window" >
423                  <string>--/--</string>           <brush brushstyle="SolidPattern" >
424              </property>            <color alpha="255" >
425              <property name="alignment">             <red>0</red>
426                  <set>AlignCenter</set>             <green>0</green>
427              </property>             <blue>0</blue>
428              <property name="toolTip" stdset="0">            </color>
429                  <string>Stream / Voice count</string>           </brush>
430              </property>          </colorrole>
431          </widget>         </disabled>
432      </hbox>        </palette>
433  </widget>       </property>
434  <connections>       <property name="toolTip" >
435      <connection>        <string>Stream / Voice count</string>
436          <sender>ChannelSetupPushButton</sender>       </property>
437          <signal>clicked()</signal>       <property name="autoFillBackground" >
438          <receiver>qsamplerChannelStrip</receiver>        <bool>true</bool>
439          <slot>channelSetup()</slot>       </property>
440      </connection>       <property name="frameShape" >
441      <connection>        <enum>QFrame::Panel</enum>
442          <sender>ChannelMutePushButton</sender>       </property>
443          <signal>toggled(bool)</signal>       <property name="frameShadow" >
444          <receiver>qsamplerChannelStrip</receiver>        <enum>QFrame::Sunken</enum>
445          <slot>channelMute(bool)</slot>       </property>
446      </connection>       <property name="text" >
447      <connection>        <string>--/--</string>
448          <sender>ChannelSoloPushButton</sender>       </property>
449          <signal>toggled(bool)</signal>       <property name="alignment" >
450          <receiver>qsamplerChannelStrip</receiver>        <set>Qt::AlignCenter</set>
451          <slot>channelSolo(bool)</slot>       </property>
452      </connection>       <property name="wordWrap" >
453      <connection>        <bool>false</bool>
454          <sender>VolumeSlider</sender>       </property>
455          <signal>valueChanged(int)</signal>      </widget>
456          <receiver>qsamplerChannelStrip</receiver>     </item>
457          <slot>volumeChanged(int)</slot>    </layout>
458      </connection>   </widget>
459      <connection>   <layoutdefault spacing="0" margin="0" />
460          <sender>VolumeSpinBox</sender>   <tabstops>
461          <signal>valueChanged(int)</signal>    <tabstop>ChannelSetupPushButton</tabstop>
462          <receiver>qsamplerChannelStrip</receiver>    <tabstop>ChannelMutePushButton</tabstop>
463          <slot>volumeChanged(int)</slot>    <tabstop>ChannelSoloPushButton</tabstop>
464      </connection>    <tabstop>VolumeSlider</tabstop>
465  </connections>    <tabstop>VolumeSpinBox</tabstop>
466  <tabstops>   </tabstops>
467      <tabstop>ChannelSetupPushButton</tabstop>   <resources>
468      <tabstop>ChannelMutePushButton</tabstop>    <include location="../icons/qsampler.qrc" />
469      <tabstop>ChannelSoloPushButton</tabstop>   </resources>
470      <tabstop>VolumeSlider</tabstop>  </ui>
     <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.1507

  ViewVC Help
Powered by ViewVC