/[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 454 by capela, Mon Mar 14 10:59:57 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 70  public: Line 70  public:
70      bool    bMessagesLimit;      bool    bMessagesLimit;
71      int     iMessagesLimitLines;      int     iMessagesLimitLines;
72      bool    bConfirmRemove;      bool    bConfirmRemove;
73        bool    bKeepOnTop;
74      bool    bStdoutCapture;      bool    bStdoutCapture;
75      bool    bCompletePath;      bool    bCompletePath;
76        bool    bInstrumentNames;
77    
78      // View options...      // View options...
79      bool    bMenubar;      bool    bMenubar;

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

  ViewVC Help
Powered by ViewVC