Stimfit 0.12.7
Public Member Functions

Dialog for batch analysis settings. More...

#include <smalldlgs.h>

Inheritance diagram for wxStfBatchDlg:
Inheritance graph
[legend]
Collaboration diagram for wxStfBatchDlg:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Dialog for batch analysis settings.


Constructor & Destructor Documentation

wxStfBatchDlg::wxStfBatchDlg ( wxWindow parent,
int  id = wxID_ANY,
wxString  title = wxT("Choose values"),
wxPoint  pos = wxDefaultPosition,
wxSize  size = wxDefaultSize,
int  style = wxCAPTION 
)

Constructor.

Parameters:
parentPointer to parent window.
idWindow id.
titleDialog title.
posInitial position.
sizeInitial size.
styleDialog style.

Member Function Documentation

virtual void wxStfBatchDlg::EndModal ( int  retCode) [virtual]

Called upon ending a modal dialog.

Parameters:
retCodeThe 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.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintBaseSD ( ) const [inline]

Indicates whether the standard deviation of the baseline should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintFitResults ( ) const [inline]

Indicates whether the fit results should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintLatencies ( ) const [inline]

Indicates whether the latency should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintPeakBase ( ) const [inline]

Indicates whether the peak (from baseline) value should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintPeakThreshold ( ) const [inline]

Indicates whether the peak value (from threshold) should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintPeakZero ( ) const [inline]

Indicates whether the peak (from 0) value should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintRTLoHi ( ) const [inline]

Indicates whether the Lo-Hi% rise time should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintSlopes ( ) const [inline]

Indicates whether the maximal slopes should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintT50 ( ) const [inline]

Indicates whether the half duration should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintThr ( ) const [inline]

Indicates whether a threshold crossing should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.

bool wxStfBatchDlg::PrintThreshold ( ) const [inline]

Indicates whether the threshold should be printed in the batch analysis table.

Returns:
true if it should be printed, false otherwise.

References BatchOption::selection.


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