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

« back to all changes in this revision

Viewing changes to doc/man/man3/QwtColumnRect.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2011-06-10 11:22:47 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110610112247-0i1019vvmzaq6p86
Tags: 6.0.0-1
* New upstream release (Closes: #624107):
  - drop Qt3 support. (Closes: #604379, #626868)
* Register documentation with doc-base. (Closes: #626567)
* Drop patches:
  - 01_makefiles.diff
  - 02_add_missing_warnings.diff
  - 03_qwt_branch_pull_r544.diff
* Add qwt_install_paths.patch to fix the hardcoded installation paths.
* Update debian/control:
  - drop libqt3-mt-dev build dependency.
  - bump Standards-Version to 3.9.2 (no changes).
  - drop Qt3 related packages.
  - due to bump soname (and as we dropper Qt3 support):
    - libqwt5-qt4-dev -> libqwt-dev
    - libqwt5-qt4 -> libqwt6
    - libqwt5-doc -> libqwt-doc
* Update debian/copyright file.
* Update debian/rules: drop Qt3 packages support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtColumnRect" 3 "Fri Apr 15 2011" "Version 6.0.0" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtColumnRect \- 
 
6
.PP
 
7
Directed rectangle representing bounding rectangle und orientation of a column.  
 
8
 
 
9
.SH SYNOPSIS
 
10
.br
 
11
.PP
 
12
.PP
 
13
\fC#include <qwt_column_symbol.h>\fP
 
14
.SS "Public Types"
 
15
 
 
16
.in +1c
 
17
.ti -1c
 
18
.RI "enum \fBDirection\fP { \fBLeftToRight\fP, \fBRightToLeft\fP, \fBBottomToTop\fP, \fBTopToBottom\fP }"
 
19
.br
 
20
.in -1c
 
21
.SS "Public Member Functions"
 
22
 
 
23
.in +1c
 
24
.ti -1c
 
25
.RI "\fBQwtColumnRect\fP ()"
 
26
.br
 
27
.ti -1c
 
28
.RI "QRectF \fBtoRect\fP () const "
 
29
.br
 
30
.ti -1c
 
31
.RI "Qt::Orientation \fBorientation\fP () const "
 
32
.br
 
33
.in -1c
 
34
.SS "Public Attributes"
 
35
 
 
36
.in +1c
 
37
.ti -1c
 
38
.RI "\fBQwtInterval\fP \fBhInterval\fP"
 
39
.br
 
40
.ti -1c
 
41
.RI "\fBQwtInterval\fP \fBvInterval\fP"
 
42
.br
 
43
.ti -1c
 
44
.RI "\fBDirection\fP \fBdirection\fP"
 
45
.br
 
46
.in -1c
 
47
.SH "Detailed Description"
 
48
.PP 
 
49
Directed rectangle representing bounding rectangle und orientation of a column. 
 
50
.SH "Member Enumeration Documentation"
 
51
.PP 
 
52
.SS "enum \fBQwtColumnRect::Direction\fP"
 
53
.PP
 
54
Direction of the column. 
 
55
.PP
 
56
\fBEnumerator: \fP
 
57
.in +1c
 
58
.TP
 
59
\fB\fILeftToRight \fP\fP
 
60
From left to right. 
 
61
.TP
 
62
\fB\fIRightToLeft \fP\fP
 
63
From right to left. 
 
64
.TP
 
65
\fB\fIBottomToTop \fP\fP
 
66
From bottom to top. 
 
67
.TP
 
68
\fB\fITopToBottom \fP\fP
 
69
From top to bottom. 
 
70
.SH "Constructor & Destructor Documentation"
 
71
.PP 
 
72
.SS "QwtColumnRect::QwtColumnRect ()\fC [inline]\fP"
 
73
.PP
 
74
Build an rectangle with invalid intervals directed BottomToTop. 
 
75
.SH "Member Function Documentation"
 
76
.PP 
 
77
.SS "Qt::Orientation QwtColumnRect::orientation () const\fC [inline]\fP"\fBReturns:\fP
 
78
.RS 4
 
79
Orientation 
 
80
.RE
 
81
.PP
 
82
 
 
83
.SS "QRectF QwtColumnRect::toRect () const\fC [inline]\fP"\fBReturns:\fP
 
84
.RS 4
 
85
A normalized QRect built from the intervals 
 
86
.RE
 
87
.PP
 
88
 
 
89
.SH "Member Data Documentation"
 
90
.PP 
 
91
.SS "\fBDirection\fP \fBQwtColumnRect::direction\fP"
 
92
.PP
 
93
Direction. 
 
94
.SS "\fBQwtInterval\fP \fBQwtColumnRect::hInterval\fP"
 
95
.PP
 
96
Interval for the horizontal coordinates. 
 
97
.SS "\fBQwtInterval\fP \fBQwtColumnRect::vInterval\fP"
 
98
.PP
 
99
Interval for the vertical coordinates. 
 
100
 
 
101
.SH "Author"
 
102
.PP 
 
103
Generated automatically by Doxygen for Qwt User's Guide from the source code.