/[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 996 by capela, Thu Dec 21 14:55:05 2006 UTC revision 1034 by capela, Mon Jan 15 16:21:01 2007 UTC
# Line 2  Line 2 
2  <class>qsamplerMainForm</class>  <class>qsamplerMainForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2006, 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 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>
# Line 880  Line 886 
886      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>
887      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>
888      <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>      <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>
     <function access="private" specifier="non virtual" returnType="bool">resetSession( void )</function>  
889      <function access="private" specifier="non virtual" returnType="bool">loadSessionFile( const QString &amp; sFilename )</function>      <function access="private" specifier="non virtual" returnType="bool">loadSessionFile( const QString &amp; sFilename )</function>
890      <function access="private" specifier="non virtual" returnType="bool">saveSessionFile( const QString &amp; sFilename )</function>      <function access="private" specifier="non virtual" returnType="bool">saveSessionFile( const QString &amp; sFilename )</function>
891      <function access="private" specifier="non virtual">updateSession()</function>      <function access="private" specifier="non virtual">updateSession()</function>

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

  ViewVC Help
Powered by ViewVC