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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (hide annotations) (download)
Sat Jun 26 14:27:25 2004 UTC (19 years, 9 months ago) by capela
File size: 28188 byte(s)
* Prepared for client event protocol interface,
  via thread-safe QCustomEvent callback posting,
  on attempt to comply with draft-protocol v.11.

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

  ViewVC Help
Powered by ViewVC