90 const std:: string & name ()
const;
93 virtual void setColor (
const Color & );
99 virtual void setStyle (
unsigned int style );
105 virtual unsigned int getStyle ( )
const;
108 void setText (
const std::string & text );
111 const std::string & getText()
const;
114 virtual const Color & getColor ()
const;
120 virtual const Color & color ()
const;
125 virtual void setSelected (
bool yes =
true );
130 virtual bool isSelected ()
const;
138 virtual void setHighLighted (
bool yes );
147 virtual void setSize (
float value );
152 virtual bool xError ()
const;
157 virtual bool yError ()
const;
170 virtual const BinToColor * getValueTransform ( )
const;
180 virtual void setValueTransform (
BinToColor * );
190 virtual void drawProjectedValues (
const DataSource * ntuple,
198 virtual void displayError (
ViewBase & view );
229 #endif // _RepBase_H_
#define MDL_HIPPOPLOT_API
bool m_desel
A flag to indicate the representation is de-selected.
A transform that transforms coordinates from one coordinate system to another.
The base class for the value to the color transformation.
Type
Enumeration of the type of symbols supported by this class.
Value
A few common colors.
std::string m_name
The name of the representation.
A Color class for creating the color object following the standard RGB color space.
static const Color s_desel_color
The color of the representation when it is de-selected.
numeric::array clone(numeric::array arr)
intp size(numeric::array arr)
Color m_color
The color of the representation.
Style
Line style constants.
float m_size
The size of the representation.
std::string m_text
The text to be displayed before the statistics.
The abstract base class for views.
bool m_highlite
Sets the state of highlighting.
The base class for the point representation hierarchy.
Base class for DataSource.