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

Diff of /qsampler/trunk/src/qsamplerDeviceForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 430 by capela, Tue Mar 8 17:23:29 2005 UTC revision 490 by capela, Fri Apr 1 00:34:58 2005 UTC
# Line 20  Line 20 
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
23  <widget class="QDialog">  <widget class="QWidget">
24      <property name="name">      <property name="name">
25          <cstring>qsamplerDeviceForm</cstring>          <cstring>qsamplerDeviceForm</cstring>
26      </property>      </property>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>604</width>              <width>556</width>
32              <height>329</height>              <height>345</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 44  Line 44 
44          <string>Devices</string>          <string>Devices</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerDevice.png</pixmap>
48      </property>      </property>
49      <property name="focusPolicy">      <property name="focusPolicy">
50          <enum>StrongFocus</enum>          <enum>StrongFocus</enum>
51      </property>      </property>
52      <hbox>      <vbox>
53          <property name="name">          <property name="name">
54              <cstring>unnamed</cstring>              <cstring>unnamed</cstring>
55          </property>          </property>
56          <widget class="QSplitter">          <widget class="QSplitter">
57              <property name="name">              <property name="name">
58                  <cstring>DeviceSplitter</cstring>                  <cstring>splitter1</cstring>
59              </property>              </property>
60              <property name="orientation">              <property name="orientation">
61                  <enum>Horizontal</enum>                  <enum>Horizontal</enum>
62              </property>              </property>
63              <widget class="QLayoutWidget">              <widget class="QListView">
64                    <column>
65                        <property name="text">
66                            <string>Devices</string>
67                        </property>
68                        <property name="clickable">
69                            <bool>true</bool>
70                        </property>
71                        <property name="resizable">
72                            <bool>true</bool>
73                        </property>
74                    </column>
75                    <property name="name">
76                        <cstring>DeviceListView</cstring>
77                    </property>
78                    <property name="minimumSize">
79                        <size>
80                            <width>160</width>
81                            <height>0</height>
82                        </size>
83                    </property>
84                    <property name="rootIsDecorated">
85                        <bool>true</bool>
86                    </property>
87                    <property name="resizeMode">
88                        <enum>LastColumn</enum>
89                    </property>
90                    <property name="toolTip" stdset="0">
91                        <string>Device list</string>
92                    </property>
93                </widget>
94                <widget class="QSplitter">
95                  <property name="name">                  <property name="name">
96                      <cstring>layout1</cstring>                      <cstring>splitter2</cstring>
97                  </property>                  </property>
98                  <grid>                  <property name="orientation">
99                        <enum>Vertical</enum>
100                    </property>
101                    <widget class="QLayoutWidget">
102                      <property name="name">                      <property name="name">
103                          <cstring>unnamed</cstring>                          <cstring>layout4</cstring>
104                      </property>                      </property>
105                      <widget class="QPushButton" row="1" column="1">                      <grid>
                         <property name="name">  
                             <cstring>SaveDevicesPushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Save...</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+S</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileSave.png</iconset>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Save device configuration to file</string>  
                         </property>  
                     </widget>  
                     <spacer row="1" column="2">  
106                          <property name="name">                          <property name="name">
107                              <cstring>spacer1</cstring>                              <cstring>unnamed</cstring>
                         </property>  
                         <property name="orientation">  
                             <enum>Horizontal</enum>  
108                          </property>                          </property>
109                          <property name="sizeType">                          <widget class="QLabel" row="0" column="0">
110                              <enum>Expanding</enum>                              <property name="name">
111                          </property>                                  <cstring>DeviceNameTextLabel</cstring>
112                          <property name="sizeHint">                              </property>
113                              <size>                              <property name="sizePolicy">
114                                  <width>24</width>                                  <sizepolicy>
115                                  <height>16</height>                                      <hsizetype>7</hsizetype>
116                              </size>                                      <vsizetype>5</vsizetype>
117                          </property>                                      <horstretch>0</horstretch>
118                      </spacer>                                      <verstretch>0</verstretch>
119                      <widget class="QPushButton" row="1" column="0">                                  </sizepolicy>
120                          <property name="name">                              </property>
121                              <cstring>LoadDevicesPushButton</cstring>                              <property name="font">
122                          </property>                                  <font>
123                          <property name="minimumSize">                                      <bold>1</bold>
124                              <size>                                  </font>
125                                  <width>0</width>                              </property>
126                                  <height>28</height>                              <property name="indent">
127                              </size>                                  <number>4</number>
128                          </property>                              </property>
129                          <property name="maximumSize">                              <property name="toolTip" stdset="0">
130                              <size>                                  <string>Device name</string>
131                                  <width>32767</width>                              </property>
132                                  <height>28</height>                          </widget>
133                              </size>                          <widget class="QLabel" row="0" column="1">
134                          </property>                              <property name="name">
135                          <property name="text">                                  <cstring>DriverNameTextLabel</cstring>
136                              <string>&amp;Load...</string>                              </property>
                         </property>  
                         <property name="accel">  
                             <string>Alt+L</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileOpen.png</iconset>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Load device configuration from file</string>  
                         </property>  
                     </widget>  
                     <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">  
                         <column>  
