|
Stimfit
0.13.15
|
A user-defined dialog for entering floating-point numbers. More...
#include <usrdlg.h>


Public Member Functions | |
| wxStfUsrDlg (wxWindow *parent, const stf::UserInput &input_, int id=wxID_ANY, wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| Vector_double | readInput () const |
| Get the user entries. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
| wxStfUsrDlg::wxStfUsrDlg | ( | wxWindow * | parent, |
| const stf::UserInput & | input_, | ||
| int | id = wxID_ANY, |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| input_ | A stf::UserInput struct. |
| id | Window id. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
| virtual void wxStfUsrDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| Vector_double wxStfUsrDlg::readInput | ( | ) | const [inline] |
1.7.6.1