| 
| QwtSymbol::Style  | Plot2d::plot2qwtMarker (MarkerType) | 
|   | Convert Plot2d marker type to Qwt marker type.  More...
  | 
|   | 
| MarkerType  | Plot2d::qwt2plotMarker (QwtSymbol::Style) | 
|   | Convert Qwt marker type to Plot2d marker type.  More...
  | 
|   | 
| Qt::PenStyle  | Plot2d::plot2qwtLine (LineType) | 
|   | Convert Plot2d line type to Qt/Qwt line type.  More...
  | 
|   | 
| LineType  | Plot2d::qwt2plotLine (Qt::PenStyle) | 
|   | Convert Qt/Qwt line type to Plot2d line type.  More...
  | 
|   | 
| void  | Plot2d::drawLine (QPainter *, const QPoint &, const QPoint &, Qt::PenStyle=Qt::SolidLine, const QColor &=Qt::black, int=0) | 
|   | Draw line.  More...
  | 
|   | 
| void  | Plot2d::drawLine (QPainter *, const QPoint &, const QPoint &, LineType=Solid, const QColor &=Qt::black, int=0) | 
|   | Draw line.  More...
  | 
|   | 
| void  | Plot2d::drawLine (QPainter *, int, int, int, int, Qt::PenStyle=Qt::SolidLine, const QColor &=Qt::black, int=0) | 
|   | Draw line.  More...
  | 
|   | 
| void  | Plot2d::drawLine (QPainter *, int, int, int, int, LineType=Solid, const QColor &=Qt::black, int=0) | 
|   | Draw line.  More...
  | 
|   | 
| void  | Plot2d::drawMarker (QPainter *, const QPoint &, const QRect &, QwtSymbol::Style=QwtSymbol::Ellipse, const QColor &=Qt::black) | 
|   | Draw marker.  More...
  | 
|   | 
| void  | Plot2d::drawMarker (QPainter *, const QPoint &, const QRect &, MarkerType=Circle, const QColor &=Qt::black) | 
|   | Draw marker.  More...
  | 
|   | 
| void  | Plot2d::drawMarker (QPainter *, int, int, int, int, QwtSymbol::Style=QwtSymbol::Ellipse, const QColor &=Qt::black) | 
|   | Draw marker.  More...
  | 
|   | 
| void  | Plot2d::drawMarker (QPainter *, int, int, int, int, MarkerType=Circle, const QColor &=Qt::black) | 
|   | Draw marker.  More...
  | 
|   | 
| QPixmap  | Plot2d::markerIcon (const QSize &, const QColor &, Plot2d::MarkerType) | 
|   | Create icon pixmap according to the marker type.  More...
  | 
|   | 
| QPixmap  | Plot2d::lineIcon (const QSize &, const QColor &, Plot2d::LineType) | 
|   | Create icon pixmap according to the line type.  More...
  | 
|   | 
| void  | Plot2d::getNextMarker (const int rtti, const QwtPlot *, QwtSymbol::Style &, QColor &, Qt::PenStyle &) | 
|   | 
| bool  | Plot2d::existMarker (const int rtti, const QwtPlot *, const QwtSymbol::Style, const QColor &, const Qt::PenStyle) | 
|   | 
| bool  | Plot2d::closeColors (const QColor &, const QColor &, int distance=-1) | 
|   |