kwave  18.07.70
Kwave::PluginSetupDialog Class Referenceabstract

#include <PluginSetupDialog.h>

Inheritance diagram for Kwave::PluginSetupDialog:
Inheritance graph
Collaboration diagram for Kwave::PluginSetupDialog:
Collaboration graph

Public Member Functions

virtual ~PluginSetupDialog ()
 
virtual void setParams (QStringList &params)=0
 
virtual QStringList params ()=0
 
virtual QDialog * dialog ()=0
 

Detailed Description

Definition at line 29 of file PluginSetupDialog.h.

Constructor & Destructor Documentation

◆ ~PluginSetupDialog()

virtual Kwave::PluginSetupDialog::~PluginSetupDialog ( )
inlinevirtual

virtual destructor, really needed for proper shutdown

Definition at line 34 of file PluginSetupDialog.h.

References dialog(), params(), and setParams().

34 {}
Here is the call graph for this function:

Member Function Documentation

◆ dialog()

virtual QDialog* Kwave::PluginSetupDialog::dialog ( )
pure virtual

Needed due to problems with inheritance.

Returns
a pointer to the derived dialog, as a QDialog
See also
PitchShiftDialog::dialog()

Implemented in Kwave::BandPassDialog, Kwave::LowPassDialog, Kwave::NotchFilterDialog, Kwave::NoiseDialog, and Kwave::PitchShiftDialog.

Referenced by Kwave::FilterPlugin::setup(), and ~PluginSetupDialog().

Here is the caller graph for this function:

◆ params()

virtual QStringList Kwave::PluginSetupDialog::params ( )
pure virtual

Returns the current parameters as string list

Implemented in Kwave::BandPassDialog, Kwave::LowPassDialog, Kwave::NotchFilterDialog, Kwave::NoiseDialog, and Kwave::PitchShiftDialog.

Referenced by Kwave::FilterPlugin::setup(), and ~PluginSetupDialog().

Here is the caller graph for this function:

◆ setParams()

virtual void Kwave::PluginSetupDialog::setParams ( QStringList &  params)
pure virtual

Sets the parameters, from a string list representation

Implemented in Kwave::BandPassDialog, Kwave::LowPassDialog, Kwave::NotchFilterDialog, Kwave::NoiseDialog, and Kwave::PitchShiftDialog.

Referenced by Kwave::FilterPlugin::setup(), and ~PluginSetupDialog().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: