|
Stimfit
0.13.15
|
Dialog for selecting a filter function. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfFilterSelDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Filter function"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| int | GetFilterSelect () const |
| Get the selected filter function. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for selecting a filter function.
Definition at line 170 of file smalldlgs.h.
| wxStfFilterSelDlg::wxStfFilterSelDlg | ( | wxWindow * | parent, |
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Filter function"), |
||
| 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 wxStfFilterSelDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| int wxStfFilterSelDlg::GetFilterSelect | ( | ) | const [inline] |
Get the selected filter function.
Definition at line 205 of file smalldlgs.h.
1.7.6.1