/[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 2678 by capela, Thu Oct 16 17:11:32 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>      </widget>
82              </property>     </item>
83          </widget>     <item>
84          <widget class="QFrame">      <widget class="QFrame" name="ChannelInfoFrame">
85              <property name="name">       <property name="sizePolicy">
86                  <cstring>ChannelInfoFrame</cstring>        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
87              </property>         <horstretch>0</horstretch>
88              <property name="sizePolicy">         <verstretch>0</verstretch>
89                  <sizepolicy>        </sizepolicy>
90                      <hsizetype>5</hsizetype>       </property>
91                      <vsizetype>5</vsizetype>       <property name="minimumSize">
92                      <horstretch>0</horstretch>        <size>
93                      <verstretch>0</verstretch>         <width>180</width>
94                  </sizepolicy>         <height>0</height>
95              </property>        </size>
96              <property name="minimumSize">       </property>
97                  <size>       <property name="maximumSize">
98                      <width>200</width>        <size>
99                      <height>0</height>         <width>320</width>
100                  </size>         <height>64</height>
101              </property>        </size>
102              <property name="maximumSize">       </property>
103                  <size>       <property name="autoFillBackground">
104                      <width>320</width>        <bool>true</bool>
105                      <height>64</height>       </property>
106                  </size>       <property name="frameShape">
107              </property>        <enum>QFrame::StyledPanel</enum>
108              <property name="paletteBackgroundColor">       </property>
109                  <color>       <property name="frameShadow">
110                      <red>0</red>        <enum>QFrame::Sunken</enum>
111                      <green>0</green>       </property>
112                      <blue>0</blue>       <layout class="QGridLayout">
113                  </color>        <property name="margin">
114              </property>         <number>2</number>
115              <property name="paletteBackgroundPixmap">        </property>
116                  <pixmap>displaybg1.png</pixmap>        <property name="spacing">
117              </property>         <number>0</number>
118              <property name="frameShape">        </property>
119                  <enum>Panel</enum>        <item row="0" column="0">
120              </property>         <widget class="QLabel" name="EngineNameTextLabel">
121              <property name="frameShadow">          <property name="text">
122                  <enum>Sunken</enum>           <string>--</string>
123              </property>          </property>
124              <grid>         </widget>
125                  <property name="name">        </item>
126                      <cstring>unnamed</cstring>        <item row="0" column="2">
127                  </property>         <widget class="QLabel" name="MidiPortChannelTextLabel">
128                  <property name="margin">          <property name="sizePolicy">
129                      <number>2</number>           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
130                  </property>            <horstretch>0</horstretch>
131                  <widget class="QLabel" row="0" column="0">            <verstretch>0</verstretch>
132                      <property name="name">           </sizepolicy>
133                          <cstring>EngineNameTextLabel</cstring>          </property>
134                      </property>          <property name="minimumSize">
135                      <property name="sizePolicy">           <size>
136                          <sizepolicy>            <width>20</width>
137                              <hsizetype>7</hsizetype>            <height>0</height>
138                              <vsizetype>5</vsizetype>           </size>
139                              <horstretch>0</horstretch>          </property>
140                              <verstretch>0</verstretch>          <property name="toolTip">
141                          </sizepolicy>           <string>MIDI port / channel</string>
142                      </property>          </property>
143                      <property name="paletteForegroundColor">          <property name="text">
144                          <color>           <string>-- / --</string>
145                              <red>255</red>          </property>
146                              <green>255</green>          <property name="alignment">
147                              <blue>127</blue>           <set>Qt::AlignHCenter|Qt::AlignTop</set>
148                          </color>          </property>
149                      </property>          <property name="wordWrap">
150                      <property name="paletteBackgroundPixmap">           <bool>false</bool>
151                          <pixmap>displaybg1.png</pixmap>          </property>
152                      </property>         </widget>
153                      <property name="backgroundOrigin">        </item>
154                          <enum>ParentOrigin</enum>        <item row="1" column="2">
155                      </property>         <widget class="QLabel" name="InstrumentStatusTextLabel">
156                      <property name="text">          <property name="minimumSize">
157                          <string>--</string>           <size>
158                      </property>            <width>20</width>
159                      <property name="alignment">            <height>0</height>
160                          <set>AlignTop</set>           </size>
161                      </property>          </property>
162                      <property name="toolTip" stdset="0">          <property name="toolTip">
163                          <string>Engine name</string>           <string>Instrument load status</string>
164                      </property>          </property>
165                  </widget>          <property name="text">
166                  <widget class="QLabel" row="1" column="0">           <string>--</string>
167                      <property name="name">          </property>
168                          <cstring>InstrumentNameTextLabel</cstring>          <property name="alignment">
169                      </property>           <set>Qt::AlignCenter</set>
170                      <property name="paletteForegroundColor">          </property>
171                          <color>          <property name="wordWrap">
172                              <red>0</red>           <bool>false</bool>
173                              <green>255</green>          </property>
174                              <blue>0</blue>         </widget>
175                          </color>        </item>
176                      </property>        <item row="0" column="1">
177                      <property name="paletteBackgroundPixmap">         <widget class="QLabel" name="MidiActivityLabel">
178                          <pixmap>displaybg1.png</pixmap>          <property name="sizePolicy">
179                      </property>           <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
180                      <property name="backgroundOrigin">            <horstretch>0</horstretch>
181                          <enum>ParentOrigin</enum>            <verstretch>0</verstretch>
182                      </property>           </sizepolicy>
183                      <property name="text">          </property>
184                          <string>--</string>          <property name="minimumSize">
185                      </property>           <size>
186                      <property name="toolTip" stdset="0">            <width>16</width>
187                          <string>Instrument name</string>            <height>16</height>
188                      </property>           </size>
189                  </widget>          </property>
190                  <widget class="QLabel" row="0" column="1">          <property name="maximumSize">
191                      <property name="name">           <size>
192                          <cstring>MidiPortChannelTextLabel</cstring>            <width>16</width>
193                      </property>            <height>16</height>
194                      <property name="minimumSize">           </size>
195                          <size>          </property>
196                              <width>20</width>          <property name="baseSize">
197                              <height>0</height>           <size>
198                          </size>            <width>16</width>
199                      </property>            <height>16</height>
200                      <property name="paletteForegroundColor">           </size>
201                          <color>          </property>
202                              <red>255</red>          <property name="toolTip">
203                              <green>255</green>           <string>MIDI activity</string>
204                              <blue>127</blue>          </property>
205                          </color>          <property name="frameShape">
206                      </property>           <enum>QFrame::NoFrame</enum>
207                      <property name="paletteBackgroundPixmap">          </property>
208                          <pixmap>displaybg1.png</pixmap>          <property name="frameShadow">
209                      </property>           <enum>QFrame::Plain</enum>
210                      <property name="backgroundOrigin">          </property>
211                          <enum>ParentOrigin</enum>          <property name="text">
212                      </property>           <string/>
213                      <property name="text">          </property>
214                          <string>-- / --</string>          <property name="alignment">
215                      </property>           <set>Qt::AlignCenter</set>
216                      <property name="alignment">          </property>
217                          <set>AlignTop|AlignHCenter</set>         </widget>
218                      </property>        </item>
219                      <property name="toolTip" stdset="0">        <item row="1" column="0">
220                          <string>MIDI port / channel</string>         <widget class="QPushButton" name="InstrumentNamePushButton">
221                      </property>          <property name="toolTip">
222                  </widget>           <string>Instrument name</string>
223                  <widget class="QLabel" row="1" column="1">          </property>
224                      <property name="name">          <property name="styleSheet">
225                          <cstring>InstrumentStatusTextLabel</cstring>           <string notr="true">text-align: left; margin: 0px;</string>
226                      </property>          </property>
227                      <property name="minimumSize">          <property name="text">
228                          <size>           <string>--</string>
229                              <width>20</width>          </property>
230                              <height>0</height>          <property name="flat">
231                          </size>           <bool>true</bool>
232                      </property>          </property>
233                      <property name="paletteForegroundColor">         </widget>
234                          <color>        </item>
235                              <red>0</red>       </layout>
236                              <green>255</green>      </widget>
237                              <blue>0</blue>     </item>
238                          </color>     <item>
239                      </property>      <widget class="QPushButton" name="ChannelMutePushButton">
240                      <property name="paletteBackgroundPixmap">       <property name="maximumSize">
241                          <pixmap>displaybg1.png</pixmap>        <size>
242                      </property>         <width>48</width>
243                      <property name="backgroundOrigin">         <height>32</height>
244                          <enum>ParentOrigin</enum>        </size>
245                      </property>       </property>
246                      <property name="text">       <property name="toolTip">
247                          <string>--</string>        <string>Channel mute</string>
248                      </property>       </property>
249                      <property name="alignment">       <property name="text">
250                          <set>AlignCenter</set>        <string>&amp;Mute</string>
251                      </property>       </property>
252                      <property name="toolTip" stdset="0">       <property name="checkable">
253                          <string>Instrument load status</string>        <bool>true</bool>
254                      </property>       </property>
255                  </widget>      </widget>
256              </grid>     </item>
257          </widget>     <item>
258          <widget class="QPushButton">      <widget class="QPushButton" name="ChannelSoloPushButton">
259              <property name="name">       <property name="maximumSize">
260                  <cstring>ChannelMutePushButton</cstring>        <size>
261              </property>         <width>48</width>
262              <property name="maximumSize">         <height>32</height>
263                  <size>        </size>
264                      <width>48</width>       </property>
265                      <height>64</height>       <property name="toolTip">
266                  </size>        <string>Channel solo</string>
267              </property>       </property>
268              <property name="text">       <property name="text">
269                  <string>&amp;Mute</string>        <string>&amp;Solo</string>
270              </property>       </property>
271              <property name="accel">       <property name="checkable">
272                  <string>Alt+M</string>        <bool>true</bool>
273              </property>       </property>
274              <property name="toggleButton">      </widget>
275                  <bool>true</bool>     </item>
276              </property>     <item>
277              <property name="toolTip" stdset="0">      <widget class="QSlider" name="VolumeSlider">
278                  <string>Channel mute</string>       <property name="minimumSize">
279              </property>        <size>
280          </widget>         <width>100</width>
281          <widget class="QPushButton">         <height>0</height>
282              <property name="name">        </size>
283                  <cstring>ChannelSoloPushButton</cstring>       </property>
284              </property>       <property name="maximumSize">
285              <property name="maximumSize">        <size>
286                  <size>         <width>32767</width>
287                      <width>48</width>         <height>32</height>
288                      <height>64</height>        </size>
289                  </size>       </property>
290              </property>       <property name="toolTip">
291              <property name="text">        <string>Channel volume</string>
292                  <string>&amp;Solo</string>       </property>
293              </property>       <property name="maximum">
294              <property name="accel">        <number>100</number>
295                  <string>Alt+S</string>       </property>
296              </property>       <property name="orientation">
297              <property name="toggleButton">        <enum>Qt::Horizontal</enum>
298                  <bool>true</bool>       </property>
299              </property>       <property name="tickPosition">
300              <property name="toolTip" stdset="0">        <enum>QSlider::TicksBothSides</enum>
301                  <string>Channel solo</string>       </property>
302              </property>       <property name="tickInterval">
303          </widget>        <number>10</number>
304          <widget class="QSlider">       </property>
305              <property name="name">      </widget>
306                  <cstring>VolumeSlider</cstring>     </item>
307              </property>     <item>
308              <property name="minimumSize">      <widget class="QSpinBox" name="VolumeSpinBox">
309                  <size>       <property name="minimumSize">
310                      <width>120</width>        <size>
311                      <height>0</height>         <width>60</width>
312                  </size>         <height>0</height>
313              </property>        </size>
314              <property name="maxValue">       </property>
315                  <number>100</number>       <property name="maximumSize">
316              </property>        <size>
317              <property name="orientation">         <width>120</width>
318                  <enum>Horizontal</enum>         <height>24</height>
319              </property>        </size>
320              <property name="tickmarks">       </property>
321                  <enum>Both</enum>       <property name="toolTip">
322              </property>        <string>Channel volume</string>
323              <property name="tickInterval">       </property>
324                  <number>10</number>       <property name="suffix">
325              </property>        <string> %</string>
326              <property name="toolTip" stdset="0">       </property>
327                  <string>Channel volume</string>       <property name="maximum">
328              </property>        <number>100</number>
329          </widget>       </property>
330          <widget class="QSpinBox">      </widget>
331              <property name="name">     </item>
332                  <cstring>VolumeSpinBox</cstring>     <item>
333              </property>      <widget class="QPushButton" name="FxPushButton">
334              <property name="minimumSize">       <property name="maximumSize">
335                  <size>        <size>
336                      <width>40</width>         <width>48</width>
337                      <height>0</height>         <height>32</height>
338                  </size>        </size>
339              </property>       </property>
340              <property name="maximumSize">       <property name="toolTip">
341                  <size>        <string>Edit Channel's Effect Settings</string>
342                      <width>60</width>       </property>
343                      <height>32767</height>       <property name="text">
344                  </size>        <string>&amp;FX</string>
345              </property>       </property>
346              <property name="suffix">      </widget>
347                  <string> %</string>     </item>
348              </property>     <item>
349              <property name="maxValue">      <widget class="QPushButton" name="ChannelEditPushButton">
350                  <number>100</number>       <property name="maximumSize">
351              </property>        <size>
352              <property name="toolTip" stdset="0">         <width>48</width>
353                  <string>Channel volume</string>         <height>32</height>
354              </property>        </size>
355          </widget>       </property>
356          <widget class="QProgressBar">       <property name="toolTip">
357              <property name="name">        <string>Edit channel's instrument</string>
358                  <cstring>StreamUsageProgressBar</cstring>       </property>
359              </property>       <property name="text">
360              <property name="sizePolicy">        <string>&amp;Edit</string>
361                  <sizepolicy>       </property>
362                      <hsizetype>1</hsizetype>      </widget>
363                      <vsizetype>0</vsizetype>     </item>
364                      <horstretch>0</horstretch>     <item>
365                      <verstretch>0</verstretch>      <widget class="QProgressBar" name="StreamUsageProgressBar">
366                  </sizepolicy>       <property name="sizePolicy">
367              </property>        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
368              <property name="minimumSize">         <horstretch>0</horstretch>
369                  <size>         <verstretch>0</verstretch>
370                      <width>100</width>        </sizepolicy>
371                      <height>0</height>       </property>
372                  </size>       <property name="minimumSize">
373              </property>        <size>
374              <property name="maximumSize">         <width>64</width>
375                  <size>         <height>0</height>
376                      <width>32767</width>        </size>
377                      <height>22</height>       </property>
378                  </size>       <property name="maximumSize">
379              </property>        <size>
380              <property name="indicatorFollowsStyle">         <width>32767</width>
381                  <bool>false</bool>         <height>24</height>
382              </property>        </size>
383              <property name="toolTip" stdset="0">       </property>
384                  <string>Least buffer fill stream usage (%)</string>       <property name="toolTip">
385              </property>        <string>Least buffer fill stream usage (%)</string>
386          </widget>       </property>
387          <widget class="QLabel">       <property name="orientation">
388              <property name="name">        <enum>Qt::Horizontal</enum>
389                  <cstring>StreamVoiceCountTextLabel</cstring>       </property>
390              </property>      </widget>
391              <property name="minimumSize">     </item>
392                  <size>     <item>
393                      <width>60</width>      <widget class="QLabel" name="StreamVoiceCountTextLabel">
394                      <height>0</height>       <property name="minimumSize">
395                  </size>        <size>
396              </property>         <width>48</width>
397              <property name="maximumSize">         <height>0</height>
398                  <size>        </size>
399                      <width>32767</width>       </property>
400                      <height>22</height>       <property name="maximumSize">
401                  </size>        <size>
402              </property>         <width>32767</width>
403              <property name="paletteForegroundColor">         <height>32</height>
404                  <color>        </size>
405                      <red>0</red>       </property>
406                      <green>255</green>       <property name="toolTip">
407                      <blue>0</blue>        <string>Stream / Voice count</string>
408                  </color>       </property>
409              </property>       <property name="autoFillBackground">
410              <property name="paletteBackgroundColor">        <bool>true</bool>
411                  <color>       </property>
412                      <red>0</red>       <property name="frameShape">
413                      <green>0</green>        <enum>QFrame::StyledPanel</enum>
414                      <blue>0</blue>       </property>
415                  </color>       <property name="frameShadow">
416              </property>        <enum>QFrame::Sunken</enum>
417              <property name="frameShape">       </property>
418                  <enum>Panel</enum>       <property name="text">
419              </property>        <string>--/--</string>
420              <property name="frameShadow">       </property>
421                  <enum>Sunken</enum>       <property name="alignment">
422              </property>        <set>Qt::AlignCenter</set>
423              <property name="text">       </property>
424                  <string>--/--</string>       <property name="wordWrap">
425              </property>        <bool>false</bool>
426              <property name="alignment">       </property>
427                  <set>AlignCenter</set>      </widget>
428              </property>     </item>
429              <property name="toolTip" stdset="0">    </layout>
430                  <string>Stream / Voice count</string>   </widget>
431              </property>   <layoutdefault spacing="0" margin="0"/>
432          </widget>   <tabstops>
433      </hbox>    <tabstop>ChannelSetupPushButton</tabstop>
434  </widget>    <tabstop>ChannelMutePushButton</tabstop>
435  <connections>    <tabstop>ChannelSoloPushButton</tabstop>
436      <connection>    <tabstop>VolumeSlider</tabstop>
437          <sender>ChannelSetupPushButton</sender>    <tabstop>VolumeSpinBox</tabstop>
438          <signal>clicked()</signal>    <tabstop>ChannelEditPushButton</tabstop>
439          <receiver>qsamplerChannelStrip</receiver>   </tabstops>
440          <slot>channelSetup()</slot>   <resources>
441      </connection>    <include location="qsampler.qrc"/>
442      <connection>   </resources>
443          <sender>ChannelMutePushButton</sender>   <connections/>
444          <signal>toggled(bool)</signal>  </ui>
         <receiver>qsamplerChannelStrip</receiver>  
         <slot>channelMute(bool)</slot>  
     </connection>  
     <connection>  
         <sender>ChannelSoloPushButton</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerChannelStrip</receiver>  
         <slot>channelSolo(bool)</slot>  
     </connection>  
     <connection>  
         <sender>VolumeSlider</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerChannelStrip</receiver>  
         <slot>volumeChanged(int)</slot>  
     </connection>  
     <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.2678

  ViewVC Help
Powered by ViewVC