1 #ifndef GRAPH_CARTESIAN_FUNCTION_STORE_H 2 #define GRAPH_CARTESIAN_FUNCTION_STORE_H 5 #include "../shared/function_store.h" 21 char symbol()
const override;
25 const char * firstAvailableName()
override;
26 const KDColor firstAvailableColor()
override;
static constexpr KDColor YellowDark
static constexpr KDColor Blue
char symbol() const override
CartesianFunction * functionAtIndex(int i) override
CartesianFunction * addEmptyFunction() override
void removeFunction(Shared::Function *f) override
static constexpr KDColor Green
void removeAll() override
uint32_t storeChecksum() override
static constexpr KDColor Red
CartesianFunction * activeFunctionAtIndex(int i) override
int maxNumberOfFunctions() override
static constexpr int k_maxNumberOfFunctions
CartesianFunction * definedFunctionAtIndex(int i) override