diff options
author | joye <joye> | 2014-06-27 18:18:19 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-27 18:18:19 (GMT) |
commit | 6608d626098f2df532c7423fc0043a51864d18ec (patch) | |
tree | 88b69f7bf923cd252dfd9287d04a5aac2dcca420 /src/bltGrElemBar.h | |
parent | 27a7bebf981ccfc6551238f3ae97321995513409 (diff) | |
download | blt-6608d626098f2df532c7423fc0043a51864d18ec.zip blt-6608d626098f2df532c7423fc0043a51864d18ec.tar.gz blt-6608d626098f2df532c7423fc0043a51864d18ec.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.h')
-rw-r--r-- | src/bltGrElemBar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bltGrElemBar.h b/src/bltGrElemBar.h index fa2c495..cda696c 100644 --- a/src/bltGrElemBar.h +++ b/src/bltGrElemBar.h @@ -104,8 +104,8 @@ class BarElement : public Element { void mapErrorBars(BarStyle**); void drawSegments(Drawable, BarPen*, XRectangle*, int); void drawValues(Drawable, BarPen*, XRectangle*, int, int*); - void printSegments(PSOutput*, BarPen*, XRectangle*, int); - void printValues(PSOutput*, BarPen*, XRectangle*, int, int*); + void printSegments(Blt::PSOutput*, BarPen*, XRectangle*, int); + void printValues(Blt::PSOutput*, BarPen*, XRectangle*, int, int*); public: BarElement(Graph*, const char*, Tcl_HashEntry*); @@ -122,9 +122,9 @@ class BarElement : public Element { void draw(Drawable); void drawActive(Drawable); void drawSymbol(Drawable, int, int, int); - void print(PSOutput*); - void printActive(PSOutput*); - void printSymbol(PSOutput*, double, double, int); + void print(Blt::PSOutput*); + void printActive(Blt::PSOutput*); + void printSymbol(Blt::PSOutput*, double, double, int); }; #endif |