|
Stimfit @PACKAGE_VERSION@
|
Dialog for text import filter settings. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfTextImportDlg (wxWindow *parent, const wxString &textPreview=wxT("\0"), int hLines_=1, bool isSeries=false, int id=wxID_ANY, wxString title=wxT("Text file import settings"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| int | GetHLines () const |
| Get the number of header lines. | |
| bool | ToSection () const |
| Indicates whether columns should be put into section or into channels. | |
| bool | FirstIsTime () const |
| Indicates whether the first column contains time values. | |
| int | GetNColumns () const |
| Get the number of columns. | |
| double | GetSR () const |
| Get the sampling rate. | |
| const wxString & | GetYUnits () const |
| Get the y units of the first channel. | |
| const wxString & | GetYUnitsCh2 () const |
| Get the y units of the second channel. | |
| const wxString & | GetXUnits () const |
| Get the x units. | |
| bool | ApplyToAll () const |
| Indicates whether the settings apply to all files in a series. | |
| stfio::txtImportSettings | GetTxtImport () const |
| Get the text import filter settings struct. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for text import filter settings.
Definition at line 589 of file smalldlgs.h.