14 #include "msdevstudio/MSconfig.h"
28 m_name =
"Histogram (EqualEntries)";
56 if ( rep ->
name () ==
"Symbol" ) {
57 rep -> setSize ( 4. );
hippodraw::DyHistogramEqualEntries class interface.
std::string m_name
The name of the display as it might be displayed in a GUI.
virtual void notifyObservers() const
Notifies Observer objects of a change.
const std::string & name() const
Returns the name of the display.
virtual void setPointRep(RepBase *pointrep)
Sets the representation of the data points.
void setErrorDisplay(Axes::Type axis, bool)
Sets the display of error bar, if applicable, on the specified axis.
DyHistogramEqualEntries()
The default constructor.
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
RepBase * m_rep
The representation used for drawing each data point in the view.
The base class for data representations.
A derived class of NTupleProjector that projects a column of data into a one dimensional histogram...
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
hippodraw;:EqualEntriesHist1Projector class interface
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
hippodraw::ColumnPointRep class interface
virtual bool hasErrorDisplay() const
Returns true.
virtual void setPointRep(RepBase *rep)
Sets the representation of the data points.
A PointRep class that draws a column to represent the value.
The base class for the point representation hierarchy.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...