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

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

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

revision 1510 by capela, Thu Nov 22 14:17:24 2007 UTC revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC
# Line 30  Line 30 
30    
31  namespace QSampler {  namespace QSampler {
32    
33  class MainForm;  //-------------------------------------------------------------------------
34    // QSampler::DeviceForm -- Device form interface.
35    //
36    
37  class DeviceForm : public QDialog  class DeviceForm : public QDialog
38  {  {
# Line 41  public: Line 43  public:
43          DeviceForm(QWidget *pParent = NULL, Qt::WindowFlags wflags = 0);          DeviceForm(QWidget *pParent = NULL, Qt::WindowFlags wflags = 0);
44          ~DeviceForm();          ~DeviceForm();
45    
46          void setDeviceTypeMode(qsamplerDevice::DeviceType deviceType);          void setDeviceTypeMode(Device::DeviceType deviceType);
47          void setDriverName(const QString& sDriverName);          void setDriverName(const QString& sDriverName);
48          void setDevice(qsamplerDevice *pDevice);          void setDevice(Device *pDevice);
49    
50  public slots:  public slots:
51    
# Line 88  private: Line 90  private:
90          int m_iDirtySetup;          int m_iDirtySetup;
91          int m_iDirtyCount;          int m_iDirtyCount;
92          bool m_bNewDevice;          bool m_bNewDevice;
93          qsamplerDevice::DeviceType m_deviceType;          Device::DeviceType m_deviceType;
94          qsamplerDevice::DeviceType m_deviceTypeMode;          Device::DeviceType m_deviceTypeMode;
95          qsamplerDeviceItem *m_pAudioItems;          DeviceItem *m_pAudioItems;
96          qsamplerDeviceItem *m_pMidiItems;          DeviceItem *m_pMidiItems;
97  };  };
98    
99  } // namespace QSampler  } // namespace QSampler

Legend:
Removed from v.1510  
changed lines
  Added in v.1558

  ViewVC Help
Powered by ViewVC