summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemLine.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-06 19:51:31 (GMT)
committerjoye <joye>2014-05-06 19:51:31 (GMT)
commitb9a1e34442a7c8abc307edd207c634310b76cf40 (patch)
tree94d552e603269c004089eea38cdcd966a61fb654 /src/bltGrElemLine.h
parentb1eecfc9f2e6f937046026e9dc28f0cc89540d29 (diff)
downloadblt-b9a1e34442a7c8abc307edd207c634310b76cf40.zip
blt-b9a1e34442a7c8abc307edd207c634310b76cf40.tar.gz
blt-b9a1e34442a7c8abc307edd207c634310b76cf40.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElemLine.h')
-rw-r--r--src/bltGrElemLine.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bltGrElemLine.h b/src/bltGrElemLine.h
index 958d019..1609677 100644
--- a/src/bltGrElemLine.h
+++ b/src/bltGrElemLine.h
@@ -134,13 +134,13 @@ class LineElement : public Element {
void MapErrorBars(LineStyle**);
int ClosestTrace();
void ClosestPoint(ClosestSearch*);
- void DrawCircles(Display*, Drawable, LinePen*, int, Point2d*, int);
- void DrawSquares(Display*, Drawable, LinePen*, int, Point2d*, int);
- void DrawSymbols(Drawable, LinePen*, int, int, Point2d*);
- void DrawTraces(Drawable, LinePen*);
- void DrawValues(Drawable, LinePen*, int, Point2d*, int*);
+ void drawCircles(Display*, Drawable, LinePen*, int, Point2d*, int);
+ void drawSquares(Display*, Drawable, LinePen*, int, Point2d*, int);
+ void drawSymbols(Drawable, LinePen*, int, int, Point2d*);
+ void drawTraces(Drawable, LinePen*);
+ void drawValues(Drawable, LinePen*, int, Point2d*, int*);
void SetLineAttributes(Blt_Ps, LinePen*);
- void TracesToPostScript(Blt_Ps, LinePen*);
+ void printTraces(Blt_Ps, LinePen*);
void ValuesToPostScript(Blt_Ps, LinePen*, int, Point2d*, int*);
double DistanceToLine(int, int, Point2d*, Point2d*, Point2d*);
double DistanceToX(int, int, Point2d*, Point2d*, Point2d*);