1 /***************************************************************************
2 voicesetupdlg.h - description
5 copyright : (C) 2003 by Robert Vogl
6 email : voglrobe@saphir
7 ***************************************************************************/
9 /***************************************************************************
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. *
16 ***************************************************************************/
18 #ifndef VOICESETUPDLG_H
19 #define VOICESETUPDLG_H
25 #include <kdialogbase.h>
28 // forward declaration
29 class FXPluginHandler
;
34 class VoiceSetupDlg
: public KDialogBase
{
38 VoiceSetupDlg(QWidget
*parent
=0, const char *name
=0, const QString
&caption
=NULL
,
41 FXPluginHandler
*fxpluginhandler
=0,
47 /** Emitted when OK was cliecked;
49 void signalOKWasClicked();
51 /** Signals to remove all effects from the active list.
53 void signalRemoveAllFX();
55 /** Signals to relaod the last saved state.
57 void signalReloadFX();
60 /** Initializes the configuration page to setup the properties of
65 /** Initializes the configuration page to setup the effects.
70 /** Called when the Page changes.
72 void slotPageChanged(QWidget
*page
);
74 /** Reimplementation from base class.
78 /** Reimplementation from base class.
84 FXPluginHandler
*m_fxpluginhandler
;