comparison widgets/LevelPanWidget.h @ 1306:5db672d6de4f

Better rendering for widget cells
author Chris Cannam
date Mon, 25 Jun 2018 15:29:47 +0100
parents a575dae05fbf
children a18e78b9c78b
comparison
equal deleted inserted replaced
1305:21342513c252 1306:5db672d6de4f
113 float panToAudioPan(int pan) const; 113 float panToAudioPan(int pan) const;
114 114
115 int coordsToNotch(QRectF rect, QPointF pos) const; 115 int coordsToNotch(QRectF rect, QPointF pos) const;
116 int coordsToPan(QRectF rect, QPointF pos) const; 116 int coordsToPan(QRectF rect, QPointF pos) const;
117 117
118 QColor notchToColour(int notch) const; 118 QColor cellToColour(int cell) const;
119 119
120 QSizeF cellSize(QRectF) const; 120 QSizeF cellSize(QRectF) const;
121 QPointF cellCentre(QRectF, int row, int col) const; 121 QPointF cellCentre(QRectF, int row, int col) const;
122 QSizeF cellLightSize(QRectF) const; 122 QSizeF cellLightSize(QRectF) const;
123 QRectF cellLightRect(QRectF, int row, int col) const; 123 QRectF cellLightRect(QRectF, int row, int col) const;