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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757 - (show annotations) (download)
Fri Aug 26 23:04:32 2005 UTC (18 years, 7 months ago) by capela
File size: 32303 byte(s)
* All widget captions changed to include proper application title prefix.

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

  ViewVC Help
Powered by ViewVC