/[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 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# 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.1473  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC