|
Stimfit
0.13.15
|
Non-linear regression settings dialog. More...
#include <fitseldlg.h>


Public Member Functions | |
| wxStfFitSelDlg (wxWindow *parent, wxStfDoc *doc, int id=wxID_ANY, wxString title=wxT("Non-linear regression"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
| int | GetFSelect () const |
| Get the selected fit function. | |
| Vector_double | GetInitP () const |
| Get the initial parameters. | |
| Vector_double | GetOpts () const |
| Get options for the algorithm. | |
| bool | UseScaling () const |
| Scale x- and y-amplitudes to 1.0 before fit. | |
| void | SetNoInput (bool noInput_) |
| Determines whether user-defined initial parameters are allowed. | |
Non-linear regression settings dialog.
Definition at line 34 of file fitseldlg.h.
| wxStfFitSelDlg::wxStfFitSelDlg | ( | wxWindow * | parent, |
| wxStfDoc * | doc, | ||
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Non-linear regression"), |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| doc | Pointer to the document the call originated from. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
| virtual void wxStfFitSelDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| int wxStfFitSelDlg::GetFSelect | ( | ) | const [inline] |
Get the selected fit function.
Definition at line 99 of file fitseldlg.h.
| Vector_double wxStfFitSelDlg::GetInitP | ( | ) | const [inline] |
Get the initial parameters.
Definition at line 104 of file fitseldlg.h.
| Vector_double wxStfFitSelDlg::GetOpts | ( | ) | const [inline] |
Get options for the algorithm.
Definition at line 109 of file fitseldlg.h.
| void wxStfFitSelDlg::SetNoInput | ( | bool | noInput_ | ) | [inline] |
Determines whether user-defined initial parameters are allowed.
| noInput_ | Set to true if the user may set the initial parameters, false otherwise. Needed for batch analysis. |
Definition at line 120 of file fitseldlg.h.
| bool wxStfFitSelDlg::UseScaling | ( | ) | const [inline] |
Scale x- and y-amplitudes to 1.0 before fit.
Definition at line 114 of file fitseldlg.h.
1.7.6.1