#include <SequenceListItem.h>
Public Member Functions | |
| SequenceListItem (QListView *parent, const QString &text, Sequence sequence) | |
| ~SequenceListItem () | |
| Sequence & | getSequence () |
| virtual void | setOn (bool isOn) |
Definition at line 8 of file SequenceListItem.h.
| SequenceListItem::SequenceListItem | ( | QListView * | parent, | |
| const QString & | text, | |||
| Sequence | sequence | |||
| ) |
Definition at line 3 of file SequenceListItem.cpp.
| SequenceListItem::~SequenceListItem | ( | ) |
Definition at line 7 of file SequenceListItem.cpp.
| Sequence & SequenceListItem::getSequence | ( | ) |
Definition at line 15 of file SequenceListItem.cpp.
| void SequenceListItem::setOn | ( | bool | isOn | ) | [virtual] |
Definition at line 10 of file SequenceListItem.cpp.
1.5.6