DrawBorder.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
14 #ifndef _DrawBroder_h
15 #define _DrawBroder_h
16 namespace hippodraw {
17 
18 class ViewBase;
19 
24 {
25 private:
26 
29 
31  DrawBorder ( const DrawBorder & );
32 
35 
37  DrawBorder();
38 
39  public:
40 
42  static DrawBorder * instance ();
43 
45  void setView (ViewBase * view);
46 
48  ViewBase * getView ();
49 
51  void draw();
52 
54  void drawKnob ( double x, double y );
55 
56 };
57 
58 } // namespace hippodraw
59 
60 #endif // _DrawBroder_h

Generated for HippoDraw Class Library by doxygen