/[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 1372 by capela, Wed Oct 3 11:34:30 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 73  Line 73 
73          <action name="editRemoveChannelAction"/>          <action name="editRemoveChannelAction"/>
74          <separator/>          <separator/>
75          <action name="editSetupChannelAction"/>          <action name="editSetupChannelAction"/>
76            <action name="editEditChannelAction"/>
77          <separator/>          <separator/>
78          <action name="editResetChannelAction"/>          <action name="editResetChannelAction"/>
79          <action name="editResetAllChannelsAction"/>          <action name="editResetAllChannelsAction"/>
# Line 127  Line 128 
128          <action name="editRemoveChannelAction"/>          <action name="editRemoveChannelAction"/>
129          <separator/>          <separator/>
130          <action name="editSetupChannelAction"/>          <action name="editSetupChannelAction"/>
131            <action name="editEditChannelAction"/>
132          <separator/>          <separator/>
133          <action name="editResetChannelAction"/>          <action name="editResetChannelAction"/>
134          <action name="editResetAllChannelsAction"/>          <action name="editResetAllChannelsAction"/>
# Line 408  Line 410 
410      </action>      </action>
411      <action>      <action>
412          <property name="name">          <property name="name">
413                <cstring>editEditChannelAction</cstring>
414            </property>
415            <property name="iconSet">
416                <iconset>editEditChannel.png</iconset>
417            </property>
418            <property name="text">
419                <string>Edit</string>
420            </property>
421            <property name="menuText">
422                <string>Ed&amp;it Channel...</string>
423            </property>
424            <property name="toolTip">
425                <string>Edit channel</string>
426            </property>
427            <property name="statusTip">
428                <string>Edit current sampler channel</string>
429            </property>
430            <property name="accel">
431                <string>F9</string>
432            </property>
433        </action>
434        <action>
435            <property name="name">
436              <cstring>viewMenubarAction</cstring>              <cstring>viewMenubarAction</cstring>
437          </property>          </property>
438          <property name="toggleAction">          <property name="toggleAction">
# Line 716  Line 741 
741          <slot>editSetupChannel()</slot>          <slot>editSetupChannel()</slot>
742      </connection>      </connection>
743      <connection>      <connection>
744            <sender>editEditChannelAction</sender>
745            <signal>activated()</signal>
746            <receiver>qsamplerMainForm</receiver>
747            <slot>editEditChannel()</slot>
748        </connection>
749        <connection>
750          <sender>editResetChannelAction</sender>          <sender>editResetChannelAction</sender>
751          <signal>activated()</signal>          <signal>activated()</signal>
752          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
# Line 801  Line 832 
832  <forwards>  <forwards>
833      <forward>class QWorkspace;</forward>      <forward>class QWorkspace;</forward>
834      <forward>class QProcess;</forward>      <forward>class QProcess;</forward>
835        <forward>class QSlider;</forward>
836        <forward>class QSpinBox;</forward>
837      <forward>class QLabel;</forward>      <forward>class QLabel;</forward>
838      <forward>class qsamplerOptions;</forward>      <forward>class qsamplerOptions;</forward>
839      <forward>class qsamplerChannel;</forward>      <forward>class qsamplerChannel;</forward>
# Line 820  Line 853 
853      <variable access="private">QProcess *m_pServer;</variable>      <variable access="private">QProcess *m_pServer;</variable>
854      <variable access="private">int m_iStartDelay;</variable>      <variable access="private">int m_iStartDelay;</variable>
855      <variable access="private">int m_iTimerDelay;</variable>      <variable access="private">int m_iTimerDelay;</variable>
856      <variable access="private">int m_iTimerSlot;</variable>      <variable access="private">int m_iTimerSlot;</variable>    
857      <variable access="private">QLabel *m_statusItem[5];</variable>      <variable access="private">QLabel *m_statusItem[5];</variable>
858      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
859      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
860      <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>      <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>
861      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
862      <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>      <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>
863        <variable access="private">QSlider *m_pVolumeSlider;</variable>
864        <variable access="private">QSpinBox *m_pVolumeSpinBox;</variable>
865        <variable access="private">int m_iVolumeChanging;</variable>
866  </variables>  </variables>
867  <slots>  <slots>
868      <slot specifier="non virtual">fileNew( void )</slot>      <slot specifier="non virtual">fileNew( void )</slot>
# Line 840  Line 876 
876      <slot specifier="non virtual">editAddChannel( void )</slot>      <slot specifier="non virtual">editAddChannel( void )</slot>
877      <slot specifier="non virtual">editRemoveChannel( void )</slot>      <slot specifier="non virtual">editRemoveChannel( void )</slot>
878      <slot specifier="non virtual">editSetupChannel( void )</slot>      <slot specifier="non virtual">editSetupChannel( void )</slot>
879        <slot specifier="non virtual">editEditChannel( void )</slot>
880      <slot specifier="non virtual">editResetChannel( void )</slot>      <slot specifier="non virtual">editResetChannel( void )</slot>
881      <slot specifier="non virtual">editResetAllChannels( void )</slot>      <slot specifier="non virtual">editResetAllChannels( void )</slot>
882      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>
# Line 855  Line 892 
892      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
893      <slot specifier="non virtual">sessionDirty( void )</slot>      <slot specifier="non virtual">sessionDirty( void )</slot>
894      <slot specifier="non virtual">stabilizeForm( void )</slot>      <slot specifier="non virtual">stabilizeForm( void )</slot>
895        <slot specifier="non virtual">volumeChanged( int iVolume )</slot>
896      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
897      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
898      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>
# Line 880  Line 918 
918      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>
919      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>
920      <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>  
921      <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>
922      <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>
923      <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.1372

  ViewVC Help
Powered by ViewVC