|
Stimfit
0.13.15
|
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 522 of file smalldlgs.h.
| wxStfGaussianDlg::wxStfGaussianDlg | ( | wxWindow * | parent, |
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Settings for Gaussian function"), |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
| double wxStfGaussianDlg::Amp | ( | ) | const [inline] |
Get the amplitude of the Gaussian.
Definition at line 570 of file smalldlgs.h.
| double wxStfGaussianDlg::Center | ( | ) | const [inline] |
Get the center of the Gaussian.
Definition at line 565 of file smalldlgs.h.
| virtual void wxStfGaussianDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| double wxStfGaussianDlg::Width | ( | ) | const [inline] |
Get the width of the Gaussian.
Definition at line 560 of file smalldlgs.h.
1.7.6.1