14 #include "msdevstudio/MSconfig.h"
22 using namespace hippodraw;
42 using namespace hippodraw;
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
std::string m_name
The name of the display as it might be displayed in a GUI.
Copyright (C) 2000-2005 The Board of Trustees of The Leland Stanford Junior University.
RepBase * m_rep
The representation used for drawing each data point in the view.
The base class for data representations.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
StripChart()
The default constructor.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
StripChart class interface.
A PointRep class that draws a column to represent the value.
virtual bool hasZoomY() const
Returns true to allow zooming on Y axis.
hippodraw::LinePointRep class interface