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

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

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

revision 1491 by capela, Thu Nov 1 19:25:10 2007 UTC revision 1492 by schoenebeck, Mon Nov 19 21:08:18 2007 UTC
# Line 35  class InstrumentListForm : public QMainW Line 35  class InstrumentListForm : public QMainW
35  Q_OBJECT  Q_OBJECT
36  public:  public:
37      MidiInstrumentsModel model;      MidiInstrumentsModel model;
38        MidiInstrumentsDelegate delegate;
39    
40      InstrumentListForm(QWidget* parent = 0, Qt::WindowFlags flags = 0);      InstrumentListForm(QWidget* parent = 0, Qt::WindowFlags flags = 0);
41     ~InstrumentListForm();     ~InstrumentListForm();
# Line 49  protected: Line 50  protected:
50      void showEvent(QShowEvent* pShowEvent);      void showEvent(QShowEvent* pShowEvent);
51      void hideEvent(QHideEvent* pHideEvent);      void hideEvent(QHideEvent* pHideEvent);
52    
53    protected slots:
54        void editInstrument();
55        void editInstrument(const QModelIndex& index);
56        void newInstrument();
57        void deleteInstrument();
58    
59  private:  private:
60      Ui::qsamplerInstrumentListForm ui;      Ui::qsamplerInstrumentListForm ui;
61  };  };

Legend:
Removed from v.1491  
changed lines
  Added in v.1492

  ViewVC Help
Powered by ViewVC