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_
bool m_desel
A flag to indicate the representation is de-selected.
Type
Enumeration of the type of symbols supported by this class.
static const Color s_desel_color
The color of the representation when it is de-selected.
std::string m_text
The text to be displayed before the statistics.
Value
A few common colors.
Base class for DataSource.
bool m_highlite
Sets the state of highlighting.
intp size(numeric::array arr)
The base class for the point representation hierarchy.
Color m_color
The color of the representation.
A Color class for creating the color object following the standard RGB color space.
#define MDL_HIPPOPLOT_API
A transform that transforms coordinates from one coordinate system to another.
The abstract base class for views.
float m_size
The size of the representation.
numeric::array clone(numeric::array arr)
The base class for the value to the color transformation.
std::string m_name
The name of the representation.
Style
Line style constants.