#include <SequenceCanvas.h>
Inheritance diagram for SeqRestriction:
Public Member Functions | |
SeqRestriction (SequenceCanvas *ncan=NULL) | |
Constructor. | |
virtual int | arrange (int n) |
Arrange "chars" as line n. | |
virtual void | show (wxDC &dc) |
Show. | |
virtual void | initFromTVector (TVector *v) |
Set from a TVector class. | |
virtual wxString | whatsthis () |
Returns the linetype. | |
virtual bool | isDisplayOnly () |
The hell if I know what this does! | |
virtual bool | useDirectRoutines () |
Do we draw directly (or do we use SeqPos)? | |
Public Attributes | |
TVector * | vec |
Pointer to the original sequence data. | |
bool | down |
Is this below the matching SeqDNA line (or above)? | |
SequencePartList | pl |
Some cache thingy. |
|
Constructor.
|
|
Arrange "chars" as line n.
Reimplemented from SeqBasic. |
|
Set from a TVector class.
Reimplemented from SeqBasic. |
|
The hell if I know what this does!
Reimplemented from SeqBasic. |
|
Show.
Reimplemented from SeqBasic. |
|
Do we draw directly (or do we use SeqPos)?
Reimplemented from SeqBasic. |
|
Returns the linetype.
Reimplemented from SeqBasic. |
|
Is this below the matching SeqDNA line (or above)?
|
|
Some cache thingy.
|
|
Pointer to the original sequence data.
|