|
Stimfit 0.12.7
|
Dialog for batch analysis settings. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfBatchDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Choose values"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| bool | PrintBase () const |
| Indicates whether the baseline should be printed in the batch analysis table. | |
| bool | PrintBaseSD () const |
| Indicates whether the standard deviation of the baseline should be printed in the batch analysis table. | |
| bool | PrintThreshold () const |
| Indicates whether the threshold should be printed in the batch analysis table. | |
| bool | PrintPeakZero () const |
| Indicates whether the peak (from 0) value should be printed in the batch analysis table. | |
| bool | PrintPeakBase () const |
| Indicates whether the peak (from baseline) value should be printed in the batch analysis table. | |
| bool | PrintPeakThreshold () const |
| Indicates whether the peak value (from threshold) should be printed in the batch analysis table. | |
| bool | PrintRTLoHi () const |
| Indicates whether the Lo-Hi% rise time should be printed in the batch analysis table. | |
| bool | PrintT50 () const |
| Indicates whether the half duration should be printed in the batch analysis table. | |
| bool | PrintSlopes () const |
| Indicates whether the maximal slopes should be printed in the batch analysis table. | |
| bool | PrintThr () const |
| Indicates whether a threshold crossing should be printed in the batch analysis table. | |
| bool | PrintLatencies () const |
| Indicates whether the latency should be printed in the batch analysis table. | |
| bool | PrintFitResults () const |
| Indicates whether the fit results should be printed in the batch analysis table. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for batch analysis settings.
| wxStfBatchDlg::wxStfBatchDlg | ( | wxWindow * | parent, |
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Choose values"), |
||
| 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. |
| virtual void wxStfBatchDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| bool wxStfBatchDlg::PrintBase | ( | ) | const [inline] |
Indicates whether the baseline should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintBaseSD | ( | ) | const [inline] |
Indicates whether the standard deviation of the baseline should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintFitResults | ( | ) | const [inline] |
Indicates whether the fit results should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintLatencies | ( | ) | const [inline] |
Indicates whether the latency should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintPeakBase | ( | ) | const [inline] |
Indicates whether the peak (from baseline) value should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintPeakThreshold | ( | ) | const [inline] |
Indicates whether the peak value (from threshold) should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintPeakZero | ( | ) | const [inline] |
Indicates whether the peak (from 0) value should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintRTLoHi | ( | ) | const [inline] |
Indicates whether the Lo-Hi% rise time should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintSlopes | ( | ) | const [inline] |
Indicates whether the maximal slopes should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintT50 | ( | ) | const [inline] |
Indicates whether the half duration should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintThr | ( | ) | const [inline] |
Indicates whether a threshold crossing should be printed in the batch analysis table.
References BatchOption::selection.
| bool wxStfBatchDlg::PrintThreshold | ( | ) | const [inline] |
Indicates whether the threshold should be printed in the batch analysis table.
References BatchOption::selection.
1.7.4