00001 /* -*- mode: c++ -*- */ 00002 00013 #ifndef _StripChart_H_ 00014 #define _StripChart_H_ 00015 00016 #include "datareps/DataRep.h" 00017 00018 namespace hippodraw { 00019 00036 class MDL_HIPPOPLOT_API StripChart 00037 : public hippodraw::DataRep 00038 { 00039 public: 00040 00042 StripChart ( ); 00043 00046 virtual DataRep * clone (); 00047 00048 virtual bool acceptFunction ( int num ); 00049 00050 virtual bool hasAxis ( hippodraw::Axes::Type ) const; 00051 00053 virtual bool hasZoomY () const; 00054 00055 }; 00056 00057 } // namespace hippodraw 00058 00059 #endif // _StripChart