/[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 1558 by capela, Thu Dec 6 09:35:33 2007 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-2007, 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();
57          void chooseDisplayFont();          void chooseDisplayFont();
58          void chooseMessagesFont();          void chooseMessagesFont();
59          void toggleDisplayEffect(bool bOn);          void toggleDisplayEffect(bool bOn);
60            void maxVoicesChanged(int iMaxVoices);
61            void maxStreamsChanged(int iMaxStreams);
62    
63  private:  private:
64    
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;
73            bool bMaxStreamsModified;
74  };  };
75    
76  } // namespace QSampler  } // namespace QSampler

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

  ViewVC Help
Powered by ViewVC