137                              <property name="text">                              <property name="text">
138                                  <string>Devices</string>                                  <string>Dri&amp;ver:</string>
139                                </property>
140                                <property name="alignment">
141                                    <set>AlignVCenter|AlignRight</set>
142                                </property>
143                                <property name="buddy" stdset="0">
144                                    <cstring>DriverNameComboBox</cstring>
145                                </property>
146                            </widget>
147                            <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">
148                                <property name="name">
149                                    <cstring>DeviceParamTable</cstring>
150                              </property>                              </property>
151                              <property name="clickable">                              <property name="sizePolicy">
152                                  <bool>true</bool>                                  <sizepolicy>
153                                        <hsizetype>7</hsizetype>
154                                        <vsizetype>7</vsizetype>
155                                        <horstretch>0</horstretch>
156                                        <verstretch>0</verstretch>
157                                    </sizepolicy>
158                              </property>                              </property>
159                              <property name="resizable">                              <property name="minimumSize">
160                                  <bool>true</bool>                                  <size>
161                                        <width>380</width>
162                                        <height>160</height>
163                                    </size>
164                              </property>                              </property>
165                          </column>                              <property name="focusPolicy">
166                                    <enum>StrongFocus</enum>
167                                </property>
168                                <property name="toolTip" stdset="0">
169                                    <string>Device parameters</string>
170                                </property>
171                            </widget>
172                            <widget class="QComboBox" row="0" column="2">
173                                <property name="name">
174                                    <cstring>DriverNameComboBox</cstring>
175                                </property>
176                                <property name="toolTip" stdset="0">
177                                    <string>Driver type name</string>
178                                </property>
179                            </widget>
180                        </grid>
181                    </widget>
182                    <widget class="QLayoutWidget">
183                        <property name="name">
184                            <cstring>layout5</cstring>
185                        </property>
186                        <vbox>
187                          <property name="name">                          <property name="name">
188                              <cstring>DeviceListView</cstring>                              <cstring>unnamed</cstring>
                         </property>  
                         <property name="rootIsDecorated">  
                             <bool>true</bool>  
                         </property>  
                         <property name="resizeMode">  
                             <enum>LastColumn</enum>  
