Stimfit  0.13.15
Public Member Functions

Dialog for batch conversion of files.from cfs to atf. More...

#include <smalldlgs.h>

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

List of all members.

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< wxStringGetSrcFileNames () const
 Get the list of file names.
virtual void EndModal (int retCode)
 Called upon ending a modal dialog.

Detailed Description

Dialog for batch conversion of files.from cfs to atf.

Definition at line 697 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfConvertDlg::wxStfConvertDlg ( wxWindow parent,
int  id = wxID_ANY,
wxString  title = wxT("Convert file series"),
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 wxStfConvertDlg::EndModal ( int  retCode) [virtual]

Called upon ending a modal dialog.

Parameters:
retCodeThe dialog button id that ended the dialog (e.g. wxID_OK)

Get the destination directory.

Returns:
The destination directory.

Definition at line 739 of file smalldlgs.h.

Get the destination extension as stfio::filetype.

Returns:
The destination extension as stfio::filetype.

Definition at line 754 of file smalldlgs.h.

Get the source directory.

Returns:
The source directory.

Definition at line 734 of file smalldlgs.h.

Get the source extension as stfio::filetype.

Returns:
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.

Returns:
A vector with source file names.

Definition at line 759 of file smalldlgs.h.

Get the source extension filter.

Returns:
The source extension filter.

Definition at line 744 of file smalldlgs.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines