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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 961 - (show annotations) (download)
Sun Dec 3 18:26:13 2006 UTC (17 years, 3 months ago) by capela
File size: 33864 byte(s)
- Adding preliminary MIDI instrument mapping support; now
  with an instrument list widget and editing capabilities.

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

  ViewVC Help
Powered by ViewVC