[apps/shared] Specifiy the meaning of a defined sequence in sequence/

Change-Id: I082a7f9f9785c12dfedcee070badb4eded66ab89
This commit is contained in:
Émilie Feral
2017-02-21 17:58:28 +01:00
parent 7f4323ad40
commit 5b78ad893d
5 changed files with 21 additions and 4 deletions

View File

@@ -62,6 +62,10 @@ Poincare::ExpressionLayout * Function::layout() {
return m_layout;
}
bool Function::isDefined() {
return m_layout != nullptr;
}
bool Function::isActive() {
return m_active;
}