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

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

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

revision 2386 by capela, Mon Mar 29 17:00:30 2010 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 1  Line 1 
1  // qsamplerFxSendList.h  // qsamplerFxSendList.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4       Copyright (C) 2010-2012, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
    Copyright (C) 2010, rncbc aka Rui Nuno Capela. All rights reserved.  
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 45  public: Line 45  public:
45                  int role = Qt::DisplayRole) const;                  int role = Qt::DisplayRole) const;
46          Qt::ItemFlags flags(const QModelIndex& index) const;          Qt::ItemFlags flags(const QModelIndex& index) const;
47    
         // Make the following method public  
         QAbstractListModel::reset;  
   
48          // Own methods          // Own methods
49          FxSend* addFxSend();          FxSend* addFxSend();
50          FxSend* fxSend(const QModelIndex& index);          FxSend* fxSend(const QModelIndex& index);

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

  ViewVC Help
Powered by ViewVC