10 #ifndef QWT_PLOT_MARKER_H 
   11 #define QWT_PLOT_MARKER_H 
   17 #include "qwt_global.h" 
   18 #include "qwt_plot_item.h" 
   70     virtual int rtti() 
const;
 
   72     double xValue() 
const;
 
   73     double yValue() 
const;
 
   74     QPointF value() 
const;
 
   76     void setXValue( 
double );
 
   77     void setYValue( 
double );
 
   78     void setValue( 
double, 
double );
 
   79     void setValue( 
const QPointF & );
 
   81     void setLineStyle( LineStyle st );
 
   82     LineStyle lineStyle() 
const;
 
   84     void setLinePen( 
const QPen &p );
 
   85     const QPen &linePen() 
const;
 
   90     void setLabel( 
const QwtText& );
 
   93     void setLabelAlignment( Qt::Alignment );
 
   94     Qt::Alignment labelAlignment() 
const;
 
   96     void setLabelOrientation( Qt::Orientation );
 
   97     Qt::Orientation labelOrientation() 
const;
 
   99     void setSpacing( 
int );
 
  102     virtual void draw( QPainter *p,
 
  104         const QRectF & ) 
const;
 
  112     virtual void drawLines( QPainter *, 
 
  113         const QRectF &, 
const QPointF & ) 
const;
 
  115     virtual void drawLabel( QPainter *, 
 
  116         const QRectF &, 
const QPointF & ) 
const;