StripChart.cxx
Go to the documentation of this file.
1 
12 // for truncation warning in debug mode
13 #ifdef _MSC_VER
14 #include "msdevstudio/MSconfig.h"
15 #endif
16 
17 #include "StripChart.h"
18 
20 #include "reps/LinePointRep.h"
21 
22 using namespace hippodraw;
23 
25 {
26  m_name = "Strip Chart";
27 
29  m_rep = new LinePointRep();
30 }
31 
33 {
34  return new StripChart ( *this );
35 }
36 
38 {
39  return num == 1;
40 }
41 
42 using namespace hippodraw;
43 
44 bool
47 {
48  return axis == Axes::X || axis == Axes::Y;
49 }
50 
51 bool
53 hasZoomY () const
54 {
55  return true;
56 }

Generated for HippoDraw Class Library by doxygen