#include <Alignment.h>
Public Member Functions | |
| TAlignLine () | |
| Constructor. | |
| ~TAlignLine () | |
| Destructor. | |
| void | ResetSequence () |
| Resets the settings to default. | |
| ChildBase * | FindOrigin () |
| Returns a pointer to the ChildBase structure containing the original sequence, or NULL. | |
| void | showFeatures () |
| Display the features of this sequence. | |
| void | hideFeatures () |
| Hide the features of this sequence. | |
| TVector * | getFeatures () |
| Returns a pointer to the TVector structure, so the features can be accessed. | |
| bool | hasFeatures () |
| Does this sequence have annotated items/features. | |
Public Attributes | |
| wxString | name |
| wxString | s |
| TVector * | v |
| bool | isIdentity |
| Is this line an identity display (or a "real" sequence)? | |
| wxString | phylip_id |
| vector< SequenceCharMarkup > | markup |
Private Attributes | |
| TVector * | features |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns a pointer to the ChildBase structure containing the original sequence, or NULL.
|
|
|
Returns a pointer to the TVector structure, so the features can be accessed.
|
|
|
Does this sequence have annotated items/features.
|
|
|
Hide the features of this sequence.
|
|
|
Resets the settings to default.
|
|
|
Display the features of this sequence.
|
|
|
|
|
|
Is this line an identity display (or a "real" sequence)?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1