[apps/sequence/list] Edit the selected sequence when clicking on OK (or

event with text)

Change-Id: Ib9ac0c0605424cb3e57b0e3e5dcd64bd99ea97e3
This commit is contained in:
Émilie Feral
2017-02-08 14:55:55 +01:00
parent 8f76c04bea
commit 8cfdc66e48
4 changed files with 88 additions and 0 deletions

View File

@@ -33,6 +33,14 @@ Sequence::~Sequence() {
}
}
const char * Sequence::firstInitialConditionText() {
return m_firstInitialConditionText;
}
const char * Sequence::secondInitialConditionText() {
return m_secondInitialConditionText;
}
Sequence::Type Sequence::type() {
return m_type;
}