#include <SequenceCanvas.h>
Inheritance diagram for SeqAlign:
Public Member Functions | |
SeqAlign (SequenceCanvas *ncan=NULL) | |
Constructor. | |
virtual int | arrange (int n) |
Arrange "chars" as line n. | |
virtual void | show (wxDC &dc) |
Show. | |
virtual wxString | whatsthis () |
Returns the linetype. | |
virtual void | makeEndnumberLength () |
Calculates the width needed for the leading numbers. | |
Public Attributes | |
wxString | myname |
Alternative name. | |
int | id |
Internal counter to differentiate several alignment lines. |
|
Constructor.
|
|
Arrange "chars" as line n.
Reimplemented from SeqBasic. |
|
Calculates the width needed for the leading numbers.
Reimplemented from SeqBasic. |
|
Show.
Reimplemented from SeqBasic. |
|
Returns the linetype.
Reimplemented from SeqBasic. |
|
Internal counter to differentiate several alignment lines.
|
|
Alternative name.
|