3 #if !defined __HorScale_H
12 const int horsStartBorder = 5;
13 const int horsScaleIndent = 3;
14 const int horsMarkHeight = 5;
15 const int horsFreqMarkHeight = 2;
16 const int horsMarkToLabel = 2;
36 void compute_height ();
43 void set_border (
int w);
45 virtual void string (
char* s,
float value);
47 virtual void set_mark_freq (
unsigned mark_freq);
48 virtual void set_label_step (
float label_step);
49 float get_label_step ()
const {
return labelStep;};
50 virtual void set_range (
float v_left,
float v_right);
51 virtual void set_width (
int w);
52 virtual void set_height (
int h);
53 virtual void set_xy (
int x,
int y);
54 virtual void set_font (
const char* szFontName);
56 virtual void draw_grid (
XDR& rect);
58 virtual void expose ();
Definition: HorScale.H:23