|
Stimfit @PACKAGE_VERSION@
|
Dialog for setting the parameters of a Gaussian function. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfGaussianDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Settings for Gaussian function"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| double | Width () const |
| Get the width of the Gaussian. | |
| double | Center () const |
| Get the center of the Gaussian. | |
| double | Amp () const |
| Get the amplitude of the Gaussian. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for setting the parameters of a Gaussian function.
Definition at line 531 of file smalldlgs.h.