kwave
18.07.70
AmplifyFreeDialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
AmplifyFreeDialog.h - dialog for the "amplifyfree" plugin
3
-------------------
4
begin : Sun Sep 02 2001
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 AMPLIFY_FREE_DIALOG_H
19
#define AMPLIFY_FREE_DIALOG_H
20
21
#include "config.h"
22
23
#include <QDialog>
24
#include <QObject>
25
#include <QString>
26
27
#include "ui_AmplifyFreeDlg.h"
28
29
class
QStringList;
30
31
namespace
Kwave
32
{
33
class
AmplifyFreeDialog
:
public
QDialog,
public
Ui::AmplifyFreeDlg
34
{
35
Q_OBJECT
36
public
:
37
39
explicit
AmplifyFreeDialog
(QWidget *parent);
40
42
virtual
~AmplifyFreeDialog
();
43
45
QString
getCommand
();
46
48
void
setParams
(QStringList ¶ms);
49
50
private
slots:
51
53
void
invokeHelp
();
54
55
};
56
}
57
58
#endif
/* AMPLIFY_FREE_DIALOG_H */
59
60
//***************************************************************************
61
//***************************************************************************
Kwave::AmplifyFreeDialog::~AmplifyFreeDialog
virtual ~AmplifyFreeDialog()
Definition:
AmplifyFreeDialog.cpp:58
Kwave
Definition:
App.h:33
Kwave::AmplifyFreeDialog::AmplifyFreeDialog
AmplifyFreeDialog(QWidget *parent)
Definition:
AmplifyFreeDialog.cpp:34
Kwave::AmplifyFreeDialog
Definition:
AmplifyFreeDialog.h:33
Kwave::AmplifyFreeDialog::invokeHelp
void invokeHelp()
Definition:
AmplifyFreeDialog.cpp:96
Kwave::AmplifyFreeDialog::setParams
void setParams(QStringList ¶ms)
Definition:
AmplifyFreeDialog.cpp:80
Kwave::AmplifyFreeDialog::getCommand
QString getCommand()
Definition:
AmplifyFreeDialog.cpp:63
plugins
amplifyfree
AmplifyFreeDialog.h
Generated on Sat Mar 24 2018 09:10:26 for kwave by
1.8.13