Public Member Functions
ValueDot Class Reference
Inheritance diagram for ValueDot:
QGpCoreTools::Point2D

List of all members.

Public Member Functions

bool operator< (const ValueDot &o) const
void setValue (double v)
double value () const
 ValueDot ()
 ValueDot (const ValueDot &o)

Constructor & Destructor Documentation

ValueDot::ValueDot ( ) [inline]
{_value=0.0;}
ValueDot::ValueDot ( const ValueDot o) [inline]
: Point2D(o) {_value=o._value;}

Member Function Documentation

bool ValueDot::operator< ( const ValueDot o) const [inline]
                                          {
    return _value>o._value;
  }
void ValueDot::setValue ( double  v) [inline]

Referenced by createDots().

{_value=v;}
double ValueDot::value ( ) const [inline]

Referenced by addDotPlot().

{return _value;}

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines