#include <TCalculator.h>
Inheritance diagram for TCalculator:

Public Member Functions | |
| TCalculator (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| ~TCalculator () | |
| Destructor. | |
| void | initme () |
| Initialization. | |
| virtual wxString | getName () |
| Returns the module name. | |
| virtual void | OnSeqPrint (wxCommandEvent &event) |
| Print event handler. | |
| virtual void | OnPrintPreview (wxCommandEvent &event) |
| Print preview event handler. | |
| virtual void | OnDummy (wxCommandEvent &WXUNUSED(event)) |
Public Attributes | |
| wxNotebook * | nb |
| Pointer to the wxNotebook structure that holds the submodules. | |
| TGridLigation * | ligGrid |
| Pointer to the ligation submodule. | |
| TGridDNA * | ligDNA |
| Pointer to the DNA submodule. | |
| TGridProtein * | prot |
| Pointer to the protein submodule. | |
| TGridData * | data |
| Pointer to the data submodule. | |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns the module name.
Reimplemented from ChildBase. |
|
|
Initialization.
|
|
|
Reimplemented from ChildBase. |
|
|
Print preview event handler.
|
|
|
Print event handler.
|
|
|
Pointer to the data submodule.
|
|
|
Pointer to the DNA submodule.
|
|
|
Pointer to the ligation submodule.
|
|
|
Pointer to the wxNotebook structure that holds the submodules.
|
|
|
Pointer to the protein submodule.
|
1.4.1