189                          </property>                          </property>
190                          <property name="toolTip" stdset="0">                          <widget class="QComboBox">
191                              <string>Device list</string>                              <property name="name">
192                          </property>                                  <cstring>DevicePortComboBox</cstring>
193                      </widget>                              </property>
194                  </grid>                              <property name="toolTip" stdset="0">
195                                    <string>Device port/channel</string>
196                                </property>
197                            </widget>
198                            <widget class="qsamplerDeviceParamTable">
199                                <property name="name">
200                                    <cstring>DevicePortParamTable</cstring>
201                                </property>
202                                <property name="sizePolicy">
203                                    <sizepolicy>
204                                        <hsizetype>7</hsizetype>
205                                        <vsizetype>7</vsizetype>
206                                        <horstretch>0</horstretch>
207                                        <verstretch>0</verstretch>
208                                    </sizepolicy>
209                                </property>
210                                <property name="minimumSize">
211                                    <size>
212                                        <width>380</width>
213                                        <height>80</height>
214                                    </size>
215                                </property>
216                                <property name="focusPolicy">
217                                    <enum>StrongFocus</enum>
218                                </property>
219                                <property name="toolTip" stdset="0">
220                                    <string>Device port/channel parameters</string>
221                                </property>
222                            </widget>
223                        </vbox>
224                    </widget>
225              </widget>              </widget>
226              <widget class="QLayoutWidget">          </widget>
227            <widget class="QLayoutWidget">
228                <property name="name">
229                    <cstring>layout6</cstring>
230                </property>
231                <hbox>
232                  <property name="name">                  <property name="name">
233                      <cstring>layout4</cstring>                      <cstring>unnamed</cstring>
234                  </property>                  </property>
235                  <grid>                  <widget class="QPushButton">
236                      <property name="name">                      <property name="name">
237                          <cstring>unnamed</cstring>                          <cstring>RefreshDevicesPushButton</cstring>
238                      </property>                      </property>
239                      <widget class="QPushButton" row="2" column="6">                      <property name="text">
240                          <property name="name">                          <string>&amp;Refresh</string>
241                              <cstring>ClosePushButton</cstring>                      </property>
242                          </property>                      <property name="accel">
243                          <property name="minimumSize">                          <string>Alt+R</string>
244                              <size>                      </property>
245                                  <width>0</width>                      <property name="iconSet">
246                                  <height>28</height>                          <iconset>formRefresh.png</iconset>
247                              </size>                      </property>
248                          </property>                      <property name="toolTip" stdset="0">
249                          <property name="maximumSize">                          <string>Refresh device list view</string>
250                              <size>                      </property>
251                                  <width>32767</width>                  </widget>
252                                  <height>28</height>                  <spacer>
253                              </size>                      <property name="name">
254                          </property>                          <cstring>spacer1</cstring>
255                          <property name="text">                      </property>
256                              <string>Close</string>                      <property name="orientation">
257                          </property>                          <enum>Horizontal</enum>
258                          <property name="accel">                      </property>
259                              <string></string>                      <property name="sizeType">
260                          </property>                          <enum>Expanding</enum>
261                          <property name="toolTip" stdset="0">                      </property>
262                              <string>Close this dialog</string>                      <property name="sizeHint">
263                          </property>                          <size>
264                      </widget>                              <width>180</width>
265                      <widget class="QPushButton" row="2" column="2">                              <height>20</height>
266                          <property name="name">                          </size>
267                              <cstring>UpdateDevicePushButton</cstring>                      </property>
268                          </property>                  </spacer>
269                          <property name="minimumSize">                  <widget class="QPushButton">
270                              <size>                      <property name="name">
271                                  <width>0</width>                          <cstring>CreateDevicePushButton</cstring>
272                                  <height>28</height>                      </property>
273                              </size>                      <property name="text">
274                          </property>                          <string>&amp;Create</string>
275                          <property name="maximumSize">                      </property>
276                              <size>                      <property name="accel">
277                                  <width>32767</width>                          <string>Alt+C</string>
278                                  <height>28</height>                      </property>
279                              </size>                      <property name="iconSet">
280                          </property>                          <iconset>deviceCreate.png</iconset>
281                          <property name="text">                      </property>
282                              <string>&amp;Update</string>                      <property name="toolTip" stdset="0">
283                          </property>                          <string>Create device</string>
284                          <property name="accel">                      </property>
285                              <string>Alt+U</string>                  </widget>
286                          </property>                  <widget class="QPushButton">
287                          <property name="toolTip" stdset="0">                      <property name="name">
288                              <string>Update current device</string>                          <cstring>DeleteDevicePushButton</cstring>
289                          </property>                      </property>
290                      </widget>                      <property name="text">
291                      <spacer row="2" column="5">                          <string>&amp;Delete</string>
292                          <property name="name">                      </property>
293                              <cstring>spacer3</cstring>                      <property name="accel">
294                          </property>                          <string>Alt+D</string>
295                          <property name="orientation">                      </property>
296                              <enum>Horizontal</enum>                      <property name="iconSet">
297                          </property>                          <iconset>deviceDelete.png</iconset>
298                          <property name="sizeType">                      </property>
299                              <enum>Expanding</enum>                      <property name="toolTip" stdset="0">
300                          </property>                          <string>Delete device</string>
301                          <property name="sizeHint">                      </property>
302                              <size>                  </widget>
303                                  <width>38</width>                  <widget class="QPushButton">
304                                  <height>20</height>                      <property name="name">
305                              </size>                          <cstring>ClosePushButton</cstring>
306                          </property>                      </property>
307                      </spacer>                      <property name="text">
308                      <spacer row="2" column="0">                          <string>Close</string>
309                          <property name="name">                      </property>
310                              <cstring>spacer2</cstring>                      <property name="accel">
311                          </property>                          <string></string>
312                          <property name="orientation">                      </property>
313                              <enum>Horizontal</enum>                      <property name="iconSet">
314                          </property>                          <iconset>formReject.png</iconset>
315                          <property name="sizeType">                      </property>
316                              <enum>Minimum</enum>                      <property name="toolTip" stdset="0">
317                          </property>                          <string>Close this dialog</string>
318                          <property name="sizeHint">                      </property>
319                              <size>                  </widget>
320                                  <width>4</width>              </hbox>
                                 <height>20</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <widget class="QPushButton" row="2" column="3" rowspan="1" colspan="2">  
                         <property name="name">  
                             <cstring>DeleteDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Delete</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+D</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Delete current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QComboBox" row="0" column="6">  
                         <property name="name">  
                             <cstring>DriverNameComboBox</cstring>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Driver type name</string>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="2" column="1">  
                         <property name="name">  
                             <cstring>CreateDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Create</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+C</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Create current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">  
                         <property name="name">  
                             <cstring>DriverNameTextLabel</cstring>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Driver:</string>  
                         </property>  
                         <property name="alignment">  
                             <set>AlignVCenter|AlignRight</set>  
                         </property>  
                         <property name="buddy" stdset="0">  
                             <cstring>DriverNameComboBox</cstring>  
                         </property>  
                     </widget>  
                     <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="7">  
                         <property name="name">  
                             <cstring>DeviceParamTable</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>7</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>260</height>  
                             </size>  
                         </property>  
                         <property name="focusPolicy">  
                             <enum>StrongFocus</enum>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device parameters</string>  
                         </property>  
                     </widget>  
                     <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4">  
                         <property name="name">  
                             <cstring>DeviceNameTextLabel</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>5</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="font">  
                             <font>  
                                 <pointsize>10</pointsize>  
                                 <bold>1</bold>  
                             </font>  
                         </property>  
                         <property name="text">  
                             <string></string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device name</string>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
