comparison layer/TextLayer.cpp @ 79:19bf27e4fb29

* Replace crash with warning when a transform could not be automatically re-run * More sensible default paths for Vamp plugin lookup (at least on Linux and OS/X) * A start to making the y coords for time value layers etc align * Set sensible y coords for text labels in time instant and value layers
author Chris Cannam
date Thu, 13 Apr 2006 18:29:10 +0000
parents 45ba0b381c5d
children 4b98bda7e94d
comparison
equal deleted inserted replaced
78:967193b6c7aa 79:19bf27e4fb29
131 case 3: setBaseColour(Qt::darkGreen); break; 131 case 3: setBaseColour(Qt::darkGreen); break;
132 case 4: setBaseColour(QColor(200, 50, 255)); break; 132 case 4: setBaseColour(QColor(200, 50, 255)); break;
133 case 5: setBaseColour(QColor(255, 150, 50)); break; 133 case 5: setBaseColour(QColor(255, 150, 50)); break;
134 } 134 }
135 } 135 }
136 }
137
138 bool
139 TextLayer::getValueExtents(float &min, float &max, QString &unit) const
140 {
141 return false;
136 } 142 }
137 143
138 void 144 void
139 TextLayer::setBaseColour(QColor colour) 145 TextLayer::setBaseColour(QColor colour)
140 { 146 {