/[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 1470 by schoenebeck, Sun Nov 4 23:37:47 2007 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# Line 25  Line 25 
25    
26  #include "ui_qsamplerDeviceForm.h"  #include "ui_qsamplerDeviceForm.h"
27    
28  #include "qsamplerMainForm.h"  #include "qsamplerDevice.h"
29    
30  namespace QSampler {  namespace QSampler {
31    
# Line 56  public slots: Line 56  public slots:
56      void changeDevicePortParam(int iRow, int iCol);      void changeDevicePortParam(int iRow, int iCol);
57      void deviceListViewContextMenu(const QPoint& pos);      void deviceListViewContextMenu(const QPoint& pos);
58      void stabilizeForm();      void stabilizeForm();
59        void updateCellRenderers();
60        void updateCellRenderers(const QModelIndex& topLeft, const QModelIndex& bottomRight);
61        void updatePortCellRenderers();
62        void updatePortCellRenderers(const QModelIndex& topLeft, const QModelIndex& bottomRight);
63    
64  protected:  protected:
65      MainForm *m_pMainForm;      MainForm *m_pMainForm;
# Line 76  private: Line 80  private:
80      DeviceParamModel    deviceParamModel;      DeviceParamModel    deviceParamModel;
81      DeviceParamDelegate deviceParamDelegate;      DeviceParamDelegate deviceParamDelegate;
82    
83      DeviceParamModel    devicePortParamModel;      PortParamModel      devicePortParamModel;
84      DeviceParamDelegate devicePortParamDelegate;      DeviceParamDelegate devicePortParamDelegate;
85  };  };
86    

Legend:
Removed from v.1470  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC