qsamplerDeviceForm qsampler - A LinuxSampler Qt GUI Interface. Copyright (C) 2005, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. rncbc aka Rui Nuno Capela qsamplerDeviceForm 0 0 544 343 7 1 0 0 Devices qsamplerDevice.png StrongFocus unnamed splitter3 Horizontal Devices true true DeviceListView 160 0 true LastColumn Device list layout5 unnamed DeviceNameTextLabel 7 5 0 0 1 4 Device name DeviceParamTable 7 7 0 0 360 260 StrongFocus Device parameters DriverNameComboBox Driver type name DriverNameTextLabel Dri&ver: AlignVCenter|AlignRight DriverNameComboBox layout6 unnamed RefreshDevicesPushButton &Refresh Alt+R formRefresh.png refresh device list view spacer1 Horizontal Expanding 180 20 CreateDevicePushButton &Create Alt+C deviceCreate.png Create current device DeleteDevicePushButton &Delete Alt+D deviceDelete.png Delete current device ClosePushButton Close formReject.png Close this dialog qsamplerDeviceParamTable
qsamplerDevice.h
-1 -1 0 7 7 0 0 image0
789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f DeviceListView selectionChanged() qsamplerDeviceForm selectDevice() DeviceListView contextMenuRequested(QListViewItem*,const QPoint&,int) qsamplerDeviceForm contextMenu(QListViewItem*,const QPoint&,int) RefreshDevicesPushButton clicked() qsamplerDeviceForm refreshDevices() DriverNameComboBox activated(const QString&) qsamplerDeviceForm selectDriver(const QString&) CreateDevicePushButton clicked() qsamplerDeviceForm createDevice() DeleteDevicePushButton clicked() qsamplerDeviceForm deleteDevice() ClosePushButton clicked() qsamplerDeviceForm close() DeviceListView RefreshDevicesPushButton DriverNameComboBox DeviceParamTable CreateDevicePushButton DeleteDevicePushButton ClosePushButton qsamplerDevice.h qsamplerDeviceForm.ui.h class qsamplerMainForm; qsamplerMainForm *m_pMainForm; int m_iDirtySetup; lscp_client_t *m_pClient; bool m_bNewDevice; qsamplerDevice::qsamplerDeviceType m_deviceType; qsamplerDeviceItem *m_pAudioItems; qsamplerDeviceItem *m_pMidiItems; contextMenu(QListViewItem *, const QPoint&, int) createDevice() deleteDevice() refreshDevices() selectDriver( const QString & sDriverName ) selectDevice() changeValue( int iRow, int iCol ) stabilizeForm() init() destroy() showEvent( QShowEvent * pShowEvent ) hideEvent( QHideEvent * pHideEvent ) setClient( lscp_client_t *pClient ) qsamplerdeviceparamtable.h