|
Stimfit @PACKAGE_VERSION@
|
Dialog for batch conversion of files.from cfs to atf. More...
#include <convertdlg.h>


Public Member Functions | |
| wxStfConvertDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Convert file series"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| wxString | GetSrcDir () const |
| Get the source directory. | |
| wxString | GetDestDir () const |
| Get the destination directory. | |
| wxString | GetSrcFilter () const |
| Get the source extension filter. | |
| stfio::filetype | GetSrcFileExt () const |
| Get the source extension as stfio::filetype. | |
| stfio::filetype | GetDestFileExt () const |
| Get the destination extension as stfio::filetype. | |
| wxArrayString | GetSrcFileNames () const |
| Get the list of file names. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for batch conversion of files.from cfs to atf.
Definition at line 34 of file convertdlg.h.