~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt-5.1.0/doc/man/man3/QwtCompassRose.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtCompassRose" 3 "1 May 2008" "Version 5.1.0" "Qwt User's Guide" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
QwtCompassRose \- 
6
 
.SH SYNOPSIS
7
 
.br
8
 
.PP
9
 
Inherited by \fBQwtSimpleCompassRose\fP.
10
 
.PP
11
 
.SH "Detailed Description"
12
 
.PP 
13
 
Abstract base class for a compass rose. 
14
 
.PP
15
 
Definition at line 21 of file qwt_compass_rose.h.
16
 
.SS "Public Member Functions"
17
 
 
18
 
.in +1c
19
 
.ti -1c
20
 
.RI "virtual \fB~QwtCompassRose\fP ()"
21
 
.br
22
 
.ti -1c
23
 
.RI "virtual void \fBsetPalette\fP (const QPalette &p)"
24
 
.br
25
 
.ti -1c
26
 
.RI "const QPalette & \fBpalette\fP () const"
27
 
.br
28
 
.ti -1c
29
 
.RI "virtual void \fBdraw\fP (QPainter *painter, const QPoint &center, int radius, double north, QPalette::ColorGroup colorGroup=QPalette::Active) const=0"
30
 
.br
31
 
.in -1c
32
 
.SH "Member Function Documentation"
33
 
.PP 
34
 
.SS "virtual void QwtCompassRose::draw (QPainter * painter, const QPoint & center, int radius, double north, QPalette::ColorGroup colorGroup = \fCQPalette::Active\fP) const\fC [pure virtual]\fP"
35
 
.PP
36
 
Draw the rose
37
 
.PP
38
 
\fBParameters:\fP
39
 
.RS 4
40
 
\fIpainter\fP Painter 
41
 
.br
42
 
\fIcenter\fP Center point 
43
 
.br
44
 
\fIradius\fP Radius of the rose 
45
 
.br
46
 
\fInorth\fP Position 
47
 
.br
48
 
\fIcolorGroup\fP Color group 
49
 
.RE
50
 
.PP
51
 
 
52
 
.PP
53
 
Implemented in \fBQwtSimpleCompassRose\fP.
54
 
 
55
 
.SH "Author"
56
 
.PP 
57
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.