#include <MiscDialogs.h>
Public Member Functions | |
| TEnzymeDialog (wxWindow *parent, const wxString &title, const wxPoint &pos, const wxSize &size, const long style) | |
| Constructor. | |
| ~TEnzymeDialog () | |
| Destructor. | |
| void | initme (TRestrictionEnzyme *_e=NULL, bool ro=false) |
| Initialization. | |
| void | OnOK (wxCommandEvent &ev) |
| OK button event handler. | |
| void | OnCharHook (wxKeyEvent &event) |
| Cancel button event handler. | |
Public Attributes | |
| bool | readonly |
| Protect dialog from user changes. | |
| TRestrictionEnzyme * | e |
| The enzyme in question. | |
| wxTextCtrl * | eb_name |
| wxTextCtrl * | eb_seq |
| wxTextCtrl * | eb_loc |
| wxTextCtrl * | eb_note |
| wxTextCtrl * | eb_from |
| wxTextCtrl * | eb_to |
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Initialization.
|
|
|
Cancel button event handler.
|
|
|
OK button event handler.
|
|
|
The enzyme in question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Protect dialog from user changes.
|
1.4.1