/[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 102 by capela, Fri Jun 4 10:30:56 2004 UTC revision 1461 by schoenebeck, Sun Oct 28 23:30:36 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    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     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 13 
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.     GNU General Public License for more details.
15    
16     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
17     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
18     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19    
20  *****************************************************************************/  *****************************************************************************/
21    
# Line 23  Line 23 
23  #define __qsamplerOptions_h  #define __qsamplerOptions_h
24    
25  #include <qsettings.h>  #include <qsettings.h>
26    #include <QStringList>
27    
28  class QWidget;  class QWidget;
29  class QComboBox;  class QComboBox;
# Line 62  public: Line 63  public:
63    
64      // Display options...      // Display options...
65      QString sDisplayFont;      QString sDisplayFont;
66        bool    bDisplayEffect;
67      bool    bAutoRefresh;      bool    bAutoRefresh;
68      int     iAutoRefreshTime;      int     iAutoRefreshTime;
69        int     iMaxVolume;
70      QString sMessagesFont;      QString sMessagesFont;
71      bool    bMessagesLimit;      bool    bMessagesLimit;
72      int     iMessagesLimitLines;      int     iMessagesLimitLines;
73      bool    bConfirmRemove;      bool    bConfirmRemove;
74        bool    bKeepOnTop;
75      bool    bStdoutCapture;      bool    bStdoutCapture;
76      bool    bCompletePath;      bool    bCompletePath;
77        bool    bInstrumentNames;
78    
79      // View options...      // View options...
80      bool    bMenubar;      bool    bMenubar;
# Line 80  public: Line 85  public:
85      // Default options...      // Default options...
86      QString sSessionDir;      QString sSessionDir;
87      QString sInstrumentDir;      QString sInstrumentDir;
88        QString sEngineName;
89        QString sAudioDriver;
90        QString sMidiDriver;
91            int     iMidiMap;
92            int     iMidiBank;
93            int     iMidiProg;
94            int     iVolume;
95            int     iLoadMode;
96    
97      // Recent file list.      // Recent file list.
98      int     iMaxRecentFiles;      int     iMaxRecentFiles;

Legend:
Removed from v.102  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC