QGIS API Documentation
3.20.0-Odense (decaadbb31)
src
core
diagram
qgstextdiagram.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgstextdiagram.h
3
---------------------
4
begin : March 2011
5
copyright : (C) 2011 by Marco Hugentobler
6
email : marco dot hugentobler at sourcepole dot ch
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
#ifndef QGSTEXTDIAGRAM_H
16
#define QGSTEXTDIAGRAM_H
17
18
#define DIAGRAM_NAME_TEXT "Text"
19
20
#include "qgis_core.h"
21
#include "
qgis.h
"
22
#include "
qgsdiagram.h
"
23
#include <QPen>
24
#include <QBrush>
25
26
class
QPainter;
27
class
QPointF;
28
class
QgsDiagramSettings
;
29
class
QgsDiagramInterpolationSettings
;
30
class
QgsFeature
;
31
class
QgsRenderContext
;
32
38
class
CORE_EXPORT
QgsTextDiagram
:
public
QgsDiagram
SIP_NODEFAULTCTORS
39
{
40
public
:
41
enum
Shape
42
{
43
Circle = 0,
44
Rectangle
,
45
Triangle
46
};
47
48
enum
Orientation
49
{
50
Horizontal = 0,
51
Vertical
52
};
53
54
QgsTextDiagram
();
55
QgsTextDiagram
*
clone
() const override
SIP_FACTORY
;
56
57
void
renderDiagram( const
QgsFeature
&feature,
QgsRenderContext
&
c
, const
QgsDiagramSettings
&s, QPointF position ) override;
58
59
QSizeF diagramSize( const
QgsAttributes
&attributes, const
QgsRenderContext
&
c
, const
QgsDiagramSettings
&s ) override;
60
QSizeF diagramSize( const
QgsFeature
&feature, const
QgsRenderContext
&
c
, const
QgsDiagramSettings
&s, const
QgsDiagramInterpolationSettings
&is ) override;
61
double
legendSize(
double
value, const
QgsDiagramSettings
&s, const
QgsDiagramInterpolationSettings
&is ) const override;
62
63
QString diagramName() const override;
64
65
private:
66
Orientation mOrientation = Vertical;
67
Shape mShape = Circle;
68
QBrush mBrush;
//transparent brush
69
QPen mPen;
70
75
void
lineEllipseIntersection( QPointF lineStart, QPointF lineEnd, QPointF ellipseMid,
double
r1,
double
r2, QList<QPointF> &result ) const;
76
};
77
78
#endif
// QGSTEXTDIAGRAM_H
QgsAttributes
A vector of attributes.
Definition:
qgsattributes.h:58
QgsDiagramInterpolationSettings
Additional diagram settings for interpolated size rendering.
Definition:
qgsdiagramrenderer.h:663
QgsDiagramSettings
Stores the settings for rendering a single diagram.
Definition:
qgsdiagramrenderer.h:382
QgsDiagram
Base class for all diagram types.
Definition:
qgsdiagram.h:40
QgsDiagram::clone
virtual QgsDiagram * clone() const =0
Returns an instance that is equivalent to this one.
QgsFeature
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Definition:
qgsfeature.h:56
QgsRenderContext
Contains information about the context of a rendering operation.
Definition:
qgsrendercontext.h:58
QgsTextDiagram
A text based diagram.
Definition:
qgstextdiagram.h:39
QgsTextDiagram::Orientation
Orientation
Definition:
qgstextdiagram.h:49
QgsTextDiagram::Shape
Shape
Definition:
qgstextdiagram.h:42
QgsTextDiagram::Rectangle
@ Rectangle
Definition:
qgstextdiagram.h:44
c
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into c
Definition:
porting_processing.dox:1
qgis.h
SIP_FACTORY
#define SIP_FACTORY
Definition:
qgis_sip.h:76
SIP_NODEFAULTCTORS
#define SIP_NODEFAULTCTORS
Definition:
qgis_sip.h:101
qgsdiagram.h
Generated on Sun Jun 20 2021 10:45:59 for QGIS API Documentation by
1.9.1