/[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 341 by capela, Tue Jan 18 11:29:01 2005 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) 2003-2005, 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 62  public: Line 62  public:
62    
63      // Display options...      // Display options...
64      QString sDisplayFont;      QString sDisplayFont;
65        bool    bDisplayEffect;
66      bool    bAutoRefresh;      bool    bAutoRefresh;
67      int     iAutoRefreshTime;      int     iAutoRefreshTime;
68        int     iMaxVolume;
69      QString sMessagesFont;      QString sMessagesFont;
70      bool    bMessagesLimit;      bool    bMessagesLimit;
71      int     iMessagesLimitLines;      int     iMessagesLimitLines;
72      bool    bConfirmRemove;      bool    bConfirmRemove;
73      bool    bStdoutCapture;      bool    bStdoutCapture;
74      bool    bCompletePath;      bool    bCompletePath;
75        bool    bInstrumentNames;
76    
77      // View options...      // View options...
78      bool    bMenubar;      bool    bMenubar;
# Line 80  public: Line 83  public:
83      // Default options...      // Default options...
84      QString sSessionDir;      QString sSessionDir;
85      QString sInstrumentDir;      QString sInstrumentDir;
86        QString sEngineName;
87        QString sAudioDriver;
88        QString sMidiDriver;
89    
90      // Recent file list.      // Recent file list.
91      int     iMaxRecentFiles;      int     iMaxRecentFiles;

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

  ViewVC Help
Powered by ViewVC