/[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 590 by capela, Sun May 29 16:28:01 2005 UTC revision 996 by capela, Thu Dec 21 14:55:05 2006 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2006, 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 39  Line 39 
39          </size>          </size>
40      </property>      </property>
41      <property name="caption">      <property name="caption">
42          <string>qsampler</string>          <string>Qsampler</string>
43      </property>      </property>
44      <property name="icon">      <property name="icon">
45          <pixmap>qsampler.png</pixmap>          <pixmap>qsampler.png</pixmap>
# Line 83  Line 83 
83          <action name="viewStatusbarAction"/>          <action name="viewStatusbarAction"/>
84          <separator/>          <separator/>
85          <action name="viewMessagesAction"/>          <action name="viewMessagesAction"/>
86            <action name="viewInstrumentsAction"/>
87          <action name="viewDevicesAction"/>          <action name="viewDevicesAction"/>
88          <separator/>          <separator/>
89          <action name="viewOptionsAction"/>          <action name="viewOptionsAction"/>
# Line 112  Line 113 
113          <action name="fileResetAction"/>          <action name="fileResetAction"/>
114          <action name="fileRestartAction"/>          <action name="fileRestartAction"/>
115          <separator/>          <separator/>
116            <action name="viewInstrumentsAction"/>
117          <action name="viewDevicesAction"/>          <action name="viewDevicesAction"/>
118      </toolbar>      </toolbar>
119      <toolbar dock="2">      <toolbar dock="2">
# Line 498  Line 500 
500      </action>      </action>
501      <action>      <action>
502          <property name="name">          <property name="name">
503                <cstring>viewInstrumentsAction</cstring>
504            </property>
505            <property name="iconSet">
506                <iconset>qsamplerInstrument.png</iconset>
507            </property>
508            <property name="toggleAction">
509                <bool>true</bool>
510            </property>
511            <property name="text">
512                <string>Instruments</string>
513            </property>
514            <property name="menuText">
515                <string>&amp;Instruments</string>
516            </property>
517            <property name="toolTip">
518                <string>MIDI instruments configuration</string>
519            </property>
520            <property name="statusTip">
521                <string>Show/hide the MIDI instruments configuration window</string>
522            </property>
523            <property name="accel">
524                <string>F10</string>
525            </property>
526        </action>
527        <action>
528            <property name="name">
529              <cstring>viewDevicesAction</cstring>              <cstring>viewDevicesAction</cstring>
530          </property>          </property>
531          <property name="iconSet">          <property name="iconSet">
# Line 565  Line 593 
593              <string>Line up all channel strips</string>              <string>Line up all channel strips</string>
594          </property>          </property>
595          <property name="accel">          <property name="accel">
596              <string>F10</string>              <string>F5</string>
597          </property>          </property>
598      </action>      </action>
599      <action>      <action>
# Line 724  Line 752 
752          <slot>viewMessages(bool)</slot>          <slot>viewMessages(bool)</slot>
753      </connection>      </connection>
754      <connection>      <connection>
755            <sender>viewInstrumentsAction</sender>
756            <signal>activated()</signal>
757            <receiver>qsamplerMainForm</receiver>
758            <slot>viewInstruments()</slot>
759        </connection>
760        <connection>
761          <sender>viewDevicesAction</sender>          <sender>viewDevicesAction</sender>
762          <signal>activated()</signal>          <signal>activated()</signal>
763          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
# Line 772  Line 806 
806      <forward>class qsamplerChannel;</forward>      <forward>class qsamplerChannel;</forward>
807      <forward>class qsamplerMessages;</forward>      <forward>class qsamplerMessages;</forward>
808      <forward>class qsamplerChannelStrip;</forward>      <forward>class qsamplerChannelStrip;</forward>
809        <forward>class qsamplerInstrumentListForm;</forward>
810      <forward>class qsamplerDeviceForm;</forward>      <forward>class qsamplerDeviceForm;</forward>
811  </forwards>  </forwards>
812  <variables>  <variables>
# Line 789  Line 824 
824      <variable access="private">QLabel *m_statusItem[5];</variable>      <variable access="private">QLabel *m_statusItem[5];</variable>
825      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
826      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
827        <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>
828      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
829        <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>
830  </variables>  </variables>
831  <slots>  <slots>
832      <slot specifier="non virtual">fileNew( void )</slot>      <slot specifier="non virtual">fileNew( void )</slot>
# Line 809  Line 846 
846      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
847      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>
848      <slot specifier="non virtual">viewMessages( bool bOn )</slot>      <slot specifier="non virtual">viewMessages( bool bOn )</slot>
849        <slot specifier="non virtual">viewInstruments( void )</slot>
850      <slot specifier="non virtual">viewDevices( void )</slot>      <slot specifier="non virtual">viewDevices( void )</slot>
851      <slot specifier="non virtual">viewOptions( void )</slot>      <slot specifier="non virtual">viewOptions( void )</slot>
852      <slot specifier="non virtual">channelsArrange( void )</slot>      <slot specifier="non virtual">channelsArrange( void )</slot>
# Line 842  Line 880 
880      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>      <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>
881      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>      <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>
882      <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>      <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>
883        <function access="private" specifier="non virtual" returnType="bool">resetSession( void )</function>
884      <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>
885      <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>
886      <function access="private" specifier="non virtual">updateSession()</function>      <function access="private" specifier="non virtual">updateSession()</function>
# Line 869  Line 908 
908      <function access="private" specifier="non virtual">stopServer( void )</function>      <function access="private" specifier="non virtual">stopServer( void )</function>
909      <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>      <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>
910      <function access="private" specifier="non virtual">stopClient( void )</function>      <function access="private" specifier="non virtual">stopClient( void )</function>
911        <function specifier="non virtual" returnType="static qsamplerMainForm *">getInstance( void )</function>
912  </functions>  </functions>
913  <pixmapinproject/>  <pixmapinproject/>
914  <layoutdefaults spacing="4" margin="8"/>  <layoutdefaults spacing="4" margin="8"/>

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

  ViewVC Help
Powered by ViewVC