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
|
.TH "QwtColumnRect" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtColumnRect \-
.PP
Directed rectangle representing bounding rectangle and orientation of a column\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_column_symbol\&.h>\fP
.SS "Public Types"
.in +1c
.ti -1c
.RI "enum \fBDirection\fP { \fBLeftToRight\fP, \fBRightToLeft\fP, \fBBottomToTop\fP, \fBTopToBottom\fP }"
.br
.RI "\fIDirection of the column\&. \fP"
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtColumnRect\fP ()"
.br
.RI "\fIBuild an rectangle with invalid intervals directed BottomToTop\&. \fP"
.ti -1c
.RI "QRectF \fBtoRect\fP () const "
.br
.ti -1c
.RI "Qt::Orientation \fBorientation\fP () const "
.br
.in -1c
.SS "Public Attributes"
.in +1c
.ti -1c
.RI "\fBQwtInterval\fP \fBhInterval\fP"
.br
.RI "\fIInterval for the horizontal coordinates\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBvInterval\fP"
.br
.RI "\fIInterval for the vertical coordinates\&. \fP"
.ti -1c
.RI "\fBDirection\fP \fBdirection\fP"
.br
.RI "\fIDirection\&. \fP"
.in -1c
.SH "Detailed Description"
.PP
Directed rectangle representing bounding rectangle and orientation of a column\&.
.SH "Member Enumeration Documentation"
.PP
.SS "enum \fBQwtColumnRect::Direction\fP"
.PP
Direction of the column\&.
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fILeftToRight \fP\fP
From left to right\&.
.TP
\fB\fIRightToLeft \fP\fP
From right to left\&.
.TP
\fB\fIBottomToTop \fP\fP
From bottom to top\&.
.TP
\fB\fITopToBottom \fP\fP
From top to bottom\&.
.SH "Member Function Documentation"
.PP
.SS "Qt::Orientation QwtColumnRect::orientation () const\fC [inline]\fP"
.PP
\fBReturns:\fP
.RS 4
Orientation
.RE
.PP
.SS "QRectF QwtColumnRect::toRect () const\fC [inline]\fP"
.PP
\fBReturns:\fP
.RS 4
A normalized QRect built from the intervals
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|