321          </widget>          </widget>
322      </hbox>      </vbox>
323  </widget>  </widget>
324  <customwidgets>  <customwidgets>
325      <customwidget>      <customwidget>
# Line 424  Line 352 
352          <slot>selectDevice()</slot>          <slot>selectDevice()</slot>
353      </connection>      </connection>
354      <connection>      <connection>
355          <sender>LoadDevicesPushButton</sender>          <sender>DeviceListView</sender>
356          <signal>clicked()</signal>          <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
357          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
358          <slot>loadDevices()</slot>          <slot>contextMenu(QListViewItem*,const QPoint&amp;,int)</slot>
359      </connection>      </connection>
360      <connection>      <connection>
361          <sender>SaveDevicesPushButton</sender>          <sender>RefreshDevicesPushButton</sender>
362          <signal>clicked()</signal>          <signal>clicked()</signal>
363          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
364          <slot>saveDevices()</slot>          <slot>refreshDevices()</slot>
365      </connection>      </connection>
366      <connection>      <connection>
367          <sender>DriverNameComboBox</sender>          <sender>DriverNameComboBox</sender>
# Line 442  Line 370 
370          <slot>selectDriver(const QString&amp;)</slot>          <slot>selectDriver(const QString&amp;)</slot>
371      </connection>      </connection>
372      <connection>      <connection>
373          <sender>CreateDevicePushButton</sender>          <sender>DevicePortComboBox</sender>
374          <signal>clicked()</signal>          <signal>activated(int)</signal>
375          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
376          <slot>createDevice()</slot>          <slot>selectDevicePort(int)</slot>
377      </connection>      </connection>
378      <connection>      <connection>
379          <sender>UpdateDevicePushButton</sender>          <sender>CreateDevicePushButton</sender>
380          <signal>clicked()</signal>          <signal>clicked()</signal>
381          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
382          <slot>updateDevice()</slot>          <slot>createDevice()</slot>
383      </connection>      </connection>
384      <connection>      <connection>
385          <sender>DeleteDevicePushButton</sender>          <sender>DeleteDevicePushButton</sender>
# Line 468  Line 396 
396  </connections>  </connections>
397  <tabstops>  <tabstops>
398      <tabstop>DeviceListView</tabstop>      <tabstop>DeviceListView</tabstop>
399      <tabstop>LoadDevicesPushButton</tabstop>      <tabstop>RefreshDevicesPushButton</tabstop>
     <tabstop>SaveDevicesPushButton</tabstop>  
     <tabstop>DeviceParamTable</tabstop>  
