/[svn]/qsampler/trunk/src/qsamplerMainForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1033 by capela, Mon Jan 8 16:52:48 2007 UTC revision 1034 by capela, Mon Jan 15 16:21:01 2007 UTC
# Line 801  Line 801 
801  <forwards>  <forwards>
802      <forward>class QWorkspace;</forward>      <forward>class QWorkspace;</forward>
803      <forward>class QProcess;</forward>      <forward>class QProcess;</forward>
804        <forward>class QSlider;</forward>
805        <forward>class QSpinBox;</forward>
806      <forward>class QLabel;</forward>      <forward>class QLabel;</forward>
807      <forward>class qsamplerOptions;</forward>      <forward>class qsamplerOptions;</forward>
808      <forward>class qsamplerChannel;</forward>      <forward>class qsamplerChannel;</forward>
# Line 820  Line 822 
822      <variable access="private">QProcess *m_pServer;</variable>      <variable access="private">QProcess *m_pServer;</variable>
823      <variable access="private">int m_iStartDelay;</variable>      <variable access="private">int m_iStartDelay;</variable>
824      <variable access="private">int m_iTimerDelay;</variable>      <variable access="private">int m_iTimerDelay;</variable>
825      <variable access="private">int m_iTimerSlot;</variable>      <variable access="private">int m_iTimerSlot;</variable>    
826      <variable access="private">QLabel *m_statusItem[5];</variable>      <variable access="private">QLabel *m_statusItem[5];</variable>
827      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
828      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
829      <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>      <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>
830      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
831      <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>      <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>
832        <variable access="private">QSlider *m_pVolumeSlider;</variable>
833        <variable access="private">QSpinBox *m_pVolumeSpinBox;</variable>
834        <variable access="private">int m_iVolumeChanging;</variable>
835  </variables>  </variables>
836  <slots>  <slots>
837      <slot specifier="non virtual">fileNew( void )</slot>      <slot specifier="non virtual">fileNew( void )</slot>
# Line 855  Line 860 
860      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
861      <slot specifier="non virtual">sessionDirty( void )</slot>      <slot specifier="non virtual">sessionDirty( void )</slot>
862      <slot specifier="non virtual">stabilizeForm( void )</slot>      <slot specifier="non virtual">stabilizeForm( void )</slot>
863        <slot specifier="non virtual">volumeChanged( int iVolume )</slot>
864      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
865      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
866      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>

Legend:
Removed from v.1033  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC