Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
3rdparty
qwt
src
qwt_plot_textlabel.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_TEXT_LABEL_H
11
#define QWT_PLOT_TEXT_LABEL_H
12
13
#include "
qwt_global.h
"
14
#include "
qwt_plot_item.h
"
15
16
class
QwtText
;
17
48
class
QWT_EXPORT
QwtPlotTextLabel
:
public
QwtPlotItem
49
{
50
public
:
51
QwtPlotTextLabel
();
52
virtual
~
QwtPlotTextLabel
();
53
54
virtual
int
rtti
()
const
QWT_OVERRIDE
;
55
56
void
setText(
const
QwtText
& );
57
QwtText
text()
const
;
58
59
void
setMargin(
int
margin );
60
int
margin()
const
;
61
62
virtual
QRectF textRect(
const
QRectF &,
const
QSizeF & )
const
;
63
64
protected
:
65
virtual
void
draw
( QPainter *,
66
const
QwtScaleMap
&,
const
QwtScaleMap
&,
67
const
QRectF &)
const
QWT_OVERRIDE
;
68
69
void
invalidateCache();
70
71
private
:
72
class
PrivateData
;
73
PrivateData
*
d_data
;
74
};
75
76
#endif
QwtPlotTextLabel
A plot item, which displays a text label.
Definition:
qwt_plot_textlabel.h:48
qwt_plot_item.h
QwtPlotItem::draw
virtual void draw(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect) const =0
Draw the item.
QwtPlotItem::rtti
virtual int rtti() const
Definition:
qwt_plot_item.cpp:136
QWT_EXPORT
#define QWT_EXPORT
Definition:
qwt_global.h:38
QwtPlotTextLabel::d_data
PrivateData * d_data
Definition:
qwt_plot_textlabel.h:72
qwt_global.h
QwtText
A class representing a text.
Definition:
qwt_text.h:51
QwtScaleMap
A scale map.
Definition:
qwt_scale_map.h:26
QwtPlotTextLabel::PrivateData
Definition:
qwt_plot_textlabel.cpp:53
QwtPlotItem
Base class for items on the plot canvas.
Definition:
qwt_plot_item.h:65
QWT_OVERRIDE
#define QWT_OVERRIDE
Definition:
qwt_global.h:53
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10