qsamplerDeviceForm qsampler - A LinuxSampler Qt GUI Interface. Copyright (C) 2004-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 607 323 7 1 0 0 Devices qsamplerChannel.png StrongFocus unnamed splitter4 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 LastColumn Device list view layout5 unnamed ClosePushButton 0 28 32767 28 Close Close this dialog spacer3 Horizontal Expanding 30 20 UpdateDevicePushButton 0 28 32767 28 &Update Alt+U Update current device spacer2 Horizontal Minimum 4 20 DeviceParamTable 7 7 0 0 0 260 StrongFocus CreateDevicePushButton 0 28 32767 28 &Create Alt+C Create current device DeleteDevicePushButton 0 28 32767 28 &Delete Alt+D Delete current device qsamplerDeviceParamTable
qsamplerDevice.h
-1 -1 0 7 7 0 0 image0
LoadDevicesPushButton clicked() qsamplerDeviceForm loadDevices() SaveDevicesPushButton clicked() qsamplerDeviceForm saveDevices() CreateDevicePushButton clicked() qsamplerDeviceForm createDevice() UpdateDevicePushButton clicked() qsamplerDeviceForm updateDevice() DeleteDevicePushButton clicked() qsamplerDeviceForm deleteDevice() ClosePushButton clicked() qsamplerDeviceForm close() DeviceListView DeviceParamTable LoadDevicesPushButton SaveDevicesPushButton 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; contentsChanged() loadDevices() saveDevices() createDevice() updateDevice() deleteDevice() selectDevice( QListViewItem * pItem ) refreshDevices() 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