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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 447 - (show annotations) (download)
Thu Mar 10 20:45:42 2005 UTC (19 years ago) by capela
File size: 32050 byte(s)
Device parameter table custom spinbox range fix.

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

  ViewVC Help
Powered by ViewVC