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

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

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

revision 2074 by capela, Mon Mar 29 17:00:30 2010 UTC revision 2722 by capela, Tue Mar 3 17:41:04 2015 UTC
# Line 1  Line 1 
1  // qsamplerOptionsForm.h  // qsamplerOptionsForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2015, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     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
# Line 49  protected slots: Line 49  protected slots:
49    
50          void accept();          void accept();
51          void reject();          void reject();
52    
53          void optionsChanged();          void optionsChanged();
54          void stabilizeForm();          void stabilizeForm();
55    
56          void browseMessagesLogPath();          void browseMessagesLogPath();
57          void chooseDisplayFont();          void chooseDisplayFont();
58          void chooseMessagesFont();          void chooseMessagesFont();
# Line 63  private: Line 65  private:
65          Ui::qsamplerOptionsForm m_ui;          Ui::qsamplerOptionsForm m_ui;
66    
67          Options* m_pOptions;          Options* m_pOptions;
68    
69          int m_iDirtySetup;          int m_iDirtySetup;
70          int m_iDirtyCount;          int m_iDirtyCount;
71    
72          bool bMaxVoicesModified;          bool bMaxVoicesModified;
73          bool bMaxStreamsModified;          bool bMaxStreamsModified;
74  };  };

Legend:
Removed from v.2074  
changed lines
  Added in v.2722

  ViewVC Help
Powered by ViewVC