Entropy Piano Tuner
1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
optionspageenvironmenttuningpage.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright 2015 Haye Hinrichsen, Christoph Wick
3
*
4
* This file is part of Entropy Piano Tuner.
5
*
6
* Entropy Piano Tuner is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* Entropy Piano Tuner is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14
* more details.
15
*
16
* You should have received a copy of the GNU General Public License along with
17
* Entropy Piano Tuner. If not, see http://www.gnu.org/licenses/.
18
*****************************************************************************/
19
20
#ifndef OPTIONSPAGEENVIRONMENTTUNINGPAGE_H
21
#define OPTIONSPAGEENVIRONMENTTUNINGPAGE_H
22
23
#include <QWidget>
24
#include <QComboBox>
25
#include <QCheckBox>
26
#include "../optionscontentswidgetinterface.h"
27
#include "../optionstabcontentsvscrollarea.h"
28
29
namespace
options
{
30
31
class
PageEnvironmentTuning
:
public
OptionsTabContentsVScrollArea
,
public
ContentsWidgetInterface
32
{
33
Q_OBJECT
34
public
:
35
PageEnvironmentTuning
(
OptionsDialog
*optionsDialog);
36
37
void
apply
()
override
final
;
38
39
private
:
40
QComboBox *
mSynthesizerModeComboBox
;
41
QCheckBox *
mSynthesizerVolumeDynamicCheckBox
;
42
QCheckBox *
mStroboscopeCheckBox
;
43
QCheckBox *
mDisableAutomaticKeySelecetionCheckBox
;
44
};
45
46
}
// namespace options
47
48
#endif // OPTIONSPAGEENVIRONMENTTUNINGPAGE_H
options
Definition:
optionspageaudio.cpp:25
options::PageEnvironmentTuning::mSynthesizerVolumeDynamicCheckBox
QCheckBox * mSynthesizerVolumeDynamicCheckBox
Definition:
optionspageenvironmenttuningpage.h:41
options::PageEnvironmentTuning::mDisableAutomaticKeySelecetionCheckBox
QCheckBox * mDisableAutomaticKeySelecetionCheckBox
Definition:
optionspageenvironmenttuningpage.h:43
options::PageEnvironmentTuning::apply
void apply() overridefinal
Definition:
optionspageenvironmenttuningpage.cpp:72
options::PageEnvironmentTuning
Definition:
optionspageenvironmenttuningpage.h:31
options::ContentsWidgetInterface
Definition:
optionscontentswidgetinterface.h:27
options::PageEnvironmentTuning::PageEnvironmentTuning
PageEnvironmentTuning(OptionsDialog *optionsDialog)
Definition:
optionspageenvironmenttuningpage.cpp:28
options::OptionsDialog
Definition:
optionsdialog.h:48
options::PageEnvironmentTuning::mSynthesizerModeComboBox
QComboBox * mSynthesizerModeComboBox
Definition:
optionspageenvironmenttuningpage.h:40
options::PageEnvironmentTuning::mStroboscopeCheckBox
QCheckBox * mStroboscopeCheckBox
Definition:
optionspageenvironmenttuningpage.h:42
OptionsTabContentsVScrollArea
Definition:
optionstabcontentsvscrollarea.h:27
Qt
options
environment
optionspageenvironmenttuningpage.h
Generated on Sun Oct 18 2015 23:04:47 for Entropy Piano Tuner by
1.8.8