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

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

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

revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerInstrumentList.h  // qsamplerInstrumentList.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2012, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2003-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 35  class Instrument; Line 35  class Instrument;
35    
36  class InstrumentListModel : public QAbstractItemModel  class InstrumentListModel : public QAbstractItemModel
37  {  {
38            Q_OBJECT
39    
40  public:  public:
41    
42          // Constructor.          // Constructor.
43          InstrumentListModel(QObject *pParent = NULL);          InstrumentListModel(QObject *pParent = nullptr);
44    
45          // Destructor.          // Destructor.
46          ~InstrumentListModel();          ~InstrumentListModel();
# Line 94  private: Line 96  private:
96    
97  class InstrumentListView : public QTreeView  class InstrumentListView : public QTreeView
98  {  {
99            Q_OBJECT
100    
101  public:  public:
102    
103          // Constructor.          // Constructor.
104          InstrumentListView(QWidget *pParent = NULL);          InstrumentListView(QWidget *pParent = nullptr);
105    
106          // Destructor.          // Destructor.
107          ~InstrumentListView();          ~InstrumentListView();

Legend:
Removed from v.2387  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC