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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 452 - (hide annotations) (download)
Sun Mar 13 22:06:59 2005 UTC (19 years ago) by capela
File size: 32239 byte(s)
* Device managament gets prettier with new icons.
* Channel device selection is now implemented.

1 capela 447 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 capela 101 <class>qsamplerMainForm</class>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5 capela 371 Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 101
7     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License
9     as published by the Free Software Foundation; either version 2
10     of the License, or (at your option) any later version.
11    
12     This program is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License
18     along with this program; if not, write to the Free Software
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20    
21     </comment>
22     <author>rncbc aka Rui Nuno Capela</author>
23     <widget class="QMainWindow">
24     <property name="name">
25     <cstring>qsamplerMainForm</cstring>
26     </property>
27     <property name="geometry">
28     <rect>
29     <x>0</x>
30     <y>0</y>
31     <width>472</width>
32 capela 428 <height>296</height>
33 capela 101 </rect>
34     </property>
35     <property name="minimumSize">
36     <size>
37     <width>21</width>
38     <height>284</height>
39     </size>
40     </property>
41     <property name="caption">
42     <string>qsampler</string>
43     </property>
44     <property name="icon">
45     <pixmap>qsampler.png</pixmap>
46     </property>
47     </widget>
48     <menubar>
49     <property name="name">
50     <cstring>MenuBar</cstring>
51     </property>
52     <property name="geometry">
53     <rect>
54     <x>0</x>
55     <y>0</y>
56     <width>472</width>
57     <height>29</height>
58     </rect>
59     </property>
60     <item text="&amp;File" name="fileMenu">
61     <action name="fileNewAction"/>
62     <action name="fileOpenAction"/>
63     <action name="fileSaveAction"/>
64     <action name="fileSaveAsAction"/>
65     <separator/>
66 capela 255 <action name="fileResetAction"/>
67 capela 101 <action name="fileRestartAction"/>
68     <separator/>
69     <action name="fileExitAction"/>
70     </item>
71     <item text="&amp;Edit" name="editMenu">
72     <action name="editAddChannelAction"/>
73     <action name="editRemoveChannelAction"/>
74     <separator/>
75     <action name="editSetupChannelAction"/>
76     <separator/>
77     <action name="editResetChannelAction"/>
78 capela 404 <action name="editResetAllChannelsAction"/>
79 capela 101 </item>
80     <item text="&amp;View" name="viewMenu">
81     <action name="viewMenubarAction"/>
82     <action name="viewToolbarAction"/>
83     <action name="viewStatusbarAction"/>
84     <separator/>
85     <action name="viewMessagesAction"/>
86 capela 428 <action name="viewDevicesAction"/>
87 capela 101 <separator/>
88     <action name="viewOptionsAction"/>
89     </item>
90     <item text="&amp;Channels" name="channelsMenu">
91     <action name="channelsArrangeAction"/>
92     <action name="channelsAutoArrangeAction"/>
93     </item>
94     <separator/>
95     <item text="&amp;Help" name="helpMenu">
96     <action name="helpAboutAction"/>
97     <action name="helpAboutQtAction"/>
98     </item>
99     </menubar>
100     <toolbars>
101     <toolbar dock="2">
102     <property name="name">
103     <cstring>fileToolbar</cstring>
104     </property>
105     <property name="label">
106     <string>File Toolbar</string>
107     </property>
108     <action name="fileNewAction"/>
109     <action name="fileOpenAction"/>
110     <action name="fileSaveAction"/>
111     <separator/>
112 capela 255 <action name="fileResetAction"/>
113 capela 101 <action name="fileRestartAction"/>
114     </toolbar>
115     <toolbar dock="2">
116     <property name="name">
117     <cstring>editToolbar</cstring>
118     </property>
119     <property name="label">
120     <string>Edit Toolbar</string>
121     </property>
122     <action name="editAddChannelAction"/>
123     <action name="editRemoveChannelAction"/>
124     <separator/>
125     <action name="editSetupChannelAction"/>
126 capela 404 <separator/>
127 capela 101 <action name="editResetChannelAction"/>
128 capela 404 <action name="editResetAllChannelsAction"/>
129 capela 101 </toolbar>
130     <toolbar dock="2">
131     <property name="name">
132     <cstring>channelsToolbar</cstring>
133     </property>
134     <property name="label">
135     <string>Channels Toolbar</string>
136     </property>
137     <action name="channelsArrangeAction"/>
138     </toolbar>
139     </toolbars>
140     <actions>
141     <action>
142     <property name="name">
143     <cstring>fileNewAction</cstring>
144     </property>
145     <property name="iconSet">
146     <iconset>fileNew.png</iconset>
147     </property>
148     <property name="text">
149     <string>New</string>
150     </property>
151     <property name="menuText">
152     <string>&amp;New</string>
153     </property>
154     <property name="toolTip">
155     <string>New session</string>
156     </property>
157     <property name="statusTip">
158     <string>New sampler session</string>
159     </property>
160     <property name="accel">
161     <string>Ctrl+N</string>
162     </property>
163     </action>
164     <action>
165     <property name="name">
166     <cstring>fileOpenAction</cstring>
167     </property>
168     <property name="iconSet">
169     <iconset>fileOpen.png</iconset>
170     </property>
171     <property name="text">
172     <string>Open</string>
173     </property>
174     <property name="menuText">
175     <string>&amp;Open...</string>
176     </property>
177     <property name="toolTip">
178     <string>Open session</string>
179     </property>
180     <property name="statusTip">
181     <string>Open sampler session</string>
182     </property>
183     <property name="accel">
184     <string>Ctrl+O</string>
185     </property>
186     </action>
187     <action>
188     <property name="name">
189     <cstring>fileSaveAction</cstring>
190     </property>
191     <property name="iconSet">
192     <iconset>fileSave.png</iconset>
193     </property>
194     <property name="text">
195     <string>Save</string>
196     </property>
197     <property name="menuText">
198     <string>&amp;Save</string>
199     </property>
200     <property name="toolTip">
201     <string>Save session</string>
202     </property>
203     <property name="statusTip">
204     <string>Save sampler session</string>
205     </property>
206     <property name="accel">
207     <string>Ctrl+S</string>
208     </property>
209     </action>
210     <action>
211     <property name="name">
212     <cstring>fileSaveAsAction</cstring>
213     </property>
214     <property name="text">
215     <string>Save As</string>
216     </property>
217     <property name="menuText">
218     <string>Save &amp;As...</string>
219     </property>
220     <property name="statusTip">
221     <string>Save current sampler session with another name</string>
222     </property>
223     <property name="accel">
224     <string></string>
225     </property>
226     </action>
227     <action>
228     <property name="name">
229 capela 255 <cstring>fileResetAction</cstring>
230     </property>
231     <property name="iconSet">
232     <iconset>fileReset.png</iconset>
233     </property>
234     <property name="text">
235     <string>Reset</string>
236     </property>
237     <property name="menuText">
238     <string>Rese&amp;t</string>
239     </property>
240     <property name="toolTip">
241     <string>Reset instance</string>
242     </property>
243     <property name="statusTip">
244     <string>Reset sampler instance</string>
245     </property>
246     <property name="accel">
247     <string>Ctrl+R</string>
248     </property>
249     </action>
250     <action>
251     <property name="name">
252 capela 101 <cstring>fileRestartAction</cstring>
253     </property>
254     <property name="iconSet">
255     <iconset>fileRestart.png</iconset>
256     </property>
257     <property name="text">
258     <string>Restart</string>
259     </property>
260     <property name="menuText">
261     <string>&amp;Restart</string>
262     </property>
263     <property name="toolTip">
264     <string>Restart instance</string>
265     </property>
266     <property name="statusTip">
267     <string>Restart sampler instance</string>
268     </property>
269     <property name="accel">
270 capela 428 <string>Ctrl+Shift+R</string>
271 capela 101 </property>
272     </action>
273     <action>
274     <property name="name">
275     <cstring>fileExitAction</cstring>
276     </property>
277     <property name="text">
278     <string>Exit</string>
279     </property>
280     <property name="menuText">
281     <string>E&amp;xit</string>
282     </property>
283     <property name="statusTip">
284     <string>Exit this application program</string>
285     </property>
286     <property name="accel">
287     <string></string>
288     </property>
289     </action>
290     <action>
291     <property name="name">
292     <cstring>editAddChannelAction</cstring>
293     </property>
294     <property name="iconSet">
295     <iconset>editAddChannel.png</iconset>
296     </property>
297     <property name="text">
298     <string>Add</string>
299     </property>
300     <property name="menuText">
301     <string>&amp;Add Channel</string>
302     </property>
303     <property name="toolTip">
304     <string>Add channel</string>
305     </property>
306     <property name="statusTip">
307     <string>Add a new sampler channel</string>
308     </property>
309     <property name="accel">
310     <string>Ctrl+A</string>
311     </property>
312     </action>
313     <action>
314     <property name="name">
315     <cstring>editRemoveChannelAction</cstring>
316     </property>
317     <property name="iconSet">
318     <iconset>editRemoveChannel.png</iconset>
319     </property>
320     <property name="text">
321     <string>Remove</string>
322     </property>
323     <property name="menuText">
324     <string>&amp;Remove Channel</string>
325     </property>
326     <property name="toolTip">
327     <string>Remove channel</string>
328     </property>
329     <property name="statusTip">
330     <string>Remove current sampler channel</string>
331     </property>
332     <property name="accel">
333     <string>Ctrl+X</string>
334     </property>
335     </action>
336     <action>
337     <property name="name">
338 capela 404 <cstring>editResetChannelAction</cstring>
339 capela 101 </property>
340     <property name="iconSet">
341 capela 404 <iconset>editResetChannel.png</iconset>
342 capela 101 </property>
343     <property name="text">
344 capela 404 <string>Reset</string>
345 capela 101 </property>
346     <property name="menuText">
347 capela 404 <string>Re&amp;set Channel</string>
348 capela 101 </property>
349     <property name="toolTip">
350 capela 404 <string>Reset channel</string>
351 capela 101 </property>
352     <property name="statusTip">
353 capela 404 <string>Reset current sampler channel</string>
354 capela 101 </property>
355     <property name="accel">
356 capela 404 <string></string>
357 capela 101 </property>
358     </action>
359     <action>
360     <property name="name">
361 capela 404 <cstring>editResetAllChannelsAction</cstring>
362 capela 101 </property>
363     <property name="iconSet">
364 capela 404 <iconset>editResetAllChannels.png</iconset>
365 capela 101 </property>
366     <property name="text">
367 capela 404 <string>Reset All</string>
368 capela 101 </property>
369     <property name="menuText">
370 capela 404 <string>R&amp;eset All Channels</string>
371 capela 101 </property>
372     <property name="toolTip">
373 capela 404 <string>Reset all channels</string>
374 capela 101 </property>
375     <property name="statusTip">
376 capela 404 <string>Reset all sampler channels</string>
377 capela 101 </property>
378     <property name="accel">
379     <string></string>
380     </property>
381     </action>
382     <action>
383     <property name="name">
384 capela 404 <cstring>editSetupChannelAction</cstring>
385     </property>
386     <property name="iconSet">
387     <iconset>editSetupChannel.png</iconset>
388     </property>
389     <property name="text">
390     <string>Setup</string>
391     </property>
392     <property name="menuText">
393     <string>&amp;Setup Channel...</string>
394     </property>
395     <property name="toolTip">
396     <string>Setup channel</string>
397     </property>
398     <property name="statusTip">
399     <string>Setup current sampler channel</string>
400     </property>
401     <property name="accel">
402     <string>F2</string>
403     </property>
404     </action>
405     <action>
406     <property name="name">
407 capela 101 <cstring>viewMenubarAction</cstring>
408     </property>
409     <property name="toggleAction">
410     <bool>true</bool>
411     </property>
412     <property name="text">
413     <string>Menubar</string>
414     </property>
415     <property name="menuText">
416     <string>&amp;Menubar</string>
417     </property>
418     <property name="toolTip">
419     <string>Show/hide menubar</string>
420     </property>
421     <property name="statusTip">
422     <string>Show/hide the main program window menubar</string>
423     </property>
424     <property name="accel">
425     <string>Ctrl+M</string>
426     </property>
427     </action>
428     <action>
429     <property name="name">
430     <cstring>viewToolbarAction</cstring>
431     </property>
432     <property name="toggleAction">
433     <bool>true</bool>
434     </property>
435     <property name="text">
436     <string>viewToolbars</string>
437     </property>
438     <property name="menuText">
439     <string>&amp;Toolbar</string>
440     </property>
441     <property name="toolTip">
442     <string>Show/hide toolbar</string>
443     </property>
444     <property name="statusTip">
445     <string>Show/hide main program window toolbars</string>
446     </property>
447     <property name="accel">
448     <string>Ctrl+T</string>
449     </property>
450     </action>
451     <action>
452     <property name="name">
453     <cstring>viewStatusbarAction</cstring>
454     </property>
455     <property name="toggleAction">
456     <bool>true</bool>
457     </property>
458     <property name="text">
459     <string>Statusbar</string>
460     </property>
461     <property name="menuText">
462     <string>&amp;Statusbar</string>
463     </property>
464     <property name="toolTip">
465     <string>Show/hide statusbar</string>
466     </property>
467     <property name="statusTip">
468     <string>Show/hide the main program window statusbar</string>
469     </property>
470     <property name="accel">
471     <string></string>
472     </property>
473     </action>
474     <action>
475     <property name="name">
476     <cstring>viewMessagesAction</cstring>
477     </property>
478     <property name="toggleAction">
479     <bool>true</bool>
480     </property>
481     <property name="text">
482     <string>Messages</string>
483     </property>
484     <property name="menuText">
485     <string>M&amp;essages</string>
486     </property>
487     <property name="toolTip">
488     <string>Show/hide messages</string>
489     </property>
490     <property name="statusTip">
491     <string>Show/hide the messages window</string>
492     </property>
493     <property name="accel">
494     <string></string>
495     </property>
496     </action>
497     <action>
498     <property name="name">
499 capela 428 <cstring>viewDevicesAction</cstring>
500     </property>
501 capela 452 <property name="iconSet">
502     <iconset>qsamplerDevice.png</iconset>
503     </property>
504 capela 428 <property name="toggleAction">
505     <bool>true</bool>
506     </property>
507     <property name="text">
508     <string>Devices</string>
509     </property>
510     <property name="menuText">
511     <string>&amp;Devices</string>
512     </property>
513     <property name="toolTip">
514     <string>Device configuration</string>
515     </property>
516     <property name="statusTip">
517     <string>Show/hide the device configuration window</string>
518     </property>
519 capela 452 <property name="accel">
520     <string>F11</string>
521     </property>
522 capela 428 </action>
523     <action>
524     <property name="name">
525 capela 101 <cstring>viewOptionsAction</cstring>
526     </property>
527     <property name="text">
528     <string>Options</string>
529     </property>
530     <property name="menuText">
531     <string>&amp;Options...</string>
532     </property>
533     <property name="toolTip">
534     <string>General options</string>
535     </property>
536     <property name="statusTip">
537     <string>Change general application program options</string>
538     </property>
539     <property name="accel">
540     <string>F12</string>
541     </property>
542     </action>
543     <action>
544     <property name="name">
545     <cstring>channelsArrangeAction</cstring>
546     </property>
547     <property name="toggleAction">
548     <bool>false</bool>
549     </property>
550     <property name="iconSet">
551     <iconset>channelsArrange.png</iconset>
552     </property>
553     <property name="text">
554     <string>Arrange</string>
555     </property>
556     <property name="menuText">
557     <string>&amp;Arrange</string>
558     </property>
559     <property name="toolTip">
560     <string>Arrange channels</string>
561     </property>
562     <property name="statusTip">
563     <string>Line up all channel strips</string>
564     </property>
565     <property name="accel">
566     <string>F10</string>
567     </property>
568     </action>
569     <action>
570     <property name="name">
571     <cstring>channelsAutoArrangeAction</cstring>
572     </property>
573     <property name="toggleAction">
574     <bool>true</bool>
575     </property>
576     <property name="text">
577     <string>Auto Arrange</string>
578     </property>
579     <property name="menuText">
580     <string>A&amp;uto Arrange</string>
581     </property>
582     <property name="toolTip">
583     <string>Auto-arrange channels</string>
584     </property>
585     <property name="statusTip">
586     <string>Auto-arrange channel strips</string>
587     </property>
588     <property name="accel">
589     <string></string>
590     </property>
591     </action>
592     <action>
593     <property name="name">
594     <cstring>helpAboutAction</cstring>
595     </property>
596     <property name="text">
597     <string>About</string>
598     </property>
599     <property name="menuText">
600     <string>&amp;About...</string>
601     </property>
602     <property name="statusTip">
603     <string>Show information about this application program</string>
604     </property>
605     <property name="accel">
606     <string></string>
607     </property>
608     </action>
609     <action>
610     <property name="name">
611     <cstring>helpAboutQtAction</cstring>
612     </property>
613     <property name="text">
614     <string>About Qt</string>
615     </property>
616     <property name="menuText">
617     <string>About &amp;Qt...</string>
618     </property>
619     <property name="statusTip">
620     <string>Show information about the Qt toolkit</string>
621     </property>
622     <property name="accel">
623     <string></string>
624     </property>
625     </action>
626     </actions>
627     <connections>
628     <connection>
629     <sender>fileNewAction</sender>
630     <signal>activated()</signal>
631     <receiver>qsamplerMainForm</receiver>
632     <slot>fileNew()</slot>
633     </connection>
634     <connection>
635     <sender>fileOpenAction</sender>
636     <signal>activated()</signal>
637     <receiver>qsamplerMainForm</receiver>
638     <slot>fileOpen()</slot>
639     </connection>
640     <connection>
641     <sender>fileSaveAction</sender>
642     <signal>activated()</signal>
643     <receiver>qsamplerMainForm</receiver>
644     <slot>fileSave()</slot>
645     </connection>
646     <connection>
647     <sender>fileSaveAsAction</sender>
648     <signal>activated()</signal>
649     <receiver>qsamplerMainForm</receiver>
650     <slot>fileSaveAs()</slot>
651     </connection>
652     <connection>
653 capela 255 <sender>fileResetAction</sender>
654     <signal>activated()</signal>
655     <receiver>qsamplerMainForm</receiver>
656     <slot>fileReset()</slot>
657     </connection>
658     <connection>
659 capela 101 <sender>fileRestartAction</sender>
660     <signal>activated()</signal>
661     <receiver>qsamplerMainForm</receiver>
662     <slot>fileRestart()</slot>
663     </connection>
664     <connection>
665     <sender>fileExitAction</sender>
666     <signal>activated()</signal>
667     <receiver>qsamplerMainForm</receiver>
668     <slot>fileExit()</slot>
669     </connection>
670     <connection>
671     <sender>editAddChannelAction</sender>
672     <signal>activated()</signal>
673     <receiver>qsamplerMainForm</receiver>
674     <slot>editAddChannel()</slot>
675     </connection>
676     <connection>
677     <sender>editRemoveChannelAction</sender>
678     <signal>activated()</signal>
679     <receiver>qsamplerMainForm</receiver>
680     <slot>editRemoveChannel()</slot>
681     </connection>
682     <connection>
683     <sender>editSetupChannelAction</sender>
684     <signal>activated()</signal>
685     <receiver>qsamplerMainForm</receiver>
686     <slot>editSetupChannel()</slot>
687     </connection>
688     <connection>
689     <sender>editResetChannelAction</sender>
690     <signal>activated()</signal>
691     <receiver>qsamplerMainForm</receiver>
692     <slot>editResetChannel()</slot>
693     </connection>
694     <connection>
695 capela 404 <sender>editResetAllChannelsAction</sender>
696     <signal>activated()</signal>
697     <receiver>qsamplerMainForm</receiver>
698     <slot>editResetAllChannels()</slot>
699     </connection>
700     <connection>
701 capela 101 <sender>viewMenubarAction</sender>
702     <signal>toggled(bool)</signal>
703     <receiver>qsamplerMainForm</receiver>
704     <slot>viewMenubar(bool)</slot>
705     </connection>
706     <connection>
707     <sender>viewToolbarAction</sender>
708     <signal>toggled(bool)</signal>
709     <receiver>qsamplerMainForm</receiver>
710     <slot>viewToolbar(bool)</slot>
711     </connection>
712     <connection>
713     <sender>viewStatusbarAction</sender>
714     <signal>toggled(bool)</signal>
715     <receiver>qsamplerMainForm</receiver>
716     <slot>viewStatusbar(bool)</slot>
717     </connection>
718     <connection>
719     <sender>viewMessagesAction</sender>
720     <signal>toggled(bool)</signal>
721     <receiver>qsamplerMainForm</receiver>
722     <slot>viewMessages(bool)</slot>
723     </connection>
724     <connection>
725 capela 428 <sender>viewDevicesAction</sender>
726     <signal>activated()</signal>
727     <receiver>qsamplerMainForm</receiver>
728     <slot>viewDevices()</slot>
729     </connection>
730     <connection>
731 capela 101 <sender>viewOptionsAction</sender>
732     <signal>activated()</signal>
733     <receiver>qsamplerMainForm</receiver>
734     <slot>viewOptions()</slot>
735     </connection>
736     <connection>
737     <sender>channelsArrangeAction</sender>
738     <signal>activated()</signal>
739     <receiver>qsamplerMainForm</receiver>
740     <slot>channelsArrange()</slot>
741     </connection>
742     <connection>
743     <sender>channelsAutoArrangeAction</sender>
744     <signal>toggled(bool)</signal>
745     <receiver>qsamplerMainForm</receiver>
746     <slot>channelsAutoArrange(bool)</slot>
747     </connection>
748     <connection>
749     <sender>helpAboutAction</sender>
750     <signal>activated()</signal>
751     <receiver>qsamplerMainForm</receiver>
752     <slot>helpAbout()</slot>
753     </connection>
754     <connection>
755     <sender>helpAboutQtAction</sender>
756     <signal>activated()</signal>
757     <receiver>qsamplerMainForm</receiver>
758     <slot>helpAboutQt()</slot>
759     </connection>
760     </connections>
761     <includes>
762     <include location="global" impldecl="in declaration">lscp/client.h</include>
763     <include location="local" impldecl="in implementation">qsamplerMainForm.ui.h</include>
764     </includes>
765     <forwards>
766     <forward>class QWorkspace;</forward>
767     <forward>class QProcess;</forward>
768     <forward>class QLabel;</forward>
769     <forward>class qsamplerOptions;</forward>
770 capela 264 <forward>class qsamplerChannel;</forward>
771 capela 101 <forward>class qsamplerMessages;</forward>
772     <forward>class qsamplerChannelStrip;</forward>
773 capela 426 <forward>class qsamplerDeviceForm;</forward>
774 capela 101 </forwards>
775     <variables>
776     <variable access="private">qsamplerOptions *m_pOptions;</variable>
777     <variable access="private">qsamplerMessages *m_pMessages;</variable>
778     <variable access="private">QWorkspace *m_pWorkspace;</variable>
779     <variable access="private">QString m_sFilename;</variable>
780     <variable access="private">int m_iUntitled;</variable>
781     <variable access="private">int m_iDirtyCount;</variable>
782     <variable access="private">lscp_client_t *m_pClient;</variable>
783     <variable access="private">QProcess *m_pServer;</variable>
784     <variable access="private">int m_iStartDelay;</variable>
785     <variable access="private">int m_iTimerDelay;</variable>
786     <variable access="private">int m_iTimerSlot;</variable>
787 capela 428 <variable access="private">QLabel *m_statusItem[5];</variable>
788 capela 101 <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
789 capela 400 <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
790 capela 428 <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
791 capela 101 </variables>
792     <slots>
793     <slot specifier="non virtual">fileNew( void )</slot>
794     <slot specifier="non virtual">fileOpen( void )</slot>
795 capela 428 <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>
796 capela 101 <slot specifier="non virtual">fileSave( void )</slot>
797     <slot specifier="non virtual">fileSaveAs( void )</slot>
798 capela 255 <slot specifier="non virtual">fileReset( void )</slot>
799 capela 101 <slot specifier="non virtual">fileRestart( void )</slot>
800     <slot specifier="non virtual">fileExit( void )</slot>
801     <slot specifier="non virtual">editAddChannel( void )</slot>
802     <slot specifier="non virtual">editRemoveChannel( void )</slot>
803     <slot specifier="non virtual">editSetupChannel( void )</slot>
804     <slot specifier="non virtual">editResetChannel( void )</slot>
805 capela 404 <slot specifier="non virtual">editResetAllChannels( void )</slot>
806 capela 101 <slot specifier="non virtual">viewMenubar( bool bOn )</slot>
807     <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
808     <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>
809     <slot specifier="non virtual">viewMessages( bool bOn )</slot>
810 capela 428 <slot specifier="non virtual">viewDevices( void )</slot>
811 capela 101 <slot specifier="non virtual">viewOptions( void )</slot>
812     <slot specifier="non virtual">channelsArrange( void )</slot>
813     <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>
814     <slot specifier="non virtual">helpAboutQt( void )</slot>
815     <slot specifier="non virtual">helpAbout( void )</slot>
816 capela 433 <slot specifier="non virtual">sessionDirty( void )</slot>
817 capela 101 <slot specifier="non virtual">stabilizeForm( void )</slot>
818 capela 400 <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
819 capela 101 <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
820     <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>
821     <slot specifier="non virtual">timerSlot( void )</slot>
822     <slot specifier="non virtual">readServerStdout( void )</slot>
823     <slot specifier="non virtual">processServerExit( void )</slot>
824     </slots>
825     <functions>
826     <function access="private" specifier="non virtual">init()</function>
827     <function access="private" specifier="non virtual">destroy()</function>
828     <function specifier="non virtual">setup( qsamplerOptions * pOptions )</function>
829     <function access="private" specifier="non virtual" returnType="bool">queryClose( void )</function>
830     <function access="private" specifier="non virtual">closeEvent( QCloseEvent * pCloseEvent )</function>
831 capela 388 <function access="private" specifier="non virtual" returnType="bool">decodeDragFiles( const QMimeSource * pEvent, QStringList &amp; files )</function>
832 capela 101 <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>
833     <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>
834 capela 149 <function access="private" specifier="non virtual">customEvent( QCustomEvent *pCustomEvent )</function>
835 capela 127 <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>
836 capela 101 <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>
837     <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>
838     <function specifier="non virtual" returnType="QString">sessionName( const QString &amp; sFilename )</function>
839     <function access="private" specifier="non virtual" returnType="bool">newSession( void )</function>
840     <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>
841     <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>
842     <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>
843     <function access="private" specifier="non virtual" returnType="bool">loadSessionFile( const QString &amp; sFilename )</function>
844     <function access="private" specifier="non virtual" returnType="bool">saveSessionFile( const QString &amp; sFilename )</function>
845 capela 395 <function access="private" specifier="non virtual">updateSession()</function>
846 capela 101 <function access="private" specifier="non virtual">updateRecentFiles( const QString &amp; sFilename )</function>
847     <function access="private" specifier="non virtual">updateRecentFilesMenu( void )</function>
848 capela 371 <function access="private" specifier="non virtual">updateInstrumentNames( void )</function>
849 capela 101 <function access="private" specifier="non virtual">updateDisplayFont( void )</function>
850 capela 267 <function access="private" specifier="non virtual">updateDisplayEffect( void )</function>
851 capela 119 <function access="private" specifier="non virtual">updateMaxVolume( void )</function>
852 capela 101 <function specifier="non virtual">appendMessages( const QString &amp; s )</function>
853     <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>
854     <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>
855     <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>
856     <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>
857     <function access="private" specifier="non virtual">updateMessagesFont( void )</function>
858     <function access="private" specifier="non virtual">updateMessagesLimit( void )</function>
859     <function access="private" specifier="non virtual">updateMessagesCapture( void )</function>
860 capela 303 <function specifier="non virtual" returnType="qsamplerChannelStrip *">createChannelStrip( qsamplerChannel *pChannel )</function>
861 capela 264 <function specifier="non virtual" returnType="qsamplerChannelStrip *">activeChannelStrip( void )</function>
862     <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStripAt( int iChannel )</function>
863 capela 395 <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStrip( int iChannelID )</function>
864 capela 101 <function access="private" specifier="non virtual">startSchedule( int iStartDelay )</function>
865     <function access="private" specifier="non virtual">stopSchedule( void )</function>
866     <function access="private" specifier="non virtual">startServer( void )</function>
867     <function access="private" specifier="non virtual">stopServer( void )</function>
868     <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>
869     <function access="private" specifier="non virtual">stopClient( void )</function>
870     </functions>
871     <pixmapinproject/>
872     <layoutdefaults spacing="4" margin="8"/>
873     </UI>

  ViewVC Help
Powered by ViewVC