A user-defined dialog for entering floating-point numbers.
More...
#include <usrdlg.h>
A user-defined dialog for entering floating-point numbers.
Definition at line 39 of file usrdlg.h.
◆ wxStfUsrDlg()
| wxStfUsrDlg::wxStfUsrDlg |
( |
wxWindow * | parent, |
|
|
const stf::UserInput & | input_, |
|
|
int | id = wxID_ANY, |
|
|
wxPoint | pos = wxDefaultPosition, |
|
|
wxSize | size = wxDefaultSize, |
|
|
int | style = wxCAPTION ) |
Constructor.
- Parameters
-
| parent | Pointer to parent window. |
| input_ | A stf::UserInput struct. |
| id | Window id. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
References size.
◆ EndModal()
| virtual void wxStfUsrDlg::EndModal |
( |
int | retCode | ) |
|
|
virtual |
Called upon ending a modal dialog.
- Parameters
-
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
◆ readInput()
Get the user entries.
- Returns
- The user entries as a vector of doubles.
Definition at line 76 of file usrdlg.h.
The documentation for this class was generated from the following file: