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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (show annotations) (download)
Mon Mar 7 11:09:32 2005 UTC (19 years ago) by capela
File size: 31180 byte(s)
Device configuration interface preparations.

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

  ViewVC Help
Powered by ViewVC