|
Stimfit
0.13.15
|
Dialog for batch conversion of files.from cfs to atf. More...
#include <smalldlgs.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. | |
| std::vector< wxString > | 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 697 of file smalldlgs.h.
| wxStfConvertDlg::wxStfConvertDlg | ( | wxWindow * | parent, |
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Convert file series"), |
||
| 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 wxStfConvertDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| wxString wxStfConvertDlg::GetDestDir | ( | ) | const [inline] |
Get the destination directory.
Definition at line 739 of file smalldlgs.h.
| stfio::filetype wxStfConvertDlg::GetDestFileExt | ( | ) | const [inline] |
Get the destination extension as stfio::filetype.
Definition at line 754 of file smalldlgs.h.
| wxString wxStfConvertDlg::GetSrcDir | ( | ) | const [inline] |
| stfio::filetype wxStfConvertDlg::GetSrcFileExt | ( | ) | const [inline] |
Get the source extension as stfio::filetype.
Definition at line 749 of file smalldlgs.h.
| std::vector<wxString> wxStfConvertDlg::GetSrcFileNames | ( | ) | const [inline] |
Get the list of file names.
Definition at line 759 of file smalldlgs.h.
| wxString wxStfConvertDlg::GetSrcFilter | ( | ) | const [inline] |
Get the source extension filter.
Definition at line 744 of file smalldlgs.h.
1.7.6.1