kwave
18.07.70
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
f
h
i
l
m
o
p
r
s
t
u
w
y
z
Functions
Typedefs
Enumerations
+
Enumerator
a
b
c
f
i
l
o
p
r
s
u
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
i
l
m
p
q
r
s
t
x
z
Variables
Typedefs
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
VolumeDialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
VolumeDialog.h - dialog for the "volume" plugin
3
-------------------
4
begin : Sun Oct 27 2002
5
copyright : (C) 2001 by Thomas Eschenbacher
6
email : Thomas.Eschenbacher@gmx.de
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef VOLUME_DIALOG_H
19
#define VOLUME_DIALOG_H
20
21
#include "config.h"
22
23
#include <QDialog>
24
#include <QObject>
25
#include <QString>
26
27
#include "ui_VolumeDlg.h"
28
29
class
QStringList;
30
31
namespace
Kwave
32
{
33
34
class
OverViewCache;
35
36
class
VolumeDialog
:
public
QDialog,
37
public
Ui::VolumeDlg
38
{
39
Q_OBJECT
40
public
:
41
43
VolumeDialog
(QWidget *parent,
Kwave::OverViewCache
*overview_cache);
44
46
virtual
~VolumeDialog
();
47
49
QStringList
params
();
50
52
void
setParams
(QStringList ¶ms);
53
54
protected
slots:
55
57
void
modeChanged
(
bool
);
58
60
void
sliderChanged
(
int
pos);
61
63
void
spinboxChanged
(
int
pos);
64
65
private
slots:
66
68
void
invokeHelp
();
69
70
protected
:
71
76
typedef
enum
{
77
MODE_FACTOR
= 0,
78
MODE_PERCENT
= 1,
79
MODE_DECIBEL
= 2
80
}
Mode
;
81
83
void
setMode
(
Mode
mode);
84
86
void
updateDisplay
(
double
value);
87
88
private
:
89
91
double
m_factor
;
92
96
Mode
m_mode
;
97
99
bool
m_enable_updates
;
100
102
Kwave::OverViewCache
*
m_overview_cache
;
103
104
};
105
}
106
107
#endif
/* VOLUME_DIALOG_H */
108
109
//***************************************************************************
110
//***************************************************************************
Kwave::VolumeDialog
Definition:
VolumeDialog.h:36
Kwave
Definition:
App.h:33
Kwave::VolumeDialog::m_mode
Mode m_mode
Definition:
VolumeDialog.h:96
Kwave::VolumeDialog::sliderChanged
void sliderChanged(int pos)
Definition:
VolumeDialog.cpp:279
Kwave::VolumeDialog::updateDisplay
void updateDisplay(double value)
Definition:
VolumeDialog.cpp:154
Kwave::VolumeDialog::setParams
void setParams(QStringList ¶ms)
Definition:
VolumeDialog.cpp:358
Kwave::VolumeDialog::VolumeDialog
VolumeDialog(QWidget *parent, Kwave::OverViewCache *overview_cache)
Definition:
VolumeDialog.cpp:43
Kwave::VolumeDialog::m_enable_updates
bool m_enable_updates
Definition:
VolumeDialog.h:99
Kwave::OverViewCache
Definition:
OverViewCache.h:50
Kwave::VolumeDialog::~VolumeDialog
virtual ~VolumeDialog()
Definition:
VolumeDialog.cpp:88
Kwave::VolumeDialog::MODE_DECIBEL
Definition:
VolumeDialog.h:79
Kwave::VolumeDialog::MODE_FACTOR
Definition:
VolumeDialog.h:77
Kwave::VolumeDialog::modeChanged
void modeChanged(bool)
Definition:
VolumeDialog.cpp:141
Kwave::VolumeDialog::invokeHelp
void invokeHelp()
Definition:
VolumeDialog.cpp:379
Kwave::VolumeDialog::setMode
void setMode(Mode mode)
Definition:
VolumeDialog.cpp:93
Kwave::VolumeDialog::m_overview_cache
Kwave::OverViewCache * m_overview_cache
Definition:
VolumeDialog.h:102
Kwave::VolumeDialog::spinboxChanged
void spinboxChanged(int pos)
Definition:
VolumeDialog.cpp:311
Kwave::VolumeDialog::m_factor
double m_factor
Definition:
VolumeDialog.h:91
Kwave::VolumeDialog::MODE_PERCENT
Definition:
VolumeDialog.h:78
Kwave::VolumeDialog::Mode
Mode
Definition:
VolumeDialog.h:76
Kwave::VolumeDialog::params
QStringList params()
Definition:
VolumeDialog.cpp:349
plugins
volume
VolumeDialog.h
Generated on Sat Mar 24 2018 09:10:27 for kwave by
1.8.13