/[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 1365 by capela, Wed Jan 10 19:39:00 2007 UTC revision 1366 by schoenebeck, Mon Oct 1 18:26:06 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2  <class>qsamplerChannelStrip</class>  <class>qsamplerChannelStrip</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>720</width>              <width>795</width>
32              <height>48</height>              <height>56</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# 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            </widget>
371          <widget class="QProgressBar">          <widget class="QProgressBar">
372              <property name="name">              <property name="name">
373                  <cstring>StreamUsageProgressBar</cstring>                  <cstring>StreamUsageProgressBar</cstring>
# Line 461  Line 478 
478          <receiver>qsamplerChannelStrip</receiver>          <receiver>qsamplerChannelStrip</receiver>
479          <slot>volumeChanged(int)</slot>          <slot>volumeChanged(int)</slot>
480      </connection>      </connection>
481        <connection>
482            <sender>ChannelEditPushButton</sender>
483            <signal>clicked()</signal>
484            <receiver>qsamplerChannelStrip</receiver>
485            <slot>channelEdit()</slot>
486        </connection>
487  </connections>  </connections>
488  <tabstops>  <tabstops>
489      <tabstop>ChannelSetupPushButton</tabstop>      <tabstop>ChannelSetupPushButton</tabstop>
# Line 471  Line 494 
494  </tabstops>  </tabstops>
495  <includes>  <includes>
496      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
497        <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>
498  </includes>  </includes>
499  <variables>  <variables>
500      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <variable access="private">qsamplerChannel *m_pChannel;</variable>
# Line 481  Line 505 
505      <signal>channelChanged( qsamplerChannelStrip * )</signal>      <signal>channelChanged( qsamplerChannelStrip * )</signal>
506  </signals>  </signals>
507  <slots>  <slots>
508      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>      <slot specifier="non virtual" returnType="bool">channelSetup( void )</slot>
509      <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>      <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>
510      <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>      <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>
511      <slot specifier="non virtual" returnType="bool">channelReset()</slot>      <slot>channelEdit()</slot>
512      <slot specifier="non virtual">volumeChanged(int)</slot>      <slot specifier="non virtual" returnType="bool">channelReset( void )</slot>
513        <slot specifier="non virtual">volumeChanged( int iVolume )</slot>
514  </slots>  </slots>
515  <functions>  <functions>
516      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init( void )</function>
517      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy( void )</function>
518      <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>
519      <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>      <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent * pDragEnterEvent )</function>
520      <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>      <function access="private" specifier="non virtual">dropEvent( QDropEvent * pDropEvent )</function>
521      <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>      <function specifier="non virtual">setup( qsamplerChannel * pChannel )</function>
522      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>      <function specifier="non virtual" returnType="qsamplerChannel *">channel( void )</function>
     <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>  
523      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>
524      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>
525      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>
# Line 505  Line 529 
529      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>
530      <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>
531      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>
532        <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent * pEvent )</function>
533      <function specifier="non virtual">resetErrorCount( void )</function>      <function specifier="non virtual">resetErrorCount( void )</function>
534  </functions>  </functions>
535  <pixmapinproject/>  <pixmapinproject/>

Legend:
Removed from v.1365  
changed lines
  Added in v.1366

  ViewVC Help
Powered by ViewVC