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

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

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

revision 758 by capela, Sun Aug 28 00:31:34 2005 UTC revision 767 by capela, Tue Aug 30 09:52:46 2005 UTC
# Line 210  public: Line 210  public:
210          // Common parameter table renderer.          // Common parameter table renderer.
211          void refresh(qsamplerDevice *pDevice,          void refresh(qsamplerDevice *pDevice,
212                  const qsamplerChannelRoutingMap& routing);                  const qsamplerChannelRoutingMap& routing);
213    
214            // Commit any pending editing.
215            void flush();
216    };
217    
218    
219    //-------------------------------------------------------------------------
220    // qsamplerChannelRoutingComboBox - Custom combo box for routing table.
221    //
222    
223    class qsamplerChannelRoutingComboBox : public QTableItem
224    {
225    public:
226    
227            // Constructor.
228            qsamplerChannelRoutingComboBox(QTable *pTable,
229                    const QStringList& list, const QPixmap& pixmap);
230    
231            // Public accessors.
232            void setCurrentItem(int iCurrentItem);
233            int currentItem() const;
234    
235    protected:
236    
237            // Virtual implemetations.
238            QWidget *createEditor() const;
239            void setContentFromEditor(QWidget *pWidget);
240    
241    private:
242    
243            // Initial value holders
244            QStringList m_list;
245            int m_iCurrentItem;
246  };  };
247    
248    

Legend:
Removed from v.758  
changed lines
  Added in v.767

  ViewVC Help
Powered by ViewVC