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

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

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

revision 1557 by capela, Thu Nov 22 11:10:44 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    //-------------------------------------------------------------------------
34    // QSampler::InstrumentForm -- Instrument map item form interface.
35    //
36    
37  class InstrumentForm : public QDialog  class InstrumentForm : public QDialog
38  {  {
39          Q_OBJECT          Q_OBJECT
# Line 39  public: Line 43  public:
43          InstrumentForm(QWidget* pParent = NULL);          InstrumentForm(QWidget* pParent = NULL);
44          ~InstrumentForm();          ~InstrumentForm();
45    
46          void setup(qsamplerInstrument* pInstrument);          void setup(Instrument* pInstrument);
47    
48  public slots:  public slots:
49    
# Line 56  private: Line 60  private:
60    
61          Ui::qsamplerInstrumentForm m_ui;          Ui::qsamplerInstrumentForm m_ui;
62    
63          qsamplerInstrument* m_pInstrument;          Instrument* m_pInstrument;
64          int m_iDirtySetup;          int m_iDirtySetup;
65          int m_iDirtyCount;          int m_iDirtyCount;
66          int m_iDirtyName;          int m_iDirtyName;

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

  ViewVC Help
Powered by ViewVC