|
Stimfit @PACKAGE_VERSION@
|
Dialog for event-detection settings. More...
#include <eventdlg.h>


Public Member Functions | |
| wxStfEventDlg (wxWindow *parent, const std::vector< stf::SectionPointer > &templateSections, bool isExtract, int id=wxID_ANY, wxString title=wxT("Event detection settings"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| double | GetThreshold () const |
| Get the event detection threshold. | |
| stf::extraction_mode | GetMode () const |
| Indicates the selected extraction algorithm. | |
| int | GetMinDistance () const |
| Get the minimal distance between events. | |
| int | GetTemplate () const |
| Get the selected template. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for event-detection settings.
Definition at line 33 of file eventdlg.h.