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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1372 - (show annotations) (download)
Wed Oct 3 11:34:30 2007 UTC (16 years, 6 months ago) by capela
File size: 35297 byte(s)
* The new channel instrument editor tool is now also accessible
  from the main menu and toolbar.

1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>qsamplerMainForm</class>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 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
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 along
18 with this program; if not, write to the Free Software Foundation, Inc.,
19 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 <height>296</height>
33 </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 <action name="fileResetAction"/>
67 <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 <action name="editEditChannelAction"/>
77 <separator/>
78 <action name="editResetChannelAction"/>
79 <action name="editResetAllChannelsAction"/>
80 </item>
81 <item text="&amp;View" name="viewMenu">
82 <action name="viewMenubarAction"/>
83 <action name="viewToolbarAction"/>
84 <action name="viewStatusbarAction"/>
85 <separator/>
86 <action name="viewMessagesAction"/>
87 <action name="viewInstrumentsAction"/>
88 <action name="viewDevicesAction"/>
89 <separator/>
90 <action name="viewOptionsAction"/>
91 </item>
92 <item text="&amp;Channels" name="channelsMenu">
93 <action name="channelsArrangeAction"/>
94 <action name="channelsAutoArrangeAction"/>
95 </item>
96 <separator/>
97 <item text="&amp;Help" name="helpMenu">
98 <action name="helpAboutAction"/>
99 <action name="helpAboutQtAction"/>
100 </item>
101 </menubar>
102 <toolbars>
103 <toolbar dock="2">
104 <property name="name">
105 <cstring>fileToolbar</cstring>
106 </property>
107 <property name="label">
108 <string>File Toolbar</string>
109 </property>
110 <action name="fileNewAction"/>
111 <action name="fileOpenAction"/>
112 <action name="fileSaveAction"/>
113 <separator/>
114 <action name="fileResetAction"/>
115 <action name="fileRestartAction"/>
116 <separator/>
117 <action name="viewInstrumentsAction"/>
118 <action name="viewDevicesAction"/>
119 </toolbar>
120 <toolbar dock="2">
121 <property name="name">
122 <cstring>editToolbar</cstring>
123 </property>
124 <property name="label">
125 <string>Edit Toolbar</string>
126 </property>
127 <action name="editAddChannelAction"/>
128 <action name="editRemoveChannelAction"/>
129 <separator/>
130 <action name="editSetupChannelAction"/>
131 <action name="editEditChannelAction"/>
132 <separator/>
133 <action name="editResetChannelAction"/>
134 <action name="editResetAllChannelsAction"/>
135 </toolbar>
136 <toolbar dock="2">
137 <property name="name">
138 <cstring>channelsToolbar</cstring>
139 </property>
140 <property name="label">
141 <string>Channels Toolbar</string>
142 </property>
143 <action name="channelsArrangeAction"/>
144 </toolbar>
145 </toolbars>
146 <actions>
147 <action>
148 <property name="name">
149 <cstring>fileNewAction</cstring>
150 </property>
151 <property name="iconSet">
152 <iconset>fileNew.png</iconset>
153 </property>
154 <property name="text">
155 <string>New</string>
156 </property>
157 <property name="menuText">
158 <string>&amp;New</string>
159 </property>
160 <property name="toolTip">
161 <string>New session</string>
162 </property>
163 <property name="statusTip">
164 <string>New sampler session</string>
165 </property>
166 <property name="accel">
167 <string>Ctrl+N</string>
168 </property>
169 </action>
170 <action>
171 <property name="name">
172 <cstring>fileOpenAction</cstring>
173 </property>
174 <property name="iconSet">
175 <iconset>fileOpen.png</iconset>
176 </property>
177 <property name="text">
178 <string>Open</string>
179 </property>
180 <property name="menuText">
181 <string>&amp;Open...</string>
182 </property>
183 <property name="toolTip">
184 <string>Open session</string>
185 </property>
186 <property name="statusTip">
187 <string>Open sampler session</string>
188 </property>
189 <property name="accel">
190 <string>Ctrl+O</string>
191 </property>
192 </action>
193 <action>
194 <property name="name">
195 <cstring>fileSaveAction</cstring>
196 </property>
197 <property name="iconSet">
198 <iconset>fileSave.png</iconset>
199 </property>
200 <property name="text">
201 <string>Save</string>
202 </property>
203 <property name="menuText">
204 <string>&amp;Save</string>
205 </property>
206 <property name="toolTip">
207 <string>Save session</string>
208 </property>
209 <property name="statusTip">
210 <string>Save sampler session</string>
211 </property>
212 <property name="accel">
213 <string>Ctrl+S</string>
214 </property>
215 </action>
216 <action>
217 <property name="name">
218 <cstring>fileSaveAsAction</cstring>
219 </property>
220 <property name="text">
221 <string>Save As</string>
222 </property>
223 <property name="menuText">
224 <string>Save &amp;As...</string>
225 </property>
226 <property name="statusTip">
227 <string>Save current sampler session with another name</string>
228 </property>
229 <property name="accel">
230 <string></string>
231 </property>
232 </action>
233 <action>
234 <property name="name">
235 <cstring>fileResetAction</cstring>
236 </property>
237 <property name="iconSet">
238 <iconset>fileReset.png</iconset>
239 </property>
240 <property name="text">
241 <string>Reset</string>
242 </property>
243 <property name="menuText">
244 <string>Rese&amp;t</string>
245 </property>
246 <property name="toolTip">
247 <string>Reset instance</string>
248 </property>
249 <property name="statusTip">
250 <string>Reset sampler instance</string>
251 </property>
252 <property name="accel">
253 <string>Ctrl+R</string>
254 </property>
255 </action>
256 <action>
257 <property name="name">
258 <cstring>fileRestartAction</cstring>
259 </property>
260 <property name="iconSet">
261 <iconset>fileRestart.png</iconset>
262 </property>
263 <property name="text">
264 <string>Restart</string>
265 </property>
266 <property name="menuText">
267 <string>&amp;Restart</string>
268 </property>
269 <property name="toolTip">
270 <string>Restart instance</string>
271 </property>
272 <property name="statusTip">
273 <string>Restart sampler instance</string>
274 </property>
275 <property name="accel">
276 <string>Ctrl+Shift+R</string>
277 </property>
278 </action>
279 <action>
280 <property name="name">
281 <cstring>fileExitAction</cstring>
282 </property>
283 <property name="text">
284 <string>Exit</string>
285 </property>
286 <property name="menuText">
287 <string>E&amp;xit</string>
288 </property>
289 <property name="statusTip">
290 <string>Exit this application program</string>
291 </property>
292 <property name="accel">
293 <string></string>
294 </property>
295 </action>
296 <action>
297 <property name="name">
298 <cstring>editAddChannelAction</cstring>
299 </property>
300 <property name="iconSet">
301 <iconset>editAddChannel.png</iconset>
302 </property>
303 <property name="text">
304 <string>Add</string>
305 </property>
306 <property name="menuText">
307 <string>&amp;Add Channel</string>
308 </property>
309 <property name="toolTip">
310 <string>Add channel</string>
311 </property>
312 <property name="statusTip">
313 <string>Add a new sampler channel</string>
314 </property>
315 <property name="accel">
316 <string>Ctrl+A</string>
317 </property>
318 </action>
319 <action>
320 <property name="name">
321 <cstring>editRemoveChannelAction</cstring>
322 </property>
323 <property name="iconSet">
324 <iconset>editRemoveChannel.png</iconset>
325 </property>
326 <property name="text">
327 <string>Remove</string>
328 </property>
329 <property name="menuText">
330 <string>&amp;Remove Channel</string>
331 </property>
332 <property name="toolTip">
333 <string>Remove channel</string>
334 </property>
335 <property name="statusTip">
336 <string>Remove current sampler channel</string>
337 </property>
338 <property name="accel">
339 <string>Ctrl+X</string>
340 </property>
341 </action>
342 <action>
343 <property name="name">
344 <cstring>editResetChannelAction</cstring>
345 </property>
346 <property name="iconSet">
347 <iconset>editResetChannel.png</iconset>
348 </property>
349 <property name="text">
350 <string>Reset</string>
351 </property>
352 <property name="menuText">
353 <string>Re&amp;set Channel</string>
354 </property>
355 <property name="toolTip">
356 <string>Reset channel</string>
357 </property>
358 <property name="statusTip">
359 <string>Reset current sampler channel</string>
360 </property>
361 <property name="accel">
362 <string></string>
363 </property>
364 </action>
365 <action>
366 <property name="name">
367 <cstring>editResetAllChannelsAction</cstring>
368 </property>
369 <property name="iconSet">
370 <iconset>editResetAllChannels.png</iconset>
371 </property>
372 <property name="text">
373 <string>Reset All</string>
374 </property>
375 <property name="menuText">
376 <string>R&amp;eset All Channels</string>
377 </property>
378 <property name="toolTip">
379 <string>Reset all channels</string>
380 </property>
381 <property name="statusTip">
382 <string>Reset all sampler channels</string>
383 </property>
384 <property name="accel">
385 <string></string>
386 </property>
387 </action>
388 <action>
389 <property name="name">
390 <cstring>editSetupChannelAction</cstring>
391 </property>
392 <property name="iconSet">
393 <iconset>editSetupChannel.png</iconset>
394 </property>
395 <property name="text">
396 <string>Setup</string>
397 </property>
398 <property name="menuText">
399 <string>&amp;Setup Channel...</string>
400 </property>
401 <property name="toolTip">
402 <string>Setup channel</string>
403 </property>
404 <property name="statusTip">
405 <string>Setup current sampler channel</string>
406 </property>
407 <property name="accel">
408 <string>F2</string>
409 </property>
410 </action>
411 <action>
412 <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>
437 </property>
438 <property name="toggleAction">
439 <bool>true</bool>
440 </property>
441 <property name="text">
442 <string>Menubar</string>
443 </property>
444 <property name="menuText">
445 <string>&amp;Menubar</string>
446 </property>
447 <property name="toolTip">
448 <string>Show/hide menubar</string>
449 </property>
450 <property name="statusTip">
451 <string>Show/hide the main program window menubar</string>
452 </property>
453 <property name="accel">
454 <string>Ctrl+M</string>
455 </property>
456 </action>
457 <action>
458 <property name="name">
459 <cstring>viewToolbarAction</cstring>
460 </property>
461 <property name="toggleAction">
462 <bool>true</bool>
463 </property>
464 <property name="text">
465 <string>viewToolbars</string>
466 </property>
467 <property name="menuText">
468 <string>&amp;Toolbar</string>
469 </property>
470 <property name="toolTip">
471 <string>Show/hide toolbar</string>
472 </property>
473 <property name="statusTip">
474 <string>Show/hide main program window toolbars</string>
475 </property>
476 <property name="accel">
477 <string>Ctrl+T</string>
478 </property>
479 </action>
480 <action>
481 <property name="name">
482 <cstring>viewStatusbarAction</cstring>
483 </property>
484 <property name="toggleAction">
485 <bool>true</bool>
486 </property>
487 <property name="text">
488 <string>Statusbar</string>
489 </property>
490 <property name="menuText">
491 <string>&amp;Statusbar</string>
492 </property>
493 <property name="toolTip">
494 <string>Show/hide statusbar</string>
495 </property>
496 <property name="statusTip">
497 <string>Show/hide the main program window statusbar</string>
498 </property>
499 <property name="accel">
500 <string></string>
501 </property>
502 </action>
503 <action>
504 <property name="name">
505 <cstring>viewMessagesAction</cstring>
506 </property>
507 <property name="toggleAction">
508 <bool>true</bool>
509 </property>
510 <property name="text">
511 <string>Messages</string>
512 </property>
513 <property name="menuText">
514 <string>M&amp;essages</string>
515 </property>
516 <property name="toolTip">
517 <string>Show/hide messages</string>
518 </property>
519 <property name="statusTip">
520 <string>Show/hide the messages window</string>
521 </property>
522 <property name="accel">
523 <string></string>
524 </property>
525 </action>
526 <action>
527 <property name="name">
528 <cstring>viewInstrumentsAction</cstring>
529 </property>
530 <property name="iconSet">
531 <iconset>qsamplerInstrument.png</iconset>
532 </property>
533 <property name="toggleAction">
534 <bool>true</bool>
535 </property>
536 <property name="text">
537 <string>Instruments</string>
538 </property>
539 <property name="menuText">
540 <string>&amp;Instruments</string>
541 </property>
542 <property name="toolTip">
543 <string>MIDI instruments configuration</string>
544 </property>
545 <property name="statusTip">
546 <string>Show/hide the MIDI instruments configuration window</string>
547 </property>
548 <property name="accel">
549 <string>F10</string>
550 </property>
551 </action>
552 <action>
553 <property name="name">
554 <cstring>viewDevicesAction</cstring>
555 </property>
556 <property name="iconSet">
557 <iconset>qsamplerDevice.png</iconset>
558 </property>
559 <property name="toggleAction">
560 <bool>true</bool>
561 </property>
562 <property name="text">
563 <string>Devices</string>
564 </property>
565 <property name="menuText">
566 <string>&amp;Devices</string>
567 </property>
568 <property name="toolTip">
569 <string>Device configuration</string>
570 </property>
571 <property name="statusTip">
572 <string>Show/hide the device configuration window</string>
573 </property>
574 <property name="accel">
575 <string>F11</string>
576 </property>
577 </action>
578 <action>
579 <property name="name">
580 <cstring>viewOptionsAction</cstring>
581 </property>
582 <property name="text">
583 <string>Options</string>
584 </property>
585 <property name="menuText">
586 <string>&amp;Options...</string>
587 </property>
588 <property name="toolTip">
589 <string>General options</string>
590 </property>
591 <property name="statusTip">
592 <string>Change general application program options</string>
593 </property>
594 <property name="accel">
595 <string>F12</string>
596 </property>
597 </action>
598 <action>
599 <property name="name">
600 <cstring>channelsArrangeAction</cstring>
601 </property>
602 <property name="toggleAction">
603 <bool>false</bool>
604 </property>
605 <property name="iconSet">
606 <iconset>channelsArrange.png</iconset>
607 </property>
608 <property name="text">
609 <string>Arrange</string>
610 </property>
611 <property name="menuText">
612 <string>&amp;Arrange</string>
613 </property>
614 <property name="toolTip">
615 <string>Arrange channels</string>
616 </property>
617 <property name="statusTip">
618 <string>Line up all channel strips</string>
619 </property>
620 <property name="accel">
621 <string>F5</string>
622 </property>
623 </action>
624 <action>
625 <property name="name">
626 <cstring>channelsAutoArrangeAction</cstring>
627 </property>
628 <property name="toggleAction">
629 <bool>true</bool>
630 </property>
631 <property name="text">
632 <string>Auto Arrange</string>
633 </property>
634 <property name="menuText">
635 <string>A&amp;uto Arrange</string>
636 </property>
637 <property name="toolTip">
638 <string>Auto-arrange channels</string>
639 </property>
640 <property name="statusTip">
641 <string>Auto-arrange channel strips</string>
642 </property>
643 <property name="accel">
644 <string></string>
645 </property>
646 </action>
647 <action>
648 <property name="name">
649 <cstring>helpAboutAction</cstring>
650 </property>
651 <property name="text">
652 <string>About</string>
653 </property>
654 <property name="menuText">
655 <string>&amp;About...</string>
656 </property>
657 <property name="statusTip">
658 <string>Show information about this application program</string>
659 </property>
660 <property name="accel">
661 <string></string>
662 </property>
663 </action>
664 <action>
665 <property name="name">
666 <cstring>helpAboutQtAction</cstring>
667 </property>
668 <property name="text">
669 <string>About Qt</string>
670 </property>
671 <property name="menuText">
672 <string>About &amp;Qt...</string>
673 </property>
674 <property name="statusTip">
675 <string>Show information about the Qt toolkit</string>
676 </property>
677 <property name="accel">
678 <string></string>
679 </property>
680 </action>
681 </actions>
682 <connections>
683 <connection>
684 <sender>fileNewAction</sender>
685 <signal>activated()</signal>
686 <receiver>qsamplerMainForm</receiver>
687 <slot>fileNew()</slot>
688 </connection>
689 <connection>
690 <sender>fileOpenAction</sender>
691 <signal>activated()</signal>
692 <receiver>qsamplerMainForm</receiver>
693 <slot>fileOpen()</slot>
694 </connection>
695 <connection>
696 <sender>fileSaveAction</sender>
697 <signal>activated()</signal>
698 <receiver>qsamplerMainForm</receiver>
699 <slot>fileSave()</slot>
700 </connection>
701 <connection>
702 <sender>fileSaveAsAction</sender>
703 <signal>activated()</signal>
704 <receiver>qsamplerMainForm</receiver>
705 <slot>fileSaveAs()</slot>
706 </connection>
707 <connection>
708 <sender>fileResetAction</sender>
709 <signal>activated()</signal>
710 <receiver>qsamplerMainForm</receiver>
711 <slot>fileReset()</slot>
712 </connection>
713 <connection>
714 <sender>fileRestartAction</sender>
715 <signal>activated()</signal>
716 <receiver>qsamplerMainForm</receiver>
717 <slot>fileRestart()</slot>
718 </connection>
719 <connection>
720 <sender>fileExitAction</sender>
721 <signal>activated()</signal>
722 <receiver>qsamplerMainForm</receiver>
723 <slot>fileExit()</slot>
724 </connection>
725 <connection>
726 <sender>editAddChannelAction</sender>
727 <signal>activated()</signal>
728 <receiver>qsamplerMainForm</receiver>
729 <slot>editAddChannel()</slot>
730 </connection>
731 <connection>
732 <sender>editRemoveChannelAction</sender>
733 <signal>activated()</signal>
734 <receiver>qsamplerMainForm</receiver>
735 <slot>editRemoveChannel()</slot>
736 </connection>
737 <connection>
738 <sender>editSetupChannelAction</sender>
739 <signal>activated()</signal>
740 <receiver>qsamplerMainForm</receiver>
741 <slot>editSetupChannel()</slot>
742 </connection>
743 <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>
751 <signal>activated()</signal>
752 <receiver>qsamplerMainForm</receiver>
753 <slot>editResetChannel()</slot>
754 </connection>
755 <connection>
756 <sender>editResetAllChannelsAction</sender>
757 <signal>activated()</signal>
758 <receiver>qsamplerMainForm</receiver>
759 <slot>editResetAllChannels()</slot>
760 </connection>
761 <connection>
762 <sender>viewMenubarAction</sender>
763 <signal>toggled(bool)</signal>
764 <receiver>qsamplerMainForm</receiver>
765 <slot>viewMenubar(bool)</slot>
766 </connection>
767 <connection>
768 <sender>viewToolbarAction</sender>
769 <signal>toggled(bool)</signal>
770 <receiver>qsamplerMainForm</receiver>
771 <slot>viewToolbar(bool)</slot>
772 </connection>
773 <connection>
774 <sender>viewStatusbarAction</sender>
775 <signal>toggled(bool)</signal>
776 <receiver>qsamplerMainForm</receiver>
777 <slot>viewStatusbar(bool)</slot>
778 </connection>
779 <connection>
780 <sender>viewMessagesAction</sender>
781 <signal>toggled(bool)</signal>
782 <receiver>qsamplerMainForm</receiver>
783 <slot>viewMessages(bool)</slot>
784 </connection>
785 <connection>
786 <sender>viewInstrumentsAction</sender>
787 <signal>activated()</signal>
788 <receiver>qsamplerMainForm</receiver>
789 <slot>viewInstruments()</slot>
790 </connection>
791 <connection>
792 <sender>viewDevicesAction</sender>
793 <signal>activated()</signal>
794 <receiver>qsamplerMainForm</receiver>
795 <slot>viewDevices()</slot>
796 </connection>
797 <connection>
798 <sender>viewOptionsAction</sender>
799 <signal>activated()</signal>
800 <receiver>qsamplerMainForm</receiver>
801 <slot>viewOptions()</slot>
802 </connection>
803 <connection>
804 <sender>channelsArrangeAction</sender>
805 <signal>activated()</signal>
806 <receiver>qsamplerMainForm</receiver>
807 <slot>channelsArrange()</slot>
808 </connection>
809 <connection>
810 <sender>channelsAutoArrangeAction</sender>
811 <signal>toggled(bool)</signal>
812 <receiver>qsamplerMainForm</receiver>
813 <slot>channelsAutoArrange(bool)</slot>
814 </connection>
815 <connection>
816 <sender>helpAboutAction</sender>
817 <signal>activated()</signal>
818 <receiver>qsamplerMainForm</receiver>
819 <slot>helpAbout()</slot>
820 </connection>
821 <connection>
822 <sender>helpAboutQtAction</sender>
823 <signal>activated()</signal>
824 <receiver>qsamplerMainForm</receiver>
825 <slot>helpAboutQt()</slot>
826 </connection>
827 </connections>
828 <includes>
829 <include location="global" impldecl="in declaration">lscp/client.h</include>
830 <include location="local" impldecl="in implementation">qsamplerMainForm.ui.h</include>
831 </includes>
832 <forwards>
833 <forward>class QWorkspace;</forward>
834 <forward>class QProcess;</forward>
835 <forward>class QSlider;</forward>
836 <forward>class QSpinBox;</forward>
837 <forward>class QLabel;</forward>
838 <forward>class qsamplerOptions;</forward>
839 <forward>class qsamplerChannel;</forward>
840 <forward>class qsamplerMessages;</forward>
841 <forward>class qsamplerChannelStrip;</forward>
842 <forward>class qsamplerInstrumentListForm;</forward>
843 <forward>class qsamplerDeviceForm;</forward>
844 </forwards>
845 <variables>
846 <variable access="private">qsamplerOptions *m_pOptions;</variable>
847 <variable access="private">qsamplerMessages *m_pMessages;</variable>
848 <variable access="private">QWorkspace *m_pWorkspace;</variable>
849 <variable access="private">QString m_sFilename;</variable>
850 <variable access="private">int m_iUntitled;</variable>
851 <variable access="private">int m_iDirtyCount;</variable>
852 <variable access="private">lscp_client_t *m_pClient;</variable>
853 <variable access="private">QProcess *m_pServer;</variable>
854 <variable access="private">int m_iStartDelay;</variable>
855 <variable access="private">int m_iTimerDelay;</variable>
856 <variable access="private">int m_iTimerSlot;</variable>
857 <variable access="private">QLabel *m_statusItem[5];</variable>
858 <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
859 <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
860 <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>
861 <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
862 <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>
867 <slots>
868 <slot specifier="non virtual">fileNew( void )</slot>
869 <slot specifier="non virtual">fileOpen( void )</slot>
870 <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>
871 <slot specifier="non virtual">fileSave( void )</slot>
872 <slot specifier="non virtual">fileSaveAs( void )</slot>
873 <slot specifier="non virtual">fileReset( void )</slot>
874 <slot specifier="non virtual">fileRestart( void )</slot>
875 <slot specifier="non virtual">fileExit( void )</slot>
876 <slot specifier="non virtual">editAddChannel( void )</slot>
877 <slot specifier="non virtual">editRemoveChannel( void )</slot>
878 <slot specifier="non virtual">editSetupChannel( void )</slot>
879 <slot specifier="non virtual">editEditChannel( void )</slot>
880 <slot specifier="non virtual">editResetChannel( void )</slot>
881 <slot specifier="non virtual">editResetAllChannels( void )</slot>
882 <slot specifier="non virtual">viewMenubar( bool bOn )</slot>
883 <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
884 <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>
885 <slot specifier="non virtual">viewMessages( bool bOn )</slot>
886 <slot specifier="non virtual">viewInstruments( void )</slot>
887 <slot specifier="non virtual">viewDevices( void )</slot>
888 <slot specifier="non virtual">viewOptions( void )</slot>
889 <slot specifier="non virtual">channelsArrange( void )</slot>
890 <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>
891 <slot specifier="non virtual">helpAboutQt( void )</slot>
892 <slot specifier="non virtual">helpAbout( void )</slot>
893 <slot specifier="non virtual">sessionDirty( void )</slot>
894 <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>
897 <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
898 <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>
899 <slot specifier="non virtual">timerSlot( void )</slot>
900 <slot specifier="non virtual">readServerStdout( void )</slot>
901 <slot specifier="non virtual">processServerExit( void )</slot>
902 </slots>
903 <functions>
904 <function access="private" specifier="non virtual">init()</function>
905 <function access="private" specifier="non virtual">destroy()</function>
906 <function specifier="non virtual">setup( qsamplerOptions * pOptions )</function>
907 <function access="private" specifier="non virtual" returnType="bool">queryClose( void )</function>
908 <function access="private" specifier="non virtual">closeEvent( QCloseEvent * pCloseEvent )</function>
909 <function access="private" specifier="non virtual" returnType="bool">decodeDragFiles( const QMimeSource * pEvent, QStringList &amp; files )</function>
910 <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>
911 <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>
912 <function access="private" specifier="non virtual">customEvent( QCustomEvent *pCustomEvent )</function>
913 <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>
914 <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>
915 <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>
916 <function specifier="non virtual" returnType="QString">sessionName( const QString &amp; sFilename )</function>
917 <function access="private" specifier="non virtual" returnType="bool">newSession( void )</function>
918 <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>
919 <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>
921 <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>
923 <function access="private" specifier="non virtual">updateSession()</function>
924 <function access="private" specifier="non virtual">updateRecentFiles( const QString &amp; sFilename )</function>
925 <function access="private" specifier="non virtual">updateRecentFilesMenu( void )</function>
926 <function access="private" specifier="non virtual">updateInstrumentNames( void )</function>
927 <function access="private" specifier="non virtual">updateDisplayFont( void )</function>
928 <function access="private" specifier="non virtual">updateDisplayEffect( void )</function>
929 <function access="private" specifier="non virtual">updateMaxVolume( void )</function>
930 <function specifier="non virtual">appendMessages( const QString &amp; s )</function>
931 <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>
932 <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>
933 <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>
934 <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>
935 <function access="private" specifier="non virtual">updateMessagesFont( void )</function>
936 <function access="private" specifier="non virtual">updateMessagesLimit( void )</function>
937 <function access="private" specifier="non virtual">updateMessagesCapture( void )</function>
938 <function specifier="non virtual" returnType="qsamplerChannelStrip *">createChannelStrip( qsamplerChannel *pChannel )</function>
939 <function specifier="non virtual" returnType="qsamplerChannelStrip *">activeChannelStrip( void )</function>
940 <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStripAt( int iChannel )</function>
941 <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStrip( int iChannelID )</function>
942 <function access="private" specifier="non virtual">startSchedule( int iStartDelay )</function>
943 <function access="private" specifier="non virtual">stopSchedule( void )</function>
944 <function access="private" specifier="non virtual">startServer( void )</function>
945 <function access="private" specifier="non virtual">stopServer( void )</function>
946 <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>
947 <function access="private" specifier="non virtual">stopClient( void )</function>
948 <function specifier="non virtual" returnType="static qsamplerMainForm *">getInstance( void )</function>
949 </functions>
950 <pixmapinproject/>
951 <layoutdefaults spacing="4" margin="8"/>
952 </UI>

  ViewVC Help
Powered by ViewVC