1 #ifndef SEQUENCE_SEQUENCE_STORE_H 2 #define SEQUENCE_SEQUENCE_STORE_H 4 #include "../shared/function_store.h" 26 char symbol()
const override;
31 const KDColor firstAvailableColor()
override;
32 static constexpr
KDColor k_defaultColors[MaxNumberOfSequences] = {
35 Sequence m_sequences[MaxNumberOfSequences];
static constexpr KDColor Blue
Sequence * functionAtIndex(int i) override
int maxNumberOfFunctions() override
Sequence * activeFunctionAtIndex(int i) override
void removeAll() override
char symbol() const override
Sequence * addEmptyFunction() override
uint32_t storeChecksum() override
static constexpr KDColor Red
static constexpr const char * k_sequenceNames[MaxNumberOfSequences]
Sequence * definedFunctionAtIndex(int i) override
void removeFunction(Shared::Function *f) override
const char * firstAvailableName() override