|
OpenStructure
|
#include <sequence_row.hh>
Inherits BaseRow.
Inherited by SecStrRow.
Public Member Functions | |
| SequenceRow (const QString &name, seq::ConstSequenceHandle sequence, SequenceViewObject *parent) | |
| SequenceRow (const QString &name, SequenceViewObject *parent) | |
| virtual int | GetColumnCount () const |
| virtual QVariant | GetData (int column, int role) const |
| virtual Qt::ItemFlags | Flags (int column) const |
| virtual void | DoubleClicked (int column) |
| void | SetName (const QString &name) |
| const QString & | GetName () const |
| virtual void | SetSequence (seq::ConstSequenceHandle sequence) |
| const seq::ConstSequenceHandle & | GetSequence () const |
| virtual void | SetSelection (const QSet< int > &added, const QSet< int > &removed) |
Public Member Functions inherited from BaseRow | |
| BaseRow (QObject *parent=0) | |
| BaseRow (QFont font, QObject *parent=0) | |
| void | Init () |
| void | InsertPainter (Painter *painter, int pos=-1) |
| void | RemovePainter (Painter *painter) |
| Painter * | GetPainter (int pos) |
| int | GetPainterCount () |
| const PainterList & | GetPainters () const |
| const QFont & | GetFont () const |
| void | SetFont (const QFont &font) |
| const QSize & | GetFontSize () const |
| virtual const QSize & | GetCellSize () const |
| virtual bool | SetData (int column, const QVariant &value, int role) |
| virtual void | ZoomIn () |
| virtual void | ZoomOut () |
Definition at line 36 of file sequence_row.hh.
| SequenceRow | ( | const QString & | name, |
| seq::ConstSequenceHandle | sequence, | ||
| SequenceViewObject * | parent | ||
| ) |
| SequenceRow | ( | const QString & | name, |
| SequenceViewObject * | parent | ||
| ) |
|
virtual |
|
virtual |
Reimplemented from BaseRow.
|
virtual |
Reimplemented from BaseRow.
|
virtual |
| const QString& GetName | ( | ) | const |
| const seq::ConstSequenceHandle& GetSequence | ( | ) | const |
| void SetName | ( | const QString & | name | ) |
|
virtual |
Reimplemented from BaseRow.
|
virtual |
Reimplemented in SecStrRow.