QGIS API Documentation
2.14.11-Essen
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
core
diagram
qgsdiagram.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsdiagram.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 QGSDIAGRAM_H
16
#define QGSDIAGRAM_H
17
18
#include "
qgsfeature.h
"
19
#include "
qgsexpressioncontext.h
"
20
#include <QPen>
21
#include <QBrush>
22
23
class
QPainter
;
24
class
QPointF
;
25
class
QgsDiagramSettings
;
26
class
QgsDiagramInterpolationSettings
;
27
28
class
QgsRenderContext
;
29
30
class
QgsExpression
;
31
32
33
35
class
CORE_EXPORT
QgsDiagram
36
{
37
public
:
38
virtual
~QgsDiagram
() { clearCache(); }
41
virtual
QgsDiagram
* clone()
const
= 0;
42
43
void
clearCache();
44
46
Q_DECL_DEPRECATED
QgsExpression
* getExpression(
const
QString
& expression,
const
QgsFields
* fields );
47
53
QgsExpression
* getExpression(
const
QString
& expression,
const
QgsExpressionContext
& context );
54
56
virtual
Q_DECL_DEPRECATED
void
renderDiagram(
const
QgsAttributes
& att,
QgsRenderContext
& c,
const
QgsDiagramSettings
& s,
QPointF
position );
58
virtual
void
renderDiagram(
const
QgsFeature
& feature,
QgsRenderContext
& c,
const
QgsDiagramSettings
& s,
QPointF
position ) = 0;
59
virtual
QString
diagramName()
const
= 0;
61
virtual
QSizeF
diagramSize(
const
QgsAttributes
& attributes,
const
QgsRenderContext
& c,
const
QgsDiagramSettings
& s ) = 0;
63
virtual
Q_DECL_DEPRECATED
QSizeF
diagramSize(
const
QgsAttributes
& attributes,
const
QgsRenderContext
& c,
const
QgsDiagramSettings
& s,
const
QgsDiagramInterpolationSettings
& is );
65
virtual
QSizeF
diagramSize(
const
QgsFeature
& feature,
const
QgsRenderContext
& c,
const
QgsDiagramSettings
& s,
const
QgsDiagramInterpolationSettings
& is ) = 0;
66
67
protected
:
68
QgsDiagram
();
69
QgsDiagram
(
const
QgsDiagram
& other );
70
76
void
setPenWidth(
QPen
& pen,
const
QgsDiagramSettings
& s,
const
QgsRenderContext
& c );
77
85
QSizeF
sizePainterUnits(
QSizeF
size,
const
QgsDiagramSettings
& s,
const
QgsRenderContext
& c );
86
94
float
sizePainterUnits(
float
l,
const
QgsDiagramSettings
& s,
const
QgsRenderContext
& c );
95
102
QFont
scaledFont(
const
QgsDiagramSettings
& s,
const
QgsRenderContext
& c );
103
104
private
:
105
QMap<QString, QgsExpression*>
mExpressions;
106
};
107
108
#endif // QGSDIAGRAM_H
QgsExpression
Class for parsing and evaluation of expressions (formerly called "search strings").
Definition:
qgsexpression.h:107
qgsfeature.h
QgsDiagram::~QgsDiagram
virtual ~QgsDiagram()
Definition:
qgsdiagram.h:38
QFont
QMap< QString, QgsExpression * >
QgsFields
Container of fields for a vector layer.
Definition:
qgsfield.h:187
qgsexpressioncontext.h
QgsFeature
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
Definition:
qgsfeature.h:187
QPointF
QgsExpressionContext
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Definition:
qgsexpressioncontext.h:240
QPainter
QString
QgsDiagram
Base class for all diagram types.
Definition:
qgsdiagram.h:35
QgsDiagramInterpolationSettings
Definition:
qgsdiagramrendererv2.h:172
QgsRenderContext
Contains information about the context of a rendering operation.
Definition:
qgsrendercontext.h:44
QSizeF
QPen
QgsAttributes
A vector of attributes.
Definition:
qgsfeature.h:115
QgsDiagramSettings
Definition:
qgsdiagramrendererv2.h:95
Generated on Wed Jan 25 2017 08:47:16 for QGIS API Documentation by
1.8.8