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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 255 - (show annotations) (download)
Tue Sep 28 16:17:43 2004 UTC (19 years, 6 months ago) by capela
File size: 29226 byte(s)
* Sampler reset command action added to menu and toolbar.

* MIDI channel selection is now a dropdown list, allowing
  the explicit selection for "All" channels input per sampler
  channel (omni).

* Channel strip display glass effect has changed background
  color to black (was green).

* Minor configure fixes.

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

  ViewVC Help
Powered by ViewVC