#include <secstr_row.hh>
Inherits ost::gui::SequenceRow.
Public Member Functions | |
SecStrRow (const QString &name, mol::ChainView &chain, SequenceViewObject *parent) | |
virtual QVariant | GetData (int column, int role) const |
virtual void | DoubleClicked (int column) |
void | SetSequence (seq::ConstSequenceHandle sequence) |
void | SetChain (mol::ChainView &chain) |
const mol::ChainView & | GetChain () const |
Definition at line 36 of file secstr_row.hh.
SecStrRow | ( | const QString & | name, | |
mol::ChainView & | chain, | |||
SequenceViewObject * | parent | |||
) |
virtual void DoubleClicked | ( | int | column | ) | [virtual] |
Reimplemented from SequenceRow.
const mol::ChainView& GetChain | ( | ) | const |
virtual QVariant GetData | ( | int | column, | |
int | role | |||
) | const [virtual] |
Reimplemented from SequenceRow.
void SetChain | ( | mol::ChainView & | chain | ) |
void SetSequence | ( | seq::ConstSequenceHandle | sequence | ) | [virtual] |
Reimplemented from SequenceRow.