qwt_plot_shapeitem.h
Go to the documentation of this file.
1 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
2  * Qwt Widget Library
3  * Copyright (C) 1997 Josef Wilgen
4  * Copyright (C) 2002 Uwe Rathmann
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the Qwt License, Version 1.0
8  *****************************************************************************/
9 
10 #ifndef QWT_PLOT_SHAPE_ITEM_H
11 #define QWT_PLOT_SHAPE_ITEM_H
12 
13 #include "qwt_global.h"
14 #include "qwt_plot_item.h"
15 #include <qpainterpath.h>
16 
32 {
33 public:
41  {
51  ClipPolygons = 0x01,
52  };
53 
55  typedef QFlags<PaintAttribute> PaintAttributes;
56 
59  {
62 
64  LegendColor
65  };
66 
67  explicit QwtPlotShapeItem( const QString &title = QString() );
68  explicit QwtPlotShapeItem( const QwtText &title );
69 
70  virtual ~QwtPlotShapeItem();
71 
72  void setPaintAttribute( PaintAttribute, bool on = true );
73  bool testPaintAttribute( PaintAttribute ) const;
74 
75  void setLegendMode( LegendMode );
76  LegendMode legendMode() const;
77 
78  void setRect( const QRectF & );
79  void setPolygon( const QPolygonF & );
80 
81  void setShape( const QPainterPath & );
82  QPainterPath shape() const;
83 
84  void setPen( const QColor &, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
85  void setPen( const QPen & );
86  QPen pen() const;
87 
88  void setBrush( const QBrush & );
89  QBrush brush() const;
90 
91  void setRenderTolerance( double );
92  double renderTolerance() const;
93 
94  virtual QRectF boundingRect() const;
95 
96  virtual void draw( QPainter *p,
97  const QwtScaleMap &xMap, const QwtScaleMap &yMap,
98  const QRectF &rect ) const;
99 
100  virtual QwtGraphic legendIcon( int index, const QSizeF & ) const;
101 
102  virtual int rtti() const;
103 
104 private:
105  void init();
106 
107  class PrivateData;
109 };
110 
111 #endif
Display a scaled down version of the shape.
virtual void draw(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect) const =0
Draw the item.
virtual int rtti() const
#define QWT_EXPORT
Definition: qwt_global.h:38
LegendMode
Mode how to display the item on the legend.
A class representing a text.
Definition: qwt_text.h:51
A paint device for scalable graphics.
Definition: qwt_graphic.h:74
virtual QwtGraphic legendIcon(int index, const QSizeF &) const
A scale map.
Definition: qwt_scale_map.h:30
QFlags< PaintAttribute > PaintAttributes
Paint attributes.
A plot item, which displays any graphical shape, that can be defined by a QPainterPath.
PrivateData * d_data
Base class for items on the plot canvas.
Definition: qwt_plot_item.h:64
virtual QRectF boundingRect() const


plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:17