⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qwtdoublesize.3

📁 This a framework to test new ideas in transmission technology. Actual development is a LDPC-coder in
💻 3
字号:
.TH "QwtDoubleSize" 3 "4 Nov 2003" "Qwt User's Guide" \" -*- nroff -*-.ad l.nh.SH NAMEQwtDoubleSize \- .SH SYNOPSIS.br.PP.SH "Detailed Description".PP The QwtDoubleSize class defines a size in double coordinates .SS "Public Member Functions".in +1c.ti -1c.RI "\fBQwtDoubleSize\fP ()".br.ti -1c.RI "\fBQwtDoubleSize\fP (double width, double height)".br.ti -1c.RI "\fBQwtDoubleSize\fP (const  QSize &)".br.ti -1c.RI "bool \fBisNull\fP () const ".br.ti -1c.RI "bool \fBisEmpty\fP () const ".br.ti -1c.RI "bool \fBisValid\fP () const ".br.ti -1c.RI "double \fBwidth\fP () const ".br.ti -1c.RI "double \fBheight\fP () const ".br.ti -1c.RI "void \fBsetWidth\fP (double w)".br.ti -1c.RI "void \fBsetHeight\fP (double h)".br.ti -1c.RI "void \fBtranspose\fP ()".br.ti -1c.RI "\fBQwtDoubleSize\fP \fBexpandedTo\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "\fBQwtDoubleSize\fP \fBboundedTo\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "double & \fBrwidth\fP ()".br.ti -1c.RI "double & \fBrheight\fP ()".br.ti -1c.RI "bool \fBoperator==\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "bool \fBoperator!=\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "const  \fBQwtDoubleSize\fP \fBoperator-\fP () const ".br.ti -1c.RI "const  \fBQwtDoubleSize\fP \fBoperator+\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "const  \fBQwtDoubleSize\fP \fBoperator-\fP (const  \fBQwtDoubleSize\fP &) const ".br.ti -1c.RI "const  \fBQwtDoubleSize\fP \fBoperator *\fP (double) const ".br.ti -1c.RI "const  \fBQwtDoubleSize\fP \fBoperator/\fP (double) const ".br.ti -1c.RI "\fBQwtDoubleSize\fP & \fBoperator+=\fP (const  \fBQwtDoubleSize\fP &)".br.ti -1c.RI "\fBQwtDoubleSize\fP & \fBoperator-=\fP (const  \fBQwtDoubleSize\fP &)".br.ti -1c.RI "\fBQwtDoubleSize\fP & \fBoperator *=\fP (double c)".br.ti -1c.RI "\fBQwtDoubleSize\fP & \fBoperator/=\fP (double c)".br.in -1c.SH "Constructor & Destructor Documentation".PP .SS "QwtDoubleSize::QwtDoubleSize ()".PPConstructs a size with a width and height of 0.0. .SS "QwtDoubleSize::QwtDoubleSize (double width, double height)".PPConstructs a size with a width w and height h. .SS "QwtDoubleSize::QwtDoubleSize (const QSize &)".PPCopy constructor. .SH "Member Function Documentation".PP .SS "\fBQwtDoubleSize\fP QwtDoubleSize::boundedTo (const \fBQwtDoubleSize\fP & other) const".PPReturns a size with the minimum width and height of this size and other. .SS "\fBQwtDoubleSize\fP QwtDoubleSize::expandedTo (const \fBQwtDoubleSize\fP & other) const".PPReturns a size with the maximum width and height of this size and other. .SS "double QwtDoubleSize::height () const".PPReturns the height. .SS "bool QwtDoubleSize::isEmpty () const".PPReturns TRUE if the width is <= 0 or the height is <= 0, otherwise FALSE. .SS "bool QwtDoubleSize::isNull () const".PPReturns TRUE if the width is 0 and the height is 0; otherwise returns FALSE. .SS "const  \fBQwtDoubleSize\fP QwtDoubleSize::operator * (double) const".PPReturns the size formed by multiplying both components by c. .SS "bool QwtDoubleSize::operator!= (const \fBQwtDoubleSize\fP &) const".PPReturns TRUE if the size is not equal to other; otherwise returns FALSE. .SS "const  \fBQwtDoubleSize\fP QwtDoubleSize::operator+ (const \fBQwtDoubleSize\fP & other) const".PPReturns the size formed by adding both components by the components of other. Each component is added separately. .SS "\fBQwtDoubleSize\fP & QwtDoubleSize::operator+= (const \fBQwtDoubleSize\fP &)".PPAdds size other to this size and returns a reference to this size. .SS "const  \fBQwtDoubleSize\fP QwtDoubleSize::operator- (const \fBQwtDoubleSize\fP & other) const".PPReturns the size formed by subtracting both components by the components of other. Each component is subtracted separately. .SS "const  \fBQwtDoubleSize\fP QwtDoubleSize::operator- () const".PPReturns the size formed by changing the sign of both components, equivalent to QwtDoubleSize(-width(), -height()); .SS "\fBQwtDoubleSize\fP & QwtDoubleSize::operator-= (const \fBQwtDoubleSize\fP &)".PPSubtracts size other from this size and returns a reference to this size. .SS "const  \fBQwtDoubleSize\fP QwtDoubleSize::operator/ (double) const".PPReturns the size formed by dividing both components by c. .SS "bool QwtDoubleSize::operator== (const \fBQwtDoubleSize\fP &) const".PPReturns TRUE if the size is equal to other; otherwise returns FALSE. .SS "double & QwtDoubleSize::rheight ()".PPReturns a reference to the height. .SS "double & QwtDoubleSize::rwidth ()".PPReturns a reference to the width. .SS "void QwtDoubleSize::setHeight (double h)".PPSets the height to height. .SS "void QwtDoubleSize::setWidth (double w)".PPSets the width to width. .SS "void QwtDoubleSize::transpose ()".PPSwaps the values of width and height. .SS "double QwtDoubleSize::width () const".PPReturns the width. .SH "Author".PP Generated automatically by Doxygen for Qwt User's Guide from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -