/[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 761 by capela, Sun Aug 28 15:56:05 2005 UTC revision 1372 by capela, Wed Oct 3 11:34:30 2007 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, 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 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>737</width>              <width>795</width>
32              <height>46</height>              <height>56</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 209  Line 209 
209                          <enum>ParentOrigin</enum>                          <enum>ParentOrigin</enum>
210                      </property>                      </property>
211                      <property name="text">                      <property name="text">
212                          <string>--/--</string>                          <string>-- / --</string>
213                      </property>                      </property>
214                      <property name="alignment">                      <property name="alignment">
215                          <set>AlignTop|AlignHCenter</set>                          <set>AlignTop|AlignHCenter</set>
216                      </property>                      </property>
217                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
218                          <string>MIDI Port/Channel</string>                          <string>MIDI port / channel</string>
219                      </property>                      </property>
220                  </widget>                  </widget>
221                  <widget class="QLabel" row="1" column="1">                  <widget class="QLabel" row="1" column="1">
# Line 351  Line 351 
351                  <string>Channel volume</string>                  <string>Channel volume</string>
352              </property>              </property>
353          </widget>          </widget>
354            <widget class="QPushButton">
355                <property name="name">
356                    <cstring>ChannelEditPushButton</cstring>
357                </property>
358                <property name="maximumSize">
359                    <size>
360                        <width>48</width>
361                        <height>64</height>
362                    </size>
363                </property>
364                <property name="text">
365                    <string>&amp;Edit</string>
366                </property>
367                <property name="accel">
368                    <string>Alt+E</string>
369                </property>
370                <property name="toolTip" stdset="0">
371                    <string>Edit channel</string>
372                </property>
373            </widget>
374          <widget class="QProgressBar">          <widget class="QProgressBar">
375              <property name="name">              <property name="name">
376                  <cstring>StreamUsageProgressBar</cstring>                  <cstring>StreamUsageProgressBar</cstring>
# Line 461  Line 481 
481          <receiver>qsamplerChannelStrip</receiver>          <receiver>qsamplerChannelStrip</receiver>
482          <slot>volumeChanged(int)</slot>          <slot>volumeChanged(int)</slot>
483      </connection>      </connection>
484        <connection>
485            <sender>ChannelEditPushButton</sender>
486            <signal>clicked()</signal>
487            <receiver>qsamplerChannelStrip</receiver>
488            <slot>channelEdit()</slot>
489        </connection>
490  </connections>  </connections>
491  <tabstops>  <tabstops>
492      <tabstop>ChannelSetupPushButton</tabstop>      <tabstop>ChannelSetupPushButton</tabstop>
# Line 471  Line 497 
497  </tabstops>  </tabstops>
498  <includes>  <includes>
499      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
500        <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>
501  </includes>  </includes>
502  <variables>  <variables>
503      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <variable access="private">qsamplerChannel *m_pChannel;</variable>
# Line 484  Line 511 
511      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>
512      <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>      <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>
513      <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>      <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>
514        <slot>channelEdit()</slot>
515      <slot specifier="non virtual" returnType="bool">channelReset()</slot>      <slot specifier="non virtual" returnType="bool">channelReset()</slot>
516      <slot specifier="non virtual">volumeChanged(int)</slot>      <slot specifier="non virtual">volumeChanged( int iVolume )</slot>
517  </slots>  </slots>
518  <functions>  <functions>
519      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>
520      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
521      <function access="private" specifier="non virtual" returnType="bool">decodeDragFile( const QMimeSource * pEvent, QString &amp; sInstrumentFile )</function>      <function access="private" specifier="non virtual" returnType="bool">decodeDragFile( const QMimeSource * pEvent, QString &amp; sInstrumentFile )</function>
522      <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>      <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent * pDragEnterEvent )</function>
523      <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>      <function access="private" specifier="non virtual">dropEvent( QDropEvent * pDropEvent )</function>
524      <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>      <function specifier="non virtual">setup( qsamplerChannel * pChannel )</function>
525      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>      <function specifier="non virtual" returnType="qsamplerChannel *">channel()</function>
526      <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>      <function specifier="non virtual" returnType="QFont">displayFont()</function>
     <function specifier="non virtual" returnType="QFont">displayFont( void )</function>  
527      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>
528      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>
529      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>
530      <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>      <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>
531      <function specifier="non virtual" returnType="bool">updateInstrumentName( bool bForce )</function>      <function specifier="non virtual" returnType="bool">updateInstrumentName( bool bForce )</function>
532      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelVolume()</function>
533      <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelInfo()</function>
534      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelUsage()</function>
535      <function specifier="non virtual">resetErrorCount( void )</function>      <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent * pEvent )</function>
536        <function specifier="non virtual">resetErrorCount()</function>
537  </functions>  </functions>
538  <pixmapinproject/>  <pixmapinproject/>
539  <layoutdefaults spacing="0" margin="0"/>  <layoutdefaults spacing="0" margin="0"/>

Legend:
Removed from v.761  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC