|
enum | Position {
TOP,
BOTTOM,
LEFT,
RIGHT,
TOP_LEFT,
TOP_RIGHT,
BOTTOM_RIGHT,
BOTTOM_LEFT
} |
|
enum | Orientation { HORIZONTAL,
VERTICAL
} |
|
typedef std::valarray< double > | array |
|
|
Position | position |
|
Orientation | orientation |
|
QFont | font |
|
double | scale_length |
|
double | width |
|
double | distance_to_border |
|
double | text_to_bar |
|
double | tick_size |
|
double | exp_size |
|
double | epsilon |
|
double | line_width |
|
double | vmin |
|
double | vmax |
|
double | globalScaling |
|
QString | label |
|
|
void | startScreenCoordinatesSystem (QPaintDevice *device) const |
|
void | stopScreenCoordinatesSystem () const |
|
void | getValues (double start, double end, double delta, array &result) const |
|
array | selectValuesDirect (double length, bool is_vertical, const QFontMetricsF &metric, double min_dist) const |
|
std::pair< double, double > | significantDigits (double start, double end) const |
|
bool | canRenderTicks (const array &ticks, double length, double min_dist, bool is_vertical, const QFontMetricsF &font_metric) const |
|
QStringList | _tick2str (const array &ticks, QString *extra=0) const |
|
array | selectValues (double length, bool is_vertical, const QFontMetricsF *metric=0) const |
|
|
double | prev_width |
|
double | prev_height |
|
The documentation for this class was generated from the following file: