/[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 297 by capela, Wed Nov 17 12:40:25 2004 UTC revision 751 by capela, Fri Aug 19 17:10:16 2005 UTC
# Line 2  Line 2 
2  <class>qsamplerChannelStrip</class>  <class>qsamplerChannelStrip</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>694</width>              <width>737</width>
32              <height>47</height>              <height>46</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 182  Line 182 
182                          <string>--</string>                          <string>--</string>
183                      </property>                      </property>
184                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
185                          <string>Instrument file [index]</string>                          <string>Instrument name</string>
186                      </property>                      </property>
187                  </widget>                  </widget>
188                  <widget class="QLabel" row="0" column="1">                  <widget class="QLabel" row="0" column="1">
# Line 248  Line 248 
248                          <set>AlignCenter</set>                          <set>AlignCenter</set>
249                      </property>                      </property>
250                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
251                          <string>IInstrument load status</string>                          <string>Instrument load status</string>
252                      </property>                      </property>
253                  </widget>                  </widget>
254              </grid>              </grid>
255          </widget>          </widget>
256            <widget class="QPushButton">
257                <property name="name">
258                    <cstring>ChannelMutePushButton</cstring>
259                </property>
260                <property name="maximumSize">
261                    <size>
262                        <width>48</width>
263                        <height>64</height>
264                    </size>
265                </property>
266                <property name="text">
267                    <string>&amp;Mute</string>
268                </property>
269                <property name="accel">
270                    <string>Alt+M</string>
271                </property>
272                <property name="toggleButton">
273                    <bool>true</bool>
274                </property>
275                <property name="toolTip" stdset="0">
276                    <string>Channel Mute</string>
277                </property>
278            </widget>
279            <widget class="QPushButton">
280                <property name="name">
281                    <cstring>ChannelSoloPushButton</cstring>
282                </property>
283                <property name="maximumSize">
284                    <size>
285                        <width>48</width>
286                        <height>64</height>
287                    </size>
288                </property>
289                <property name="text">
290                    <string>&amp;Solo</string>
291                </property>
292                <property name="accel">
293                    <string>Alt+S</string>
294                </property>
295                <property name="toggleButton">
296                    <bool>true</bool>
297                </property>
298                <property name="toolTip" stdset="0">
299                    <string>Channel Solo</string>
300                </property>
301            </widget>
302          <widget class="QSlider">          <widget class="QSlider">
303              <property name="name">              <property name="name">
304                  <cstring>VolumeSlider</cstring>                  <cstring>VolumeSlider</cstring>
305              </property>              </property>
306              <property name="minimumSize">              <property name="minimumSize">
307                  <size>                  <size>
308                      <width>180</width>                      <width>120</width>
309                      <height>0</height>                      <height>0</height>
310                  </size>                  </size>
311              </property>              </property>
# Line 392  Line 438 
438          <slot>channelSetup()</slot>          <slot>channelSetup()</slot>
439      </connection>      </connection>
440      <connection>      <connection>
441            <sender>ChannelMutePushButton</sender>
442            <signal>toggled(bool)</signal>
443            <receiver>qsamplerChannelStrip</receiver>
444            <slot>channelMute(bool)</slot>
445        </connection>
446        <connection>
447            <sender>ChannelSoloPushButton</sender>
448            <signal>toggled(bool)</signal>
449            <receiver>qsamplerChannelStrip</receiver>
450            <slot>channelSolo(bool)</slot>
451        </connection>
452        <connection>
453          <sender>VolumeSlider</sender>          <sender>VolumeSlider</sender>
454          <signal>valueChanged(int)</signal>          <signal>valueChanged(int)</signal>
455          <receiver>qsamplerChannelStrip</receiver>          <receiver>qsamplerChannelStrip</receiver>
# Line 406  Line 464 
464  </connections>  </connections>
465  <tabstops>  <tabstops>
466      <tabstop>ChannelSetupPushButton</tabstop>      <tabstop>ChannelSetupPushButton</tabstop>
467        <tabstop>ChannelMutePushButton</tabstop>
468        <tabstop>ChannelSoloPushButton</tabstop>
469      <tabstop>VolumeSlider</tabstop>      <tabstop>VolumeSlider</tabstop>
470      <tabstop>VolumeSpinBox</tabstop>      <tabstop>VolumeSpinBox</tabstop>
471  </tabstops>  </tabstops>
472  <includes>  <includes>
473      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
     <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>  
474  </includes>  </includes>
475  <variables>  <variables>
     <variable access="private">qsamplerMainForm *m_pMainForm;</variable>  
476      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <variable access="private">qsamplerChannel *m_pChannel;</variable>
477      <variable access="private">int m_iDirtyChange;</variable>      <variable access="private">int m_iDirtyChange;</variable>
478        <variable access="private">int m_iErrorCount;</variable>
479  </variables>  </variables>
480  <signals>  <signals>
481      <signal>channelChanged( qsamplerChannelStrip * )</signal>      <signal>channelChanged( qsamplerChannelStrip * )</signal>
482  </signals>  </signals>
483  <slots>  <slots>
     <slot specifier="non virtual">volumeChanged(int)</slot>  
484      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>
485        <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>
486        <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>
487        <slot specifier="non virtual" returnType="bool">channelReset()</slot>
488        <slot specifier="non virtual">volumeChanged(int)</slot>
489  </slots>  </slots>
490  <functions>  <functions>
491      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>
492      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
493      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm, int iChannelID )</function>      <function access="private" specifier="non virtual" returnType="bool">decodeDragFile( const QMimeSource * pEvent, QString &amp; sInstrumentFile )</function>
494        <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>
495        <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>
496        <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>
497        <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>
498      <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>      <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>
499      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>
500      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>
501      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>
502      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>
503      <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>      <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>
504        <function specifier="non virtual" returnType="bool">updateInstrumentName( bool bForce )</function>
505      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>
506        <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>
507      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>
508      <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>      <function specifier="non virtual">resetErrorCount( void )</function>
     <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>  
509  </functions>  </functions>
510  <pixmapinproject/>  <pixmapinproject/>
511  <layoutdefaults spacing="0" margin="0"/>  <layoutdefaults spacing="0" margin="0"/>

Legend:
Removed from v.297  
changed lines
  Added in v.751

  ViewVC Help
Powered by ViewVC