400      <tabstop>DriverNameComboBox</tabstop>      <tabstop>DriverNameComboBox</tabstop>
401        <tabstop>DeviceParamTable</tabstop>
402        <tabstop>DevicePortComboBox</tabstop>
403        <tabstop>DevicePortParamTable</tabstop>
404      <tabstop>CreateDevicePushButton</tabstop>      <tabstop>CreateDevicePushButton</tabstop>
     <tabstop>UpdateDevicePushButton</tabstop>  
405      <tabstop>DeleteDevicePushButton</tabstop>      <tabstop>DeleteDevicePushButton</tabstop>
406      <tabstop>ClosePushButton</tabstop>      <tabstop>ClosePushButton</tabstop>
407  </tabstops>  </tabstops>
# Line 486  Line 414 
414  </forwards>  </forwards>
415  <variables>  <variables>
416      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
417        <variable access="private">lscp_client_t *m_pClient;</variable>
418      <variable access="private">int m_iDirtySetup;</variable>      <variable access="private">int m_iDirtySetup;</variable>
419      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
     <variable access="private">int m_iUntitled;</variable>  
     <variable access="private">QString m_sFilename;</variable>  
     <variable access="private">lscp_client_t *m_pClient;</variable>  
420      <variable access="private">bool m_bNewDevice;</variable>      <variable access="private">bool m_bNewDevice;</variable>
421        <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
422            <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>
423        <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>
424        <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
425  </variables>  </variables>
426    <signals>
427            <signal>devicesChanged()</signal>
428    </signals>
429  <slots>  <slots>
     <slot specifier="non virtual">contentsChanged()</slot>  
     <slot specifier="non virtual">loadDevices()</slot>  
     <slot specifier="non virtual">saveDevices()</slot>  
430      <slot specifier="non virtual">createDevice()</slot>      <slot specifier="non virtual">createDevice()</slot>
     <slot specifier="non virtual">updateDevice()</slot>  
431      <slot specifier="non virtual">deleteDevice()</slot>      <slot specifier="non virtual">deleteDevice()</slot>
432      <slot specifier="non virtual">refreshDevices()</slot>      <slot specifier="non virtual">refreshDevices()</slot>
433      <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>      <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>
434      <slot specifier="non virtual">selectDevice()</slot>      <slot specifier="non virtual">selectDevice()</slot>
435        <slot specifier="non virtual">selectDevicePort( int iPort )</slot>
436        <slot specifier="non virtual">changeDeviceParam( int iRow, int iCol )</slot>
437        <slot specifier="non virtual">changeDevicePortParam( int iRow, int iCol )</slot>
438        <slot specifier="non virtual">contextMenu(QListViewItem *, const QPoint&amp;, int)</slot>
439      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
440  </slots>  </slots>
441  <functions>  <functions>
# Line 510  Line 443 
443      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
444      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
445      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
446        <function specifier="non virtual">setMainForm( qsamplerMainForm *pMainForm )</function>
447        <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>
448        <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>
449        <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>
450      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
     <function specifier="non virtual" returnType="QString">devicesName( const QString &amp; sFilename )</function>  
     <function specifier="non virtual" returnType="bool">queryClose()</function>  
     <function specifier="non virtual">loadDevicesFile( const QString &amp; sFilename )</function>  
     <function specifier="non virtual">saveDevicesFile( const QString &amp; sFilename )</function>  
451  </functions>  </functions>
452  <pixmapinproject/>  <pixmapinproject/>
453  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
454  <includehints>  <includehints>
455      <includehint>qsamplerdeviceparamtable.h</includehint>      <includehint>qsamplerdeviceparamtable.h</includehint>
456        <includehint>qsamplerdeviceparamtable.h</includehint>
457  </includehints>  </includehints>
458  </UI>  </UI>

Legend:
Removed from v.430  
changed lines
  Added in v.490

  ViewVC Help
Powered by ViewVC