#include <VrGUI_int.h>
Public Member Functions | |
VrScale (VrScaleDraw::Orientation ori, QWidget *parent, const char *title_name, double arg_min, double arg_max, double arg_scalemin, double arg_scalemax, int arg_divisions) | |
~VrScale () | |
int | minBorderDist () const |
QSize | sizeHint () const |
Public Attributes | |
VrScaleDraw | d_scale |
int | zyd_y1 |
double | zyd_cnv |
int | d_borderDist |
QString | d_title |
Protected Member Functions | |
void | paintEvent (QPaintEvent *e) |
void | resizeEvent (QResizeEvent *e) |
Private Member Functions | |
void | setRange (double x1, double x2) |
Private Attributes | |
int | d_baseDist |
int | d_titleDist |
int | d_titleOffset |
|
Constructs a scale for a plot
Computes scaling factors to map values in the domain [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|