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 604 329 7 1 0 0 Devices qsamplerChannel.png StrongFocus unnamed DeviceSplitter Horizontal layout1 unnamed SaveDevicesPushButton 0 28 32767 28 &Save... Alt+S fileSave.png Save device configuration to file spacer1 Horizontal Expanding 24 16 LoadDevicesPushButton 0 28 32767 28 &Load... Alt+L fileOpen.png Load device configuration from file Devices true true DeviceListView true LastColumn Device list layout4 unnamed ClosePushButton 0 28 32767 28 Close Close this dialog UpdateDevicePushButton 0 28 32767 28 &Update Alt+U Update current device spacer3 Horizontal Expanding 38 20 spacer2 Horizontal Minimum 4 20 DeleteDevicePushButton 0 28 32767 28 &Delete Alt+D Delete current device DriverNameComboBox Driver type name CreateDevicePushButton 0 28 32767 28 &Create Alt+C Create current device DriverNameTextLabel &Driver: AlignVCenter|AlignRight DriverNameComboBox DeviceParamTable 7 7 0 0 0 260 StrongFocus Device parameters DeviceNameTextLabel 7 5 0 0 10 1 Device name qsamplerDeviceParamTable
qsamplerDevice.h
-1 -1 0 7 7 0 0 image0
789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f DeviceListView selectionChanged() qsamplerDeviceForm selectDevice() LoadDevicesPushButton clicked() qsamplerDeviceForm loadDevices() SaveDevicesPushButton clicked() qsamplerDeviceForm saveDevices() DriverNameComboBox activated(const QString&) qsamplerDeviceForm selectDriver(const QString&) DeviceParamTable valueChanged(int,int) qsamplerDeviceForm changeValue(int,int) CreateDevicePushButton clicked() qsamplerDeviceForm createDevice() UpdateDevicePushButton clicked() qsamplerDeviceForm updateDevice() DeleteDevicePushButton clicked() qsamplerDeviceForm deleteDevice() ClosePushButton clicked() qsamplerDeviceForm close() DeviceListView LoadDevicesPushButton SaveDevicesPushButton DeviceParamTable DriverNameComboBox CreateDevicePushButton UpdateDevicePushButton DeleteDevicePushButton ClosePushButton qsamplerDevice.h qsamplerDeviceForm.ui.h class qsamplerMainForm; qsamplerMainForm *m_pMainForm; int m_iDirtySetup; int m_iDirtyCount; int m_iUntitled; QString m_sFilename; lscp_client_t *m_pClient; bool m_bNewDevice; contentsChanged() loadDevices() saveDevices() createDevice() updateDevice() 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 ) devicesName( const QString & sFilename ) queryClose() loadDevicesFile( const QString & sFilename ) saveDevicesFile( const QString & sFilename ) qsamplerdeviceparamtable.h