|
Public Member Functions |
| | TGelLane () |
| | Constructor.
|
| virtual | ~TGelLane () |
| | Dummy destructor.
|
| virtual void | clear () |
| | Clears the lane data.
|
| virtual void | setMarker (wxString _name) |
| | Sets a default marker.
|
| virtual void | add (int size, int weight=1) |
| | Adds a weightenend band.
|
| virtual void | add (int size, wxString title) |
| | Adds a labeled band.
|
| virtual void | add (int size, int weight, wxString title) |
| | Adds a band with weight and label.
|
Public Attributes |
| wxString | name |
| wxString | type |
| wxArrayInt | vi |
| wxArrayInt | vw |
| wxArrayString | vs |
| double | unit_volume |
| wxRect | pos |
| | The outer border of the lane.
|