#include <Plot2d_ViewFrame.h>

Public Member Functions | |
| Plot2d_ScaleDraw (char f= 'g', int prec=6) | |
| Plot2d_ScaleDraw (const QwtScaleDraw &scaleDraw, char f= 'g', int prec=6) | |
| virtual QwtText | label (double value) const |
| int | precision () const |
Private Attributes | |
| char | myFormat |
| int | myPrecision |
| Plot2d_ScaleDraw::Plot2d_ScaleDraw | ( | char | f = 'g', |
| int | prec = 6 |
||
| ) |
| Plot2d_ScaleDraw::Plot2d_ScaleDraw | ( | const QwtScaleDraw & | scaleDraw, |
| char | f = 'g', |
||
| int | prec = 6 |
||
| ) |
| QwtText Plot2d_ScaleDraw::label | ( | double | value | ) | const [virtual] |
References precision().
| int Plot2d_ScaleDraw.precision | ( | ) | const |
References myPrecision.
char Plot2d_ScaleDraw.myFormat [private] |
int Plot2d_ScaleDraw.myPrecision [private] |