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

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

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

revision 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 29  Line 29 
29  #include "qsamplerChannel.h"  #include "qsamplerChannel.h"
30  #include "qsamplerDeviceForm.h"  #include "qsamplerDeviceForm.h"
31    
 #include <Q3PtrList>  
32    
33  namespace QSampler {  namespace QSampler {
34    
# Line 50  protected: Line 49  protected:
49      qsamplerChannel* m_pChannel;      qsamplerChannel* m_pChannel;
50      int m_iDirtySetup;      int m_iDirtySetup;
51      int m_iDirtyCount;      int m_iDirtyCount;
52      Q3PtrList<qsamplerDevice> m_audioDevices;      QList<qsamplerDevice *> m_audioDevices;
53      Q3PtrList<qsamplerDevice> m_midiDevices;      QList<qsamplerDevice *> m_midiDevices;
54      DeviceForm* m_pDeviceForm;      DeviceForm* m_pDeviceForm;
     qsamplerChannelRoutingMap m_audioRouting;  
55      ChannelRoutingModel routingModel;      ChannelRoutingModel routingModel;
56      ChannelRoutingDelegate routingDelegate;      ChannelRoutingDelegate routingDelegate;
57    
# Line 68  protected slots: Line 66  protected slots:
66      void selectAudioDriver(const QString& sAudioDriver);      void selectAudioDriver(const QString& sAudioDriver);
67      void selectAudioDevice(int iAudioItem);      void selectAudioDevice(int iAudioItem);
68      void setupAudioDevice();      void setupAudioDevice();
     void changeAudioRouting(int iRow, int iCol);  
69      void updateDevices();      void updateDevices();
70      void optionsChanged();      void optionsChanged();
71      void stabilizeForm();      void stabilizeForm();
72        void updateTableCellRenderers();
73        void updateTableCellRenderers(const QModelIndex& topLeft, const QModelIndex& bottomRight);
74    
75  private:  private:
76      Ui::qsamplerChannelForm ui;      Ui::qsamplerChannelForm ui;

Legend:
Removed from v.1464  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC