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

Public Member Functions | |
| TVirtualGel (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| void | initme () |
| Initialization. | |
| virtual wxString | getName () |
| Returns the gel module name. | |
| virtual void | OnPercent (wxCommandEvent &ev) |
| Gel percent setting change event handler. | |
| virtual void | OnLabel (wxCommandEvent &ev) |
| Show labels event handler. | |
| virtual void | OnMarker (wxCommandEvent &ev) |
| Show labels event handler. | |
| virtual void | OnPrint (wxCommandEvent &ev) |
| Print event handler. | |
Public Attributes | |
| TMyGelControl * | right |
| Pointer to the actual gel. | |
| wxChoice * | ch_percent |
| wxChoice * | ch_marker |
| Gel concentration choice box. | |
| wxCheckBox * | cb_label |
| Show labels check box. | |
| vector< TGelLane > | lanes |
| The lanes on the gel. | |
| wxString | type |
| Gel type (unused yet). | |
| double | percent |
| Gel concentration. | |
| int | cutoff |
| int | maxband |
|
||||||||||||
|
Constructor.
|
|
|
Returns the gel module name.
Reimplemented from ChildBase. |
|
|
Initialization.
|
|
|
Show labels event handler.
|
|
|
Show labels event handler.
|
|
|
Gel percent setting change event handler.
|
|
|
Print event handler.
|
|
|
Show labels check box.
|
|
|
Gel concentration choice box.
|
|
|
|
|
|
|
|
|
The lanes on the gel.
|
|
|
|
|
|
Gel concentration.
|
|
|
Pointer to the actual gel.
|
|
|
Gel type (unused yet).
|
1.4.1