svgui
1.9
|
#include <LinearNumericalScale.h>
Public Member Functions | |
int | getWidth (View *v, QPainter &paint) |
void | paintVertical (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, float minf, float maxf) |
Definition at line 25 of file LinearNumericalScale.h.
int LinearNumericalScale::getWidth | ( | View * | v, |
QPainter & | paint | ||
) |
Definition at line 26 of file LinearNumericalScale.cpp.
Referenced by NoteLayer::getVerticalScaleWidth(), TimeValueLayer::getVerticalScaleWidth(), FlexiNoteLayer::getVerticalScaleWidth(), RegionLayer::getVerticalScaleWidth(), and paintVertical().
void LinearNumericalScale::paintVertical | ( | View * | v, |
const VerticalScaleLayer * | layer, | ||
QPainter & | paint, | ||
int | x0, | ||
float | minf, | ||
float | maxf | ||
) |
Definition at line 33 of file LinearNumericalScale.cpp.
References VerticalScaleLayer::getScaleUnits(), getWidth(), and VerticalScaleLayer::getYForValue().
Referenced by NoteLayer::paintVerticalScale(), TimeValueLayer::paintVerticalScale(), FlexiNoteLayer::paintVerticalScale(), and RegionLayer::paintVerticalScale().