11 #include "msdevstudio/MSconfig.h"
A class to maintain tick coordinates and string values.
AxisTick()
The default constructor.
void setValue(double)
Sets the value of the coordinate.
void setContent(const std::string &)
Sets the content at the coordinate.
double value() const
Returns the value of the coordinate.
double m_v
The value at the coordinate.
const std::string & content() const
Returns the content at the coordinate.
std::string m_c
The content at the coordinate.
AxisTick class interface.