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 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
|
.TH "QwtPlotGLCanvas" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtPlotGLCanvas \-
.PP
An alternative canvas for a \fBQwtPlot\fP derived from QGLWidget\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_plot_glcanvas\&.h>\fP
.PP
Inherits QGLWidget\&.
.SS "Public Types"
.in +1c
.ti -1c
.RI "enum \fBShadow\fP { \fBPlain\fP = QFrame::Plain, \fBRaised\fP = QFrame::Raised, \fBSunken\fP = QFrame::Sunken }"
.br
.RI "\fIFrame shadow\&. \fP"
.ti -1c
.RI "enum \fBShape\fP { \fBNoFrame\fP = QFrame::NoFrame, \fBBox\fP = QFrame::Box, \fBPanel\fP = QFrame::Panel }"
.br
.RI "\fIFrame shape\&. \fP"
.in -1c
.SS "Public Slots"
.in +1c
.ti -1c
.RI "void \fBreplot\fP ()"
.br
.RI "\fICalls repaint() \fP"
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtPlotGLCanvas\fP (\fBQwtPlot\fP *=NULL)"
.br
.RI "\fIConstructor\&. \fP"
.ti -1c
.RI "virtual \fB~QwtPlotGLCanvas\fP ()"
.br
.RI "\fIDestructor\&. \fP"
.ti -1c
.RI "void \fBsetFrameStyle\fP (int style)"
.br
.ti -1c
.RI "int \fBframeStyle\fP () const "
.br
.ti -1c
.RI "void \fBsetFrameShadow\fP (\fBShadow\fP)"
.br
.ti -1c
.RI "\fBShadow\fP \fBframeShadow\fP () const "
.br
.ti -1c
.RI "void \fBsetFrameShape\fP (\fBShape\fP)"
.br
.ti -1c
.RI "\fBShape\fP \fBframeShape\fP () const "
.br
.ti -1c
.RI "void \fBsetLineWidth\fP (int)"
.br
.ti -1c
.RI "int \fBlineWidth\fP () const "
.br
.ti -1c
.RI "void \fBsetMidLineWidth\fP (int)"
.br
.ti -1c
.RI "int \fBmidLineWidth\fP () const "
.br
.ti -1c
.RI "int \fBframeWidth\fP () const "
.br
.ti -1c
.RI "QRect \fBframeRect\fP () const "
.br
.ti -1c
.RI "Q_INVOKABLE QPainterPath \fBborderPath\fP (const QRect &) const "
.br
.ti -1c
.RI "virtual bool \fBevent\fP (QEvent *)"
.br
.in -1c
.SS "Protected Member Functions"
.in +1c
.ti -1c
.RI "virtual void \fBpaintEvent\fP (QPaintEvent *)"
.br
.ti -1c
.RI "virtual void \fBdrawBackground\fP (QPainter *)"
.br
.ti -1c
.RI "virtual void \fBdrawBorder\fP (QPainter *)"
.br
.ti -1c
.RI "virtual void \fBdrawItems\fP (QPainter *)"
.br
.in -1c
.SH "Detailed Description"
.PP
An alternative canvas for a \fBQwtPlot\fP derived from QGLWidget\&.
\fBQwtPlotGLCanvas\fP implements the very basics to act as canvas inside of a \fBQwtPlot\fP widget\&. It might be extended to a full featured alternative to \fBQwtPlotCanvas\fP in a future version of Qwt\&.
.PP
Even if \fBQwtPlotGLCanvas\fP is not derived from QFrame it imitates its API\&. When using style sheets it supports the box model - beside backgrounds with rounded borders\&.
.PP
\fBSee Also:\fP
.RS 4
\fBQwtPlot::setCanvas()\fP, \fBQwtPlotCanvas\fP
.RE
.PP
\fBNote:\fP
.RS 4
You might want to use the QPaintEngine::OpenGL paint engine ( see QGL::setPreferredPaintEngine() )\&. On a Linux test system QPaintEngine::OpenGL2 shows very basic problems ( wrong geometries of rectangles ) but also more advanced stuff like antialiasing doesn't work\&.
.PP
Another way to introduce OpenGL rendering to Qwt is to use QGLPixelBuffer or QGLFramebufferObject\&. Both type of buffers can be converted into a QImage and used in combination with a regular \fBQwtPlotCanvas\fP\&.
.RE
.PP
.SH "Member Enumeration Documentation"
.PP
.SS "enum \fBQwtPlotGLCanvas::Shadow\fP"
.PP
Frame shadow\&. Unfortunately it is not possible to use QFrame::Shadow as a property of a widget that is not derived from QFrame\&. The following enum is made for the designer only\&. It is safe to use QFrame::Shadow instead\&.
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fIPlain \fP\fP
QFrame::Plain\&.
.TP
\fB\fIRaised \fP\fP
QFrame::Raised\&.
.TP
\fB\fISunken \fP\fP
QFrame::Sunken\&.
.SS "enum \fBQwtPlotGLCanvas::Shape\fP"
.PP
Frame shape\&. Unfortunately it is not possible to use QFrame::Shape as a property of a widget that is not derived from QFrame\&. The following enum is made for the designer only\&. It is safe to use QFrame::Shadow instead\&.
.PP
\fBNote:\fP
.RS 4
QFrame::StyledPanel and QFrame::WinPanel are unsuported and will be displayed as QFrame::Panel\&.
.RE
.PP
.SH "Constructor & Destructor Documentation"
.PP
.SS "QwtPlotGLCanvas::QwtPlotGLCanvas (\fBQwtPlot\fP *plot = \fCNULL\fP)\fC [explicit]\fP"
.PP
Constructor\&.
.PP
\fBParameters:\fP
.RS 4
\fIplot\fP Parent plot widget
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBQwtPlot::setCanvas()\fP
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "QPainterPath QwtPlotGLCanvas::borderPath (const QRect &rect) const"
.PP
\fBReturns:\fP
.RS 4
Empty path
.RE
.PP
.SS "void QwtPlotGLCanvas::drawBackground (QPainter *painter)\fC [protected]\fP, \fC [virtual]\fP"
Draw the background of the canvas
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Painter
.RE
.PP
.SS "void QwtPlotGLCanvas::drawBorder (QPainter *painter)\fC [protected]\fP, \fC [virtual]\fP"
Draw the border of the canvas
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Painter
.RE
.PP
.SS "void QwtPlotGLCanvas::drawItems (QPainter *painter)\fC [protected]\fP, \fC [virtual]\fP"
Draw the plot items
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Painter
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBQwtPlot::drawCanvas()\fP
.RE
.PP
.SS "bool QwtPlotGLCanvas::event (QEvent *event)\fC [virtual]\fP"
Qt event handler for QEvent::PolishRequest and QEvent::StyleChange
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Qt Event
.RE
.PP
\fBReturns:\fP
.RS 4
See QGLWidget::event()
.RE
.PP
.SS "QRect QwtPlotGLCanvas::frameRect () const"
.PP
\fBReturns:\fP
.RS 4
The rectangle where the frame is drawn in\&.
.RE
.PP
.SS "\fBQwtPlotGLCanvas::Shadow\fP QwtPlotGLCanvas::frameShadow () const"
.PP
\fBReturns:\fP
.RS 4
Frame shadow
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetFrameShadow()\fP, QFrame::setFrameShadow()
.RE
.PP
.SS "\fBQwtPlotGLCanvas::Shape\fP QwtPlotGLCanvas::frameShape () const"
.PP
\fBReturns:\fP
.RS 4
Frame shape
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetFrameShape()\fP, QFrame::frameShape()
.RE
.PP
.SS "int QwtPlotGLCanvas::frameStyle () const"
.PP
\fBReturns:\fP
.RS 4
The bitwise OR between a \fBframeShape()\fP and a \fBframeShadow()\fP
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetFrameStyle()\fP, QFrame::frameStyle()
.RE
.PP
.SS "int QwtPlotGLCanvas::frameWidth () const"
.PP
\fBReturns:\fP
.RS 4
Frame width depending on the style, line width and midline width\&.
.RE
.PP
.SS "int QwtPlotGLCanvas::lineWidth () const"
.PP
\fBReturns:\fP
.RS 4
Line width of the frame
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetLineWidth()\fP, \fBmidLineWidth()\fP
.RE
.PP
.SS "int QwtPlotGLCanvas::midLineWidth () const"
.PP
\fBReturns:\fP
.RS 4
Midline width of the frame
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetMidLineWidth()\fP, \fBlineWidth()\fP
.RE
.PP
.SS "void QwtPlotGLCanvas::paintEvent (QPaintEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Paint event
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Paint event
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBQwtPlot::drawCanvas()\fP
.RE
.PP
.SS "void QwtPlotGLCanvas::setFrameShadow (\fBShadow\fPshadow)"
Set the frame shadow
.PP
\fBParameters:\fP
.RS 4
\fIshadow\fP Frame shadow
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBframeShadow()\fP, \fBsetFrameShape()\fP, QFrame::setFrameShadow()
.RE
.PP
.SS "void QwtPlotGLCanvas::setFrameShape (\fBShape\fPshape)"
Set the frame shape
.PP
\fBParameters:\fP
.RS 4
\fIshape\fP Frame shape
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBframeShape()\fP, \fBsetFrameShadow()\fP, QFrame::frameShape()
.RE
.PP
.SS "void QwtPlotGLCanvas::setFrameStyle (intstyle)"
Set the frame style
.PP
\fBParameters:\fP
.RS 4
\fIstyle\fP The bitwise OR between a shape and a shadow\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBframeStyle()\fP, QFrame::setFrameStyle(), \fBsetFrameShadow()\fP, \fBsetFrameShape()\fP
.RE
.PP
.SS "void QwtPlotGLCanvas::setLineWidth (intwidth)"
Set the frame line width
.PP
The default line width is 2 pixels\&.
.PP
\fBParameters:\fP
.RS 4
\fIwidth\fP Line width of the frame
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBlineWidth()\fP, \fBsetMidLineWidth()\fP
.RE
.PP
.SS "void QwtPlotGLCanvas::setMidLineWidth (intwidth)"
Set the frame mid line width
.PP
The default midline width is 0 pixels\&.
.PP
\fBParameters:\fP
.RS 4
\fIwidth\fP Midline width of the frame
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBmidLineWidth()\fP, \fBsetLineWidth()\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|