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

« back to all changes in this revision

Viewing changes to qwt-5.1.2/doc/man/man3/QwtRect.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-12 23:25:58 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090412232558-3bl06x785yr8xm8u
Tags: 5.1.2-1
* New upstream release.
* Bump compat/debhelper to 7.
* Bump Standards-Version to 3.8.1. No changes needed.
* Invert Maintainers and Uploaders field.
* Fix lintian warnings:
  - dh_clean _k deprecated.
  - missing dependency on libc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtRect" 3 "22 Mar 2009" "Version 5.1.2" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtRect \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
.SH "Detailed Description"
 
10
.PP 
 
11
Some extensions for QRect 
 
12
.PP
 
13
\fBDeprecated\fP
 
14
.RS 4
 
15
Use \fBQwtClipper\fP instead. 
 
16
.RE
 
17
.PP
 
18
 
 
19
.PP
 
20
Definition at line 22 of file qwt_rect.h.
 
21
.SS "Public Member Functions"
 
22
 
 
23
.in +1c
 
24
.ti -1c
 
25
.RI "\fBQwtRect\fP ()"
 
26
.br
 
27
.ti -1c
 
28
.RI "\fBQwtRect\fP (const QRect &r)"
 
29
.br
 
30
.ti -1c
 
31
.RI "QwtPolygon \fBclip\fP (const QwtPolygon &) const"
 
32
.br
 
33
.in -1c
 
34
.SH "Constructor & Destructor Documentation"
 
35
.PP 
 
36
.SS "QwtRect::QwtRect ()"
 
37
.PP
 
38
Constructor. 
 
39
.PP
 
40
Definition at line 14 of file qwt_rect.cpp.
 
41
.SS "QwtRect::QwtRect (const QRect & r)"
 
42
.PP
 
43
Copy constructor. 
 
44
.PP
 
45
Definition at line 20 of file qwt_rect.cpp.
 
46
.SH "Member Function Documentation"
 
47
.PP 
 
48
.SS "QwtPolygon QwtRect::clip (const QwtPolygon &) const"
 
49
.PP
 
50
Sutherland-Hodgman polygon clipping. 
 
51
.PP
 
52
Definition at line 26 of file qwt_rect.cpp.
 
53
.PP
 
54
References QwtClipper::clipPolygon().
 
55
 
 
56
.SH "Author"
 
57
.PP 
 
58
Generated automatically by Doxygen for Qwt User's Guide from the source code.