#include <MiscDialogs.h>
Public Member Functions | |
| TIPCDialog (wxWindow *parent, const wxString &title, int _seqlen) | |
| Constructor. | |
| virtual | ~TIPCDialog () |
| Destructor. | |
| void | OnLimit (wxCommandEvent &event) |
| Limit update event handler. | |
Private Member Functions | |
| double | estimate_time (int f) |
| Function estimating runtime. | |
Private Attributes | |
| int | seqlen |
| The sequence length. | |
| wxTextCtrl * | limit |
| Pointer to the text box containing the limit. | |
| wxStaticText * | est |
| Pointer to the time estimation display. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Function estimating runtime.
|
|
|
Limit update event handler.
|
|
|
Pointer to the time estimation display.
|
|
|
Pointer to the text box containing the limit.
|
|
|
The sequence length.
|
1.4.1