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 &params);
49 
50  private slots:
51 
53  void invokeHelp();
54 
55  };
56 }
57 
58 #endif /* AMPLIFY_FREE_DIALOG_H */
59 
60 //***************************************************************************
61 //***************************************************************************
Definition: App.h:33
AmplifyFreeDialog(QWidget *parent)
void setParams(QStringList &params)