AxisTick.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
13 #ifndef _AxisTick_H_
14 #define _AxisTick_H_
15 
16 #include <string>
17 
18 #include "pattern/libhippo.h"
19 
20 
21 namespace hippodraw {
22 
30 {
31 
32  private:
33 
35  double m_v;
36 
38  std::string m_c;
39 
40 public:
41 
44  AxisTick ( );
45 
47  AxisTick ( const AxisTick & );
48 
50  AxisTick( double v, const std::string & s );
51 
53  double value ( ) const;
54 
56  void setValue ( double );
57 
59  const std::string & content ( ) const;
60 
62  void setContent ( const std::string & );
63 };
64 
65 } // namespace hippodraw
66 
67 #endif // _AxisTick_H_

Generated for HippoDraw Class Library by doxygen