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

Public Member Functions | |
| ExternalInterface (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| ~ExternalInterface () | |
| Destructor. | |
| void | initme () |
| Initialization. | |
| virtual wxString | getName () |
| Returns the class name. | |
| virtual void | runBlast (wxString seq, wxString prg) |
| Directly runs a BLAST query. | |
Public Attributes | |
| wxNotebook * | nb |
| Pointer to the wxNotebook class containing one or more EIpanel. | |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns the class name.
Reimplemented from ChildBase. |
|
|
Initialization.
|
|
||||||||||||
|
Directly runs a BLAST query.
|
|
|
Pointer to the wxNotebook class containing one or more EIpanel.
|
1.4.1