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

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

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

revision 267 by capela, Wed Oct 6 15:42:59 2004 UTC revision 1464 by capela, Thu Nov 1 17:14:21 2007 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5       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
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 13  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  *****************************************************************************/  *****************************************************************************/
22    
# Line 23  Line 24 
24  #define __qsamplerOptions_h  #define __qsamplerOptions_h
25    
26  #include <qsettings.h>  #include <qsettings.h>
27    #include <QStringList>
28    
29  class QWidget;  class QWidget;
30  class QComboBox;  class QComboBox;
# Line 70  public: Line 72  public:
72      bool    bMessagesLimit;      bool    bMessagesLimit;
73      int     iMessagesLimitLines;      int     iMessagesLimitLines;
74      bool    bConfirmRemove;      bool    bConfirmRemove;
75        bool    bKeepOnTop;
76      bool    bStdoutCapture;      bool    bStdoutCapture;
77      bool    bCompletePath;      bool    bCompletePath;
78        bool    bInstrumentNames;
79    
80      // View options...      // View options...
81      bool    bMenubar;      bool    bMenubar;
# Line 85  public: Line 89  public:
89      QString sEngineName;      QString sEngineName;
90      QString sAudioDriver;      QString sAudioDriver;
91      QString sMidiDriver;      QString sMidiDriver;
92            int     iMidiMap;
93            int     iMidiBank;
94            int     iMidiProg;
95            int     iVolume;
96            int     iLoadMode;
97    
98      // Recent file list.      // Recent file list.
99      int     iMaxRecentFiles;      int     iMaxRecentFiles;

Legend:
Removed from v.267  
changed lines
  Added in v.1464

  ViewVC Help
Powered by ViewVC