File: QwtLegendLabel.3

package info (click to toggle)
qwt 6.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,848 kB
  • ctags: 15,811
  • sloc: cpp: 57,382; makefile: 41
file content (285 lines) | stat: -rw-r--r-- 5,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
.TH "QwtLegendLabel" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtLegendLabel \- 
.PP
A widget representing something on a \fBQwtLegend\fP\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_legend_label\&.h>\fP
.PP
Inherits \fBQwtTextLabel\fP\&.
.SS "Public Slots"

.in +1c
.ti -1c
.RI "void \fBsetChecked\fP (bool on)"
.br
.in -1c
.SS "Signals"

.in +1c
.ti -1c
.RI "void \fBclicked\fP ()"
.br
.RI "\fISignal, when the legend item has been clicked\&. \fP"
.ti -1c
.RI "void \fBpressed\fP ()"
.br
.RI "\fISignal, when the legend item has been pressed\&. \fP"
.ti -1c
.RI "void \fBreleased\fP ()"
.br
.RI "\fISignal, when the legend item has been released\&. \fP"
.ti -1c
.RI "void \fBchecked\fP (bool)"
.br
.RI "\fISignal, when the legend item has been toggled\&. \fP"
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBQwtLegendLabel\fP (QWidget *parent=0)"
.br
.ti -1c
.RI "virtual \fB~QwtLegendLabel\fP ()"
.br
.RI "\fIDestructor\&. \fP"
.ti -1c
.RI "void \fBsetData\fP (const \fBQwtLegendData\fP &)"
.br
.ti -1c
.RI "const \fBQwtLegendData\fP & \fBdata\fP () const "
.br
.ti -1c
.RI "void \fBsetItemMode\fP (\fBQwtLegendData::Mode\fP)"
.br
.ti -1c
.RI "\fBQwtLegendData::Mode\fP \fBitemMode\fP () const "
.br
.ti -1c
.RI "void \fBsetSpacing\fP (int \fBspacing\fP)"
.br
.RI "\fIChange the spacing between icon and text\&. \fP"
.ti -1c
.RI "int \fBspacing\fP () const "
.br
.ti -1c
.RI "virtual void \fBsetText\fP (const \fBQwtText\fP &)"
.br
.ti -1c
.RI "void \fBsetIcon\fP (const QPixmap &)"
.br
.ti -1c
.RI "QPixmap \fBicon\fP () const "
.br
.ti -1c
.RI "virtual QSize \fBsizeHint\fP () const "
.br
.RI "\fIReturn a size hint\&. \fP"
.ti -1c
.RI "bool \fBisChecked\fP () const "
.br
.RI "\fIReturn true, if the item is checked\&. \fP"
.in -1c
.SS "Protected Member Functions"

.in +1c
.ti -1c
.RI "void \fBsetDown\fP (bool)"
.br
.RI "\fISet the item being down\&. \fP"
.ti -1c
.RI "bool \fBisDown\fP () const "
.br
.RI "\fIReturn true, if the item is down\&. \fP"
.ti -1c
.RI "virtual void \fBpaintEvent\fP (QPaintEvent *)"
.br
.RI "\fIPaint event\&. \fP"
.ti -1c
.RI "virtual void \fBmousePressEvent\fP (QMouseEvent *)"
.br
.RI "\fIHandle mouse press events\&. \fP"
.ti -1c
.RI "virtual void \fBmouseReleaseEvent\fP (QMouseEvent *)"
.br
.RI "\fIHandle mouse release events\&. \fP"
.ti -1c
.RI "virtual void \fBkeyPressEvent\fP (QKeyEvent *)"
.br
.RI "\fIHandle key press events\&. \fP"
.ti -1c
.RI "virtual void \fBkeyReleaseEvent\fP (QKeyEvent *)"
.br
.RI "\fIHandle key release events\&. \fP"
.in -1c
.SH "Detailed Description"
.PP 
A widget representing something on a \fBQwtLegend\fP\&. 
.SH "Constructor & Destructor Documentation"
.PP 
.SS "QwtLegendLabel::QwtLegendLabel (QWidget *parent = \fC0\fP)\fC [explicit]\fP"

.PP
\fBParameters:\fP
.RS 4
\fIparent\fP Parent widget 
.RE
.PP

.SH "Member Function Documentation"
.PP 
.SS "const \fBQwtLegendData\fP & QwtLegendLabel::data () const"

.PP
\fBReturns:\fP
.RS 4
Attributes of the label 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetData()\fP, \fBQwtPlotItem::legendData()\fP 
.RE
.PP

.SS "QPixmap QwtLegendLabel::icon () const"

.PP
\fBReturns:\fP
.RS 4
Pixmap representing a plot item 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetIcon()\fP 
.RE
.PP

.SS "\fBQwtLegendData::Mode\fP QwtLegendLabel::itemMode () const"

.PP
\fBReturns:\fP
.RS 4
Item mode 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetItemMode()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setChecked (boolon)\fC [slot]\fP"
Check/Uncheck a the item
.PP
\fBParameters:\fP
.RS 4
\fIon\fP check/uncheck 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetItemMode()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setData (const \fBQwtLegendData\fP &legendData)"
Set the attributes of the legend label
.PP
\fBParameters:\fP
.RS 4
\fIlegendData\fP Attributes of the label 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBdata()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setIcon (const QPixmap &icon)"
Assign the icon
.PP
\fBParameters:\fP
.RS 4
\fIicon\fP Pixmap representing a plot item
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBicon()\fP, \fBQwtPlotItem::legendIcon()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setItemMode (\fBQwtLegendData::Mode\fPmode)"
Set the item mode The default is \fBQwtLegendData::ReadOnly\fP
.PP
\fBParameters:\fP
.RS 4
\fImode\fP Item mode 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBitemMode()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setSpacing (intspacing)"

.PP
Change the spacing between icon and text\&. 
.PP
\fBParameters:\fP
.RS 4
\fIspacing\fP Spacing 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBspacing()\fP, \fBQwtTextLabel::margin()\fP 
.RE
.PP

.SS "void QwtLegendLabel::setText (const \fBQwtText\fP &text)\fC [virtual]\fP"
Set the text to the legend item
.PP
\fBParameters:\fP
.RS 4
\fItext\fP Text label 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBQwtTextLabel::text()\fP 
.RE
.PP

.PP
Reimplemented from \fBQwtTextLabel\fP\&.
.SS "int QwtLegendLabel::spacing () const"

.PP
\fBReturns:\fP
.RS 4
Spacing between icon and text 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetSpacing()\fP, \fBQwtTextLabel::margin()\fP 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.