mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[sahred] StorageCartesianFunction: iterate on colors
This commit is contained in:
@@ -25,10 +25,6 @@ void StorageFunction::setActive(bool active) {
|
||||
recordData()->setActive(active);
|
||||
}
|
||||
|
||||
void StorageFunction::setColor(KDColor color) {
|
||||
recordData()->setColor(color);
|
||||
}
|
||||
|
||||
int StorageFunction::nameWithArgument(char * buffer, size_t bufferSize, char arg) {
|
||||
const char * functionName = fullName();
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user