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

📄 qwtdoublepoint.3

📁 软件无线电的平台
💻 3
字号:
.TH "QwtDoublePoint" 3 "4 Nov 2003" "Qwt User's Guide" \" -*- nroff -*-.ad l.nh.SH NAMEQwtDoublePoint \- .SH SYNOPSIS.br.PP.SH "Detailed Description".PP The QwtDoublePoint class defines a point in double coordinates .SS "Public Member Functions".in +1c.ti -1c.RI "\fBQwtDoublePoint\fP ()".br.ti -1c.RI "\fBQwtDoublePoint\fP (double x, double y)".br.ti -1c.RI "\fBQwtDoublePoint\fP (const  QPoint &)".br.ti -1c.RI "bool \fBisNull\fP () const ".br.ti -1c.RI "double \fBx\fP () const ".br.ti -1c.RI "double \fBy\fP () const ".br.ti -1c.RI "void \fBsetX\fP (double x)".br.ti -1c.RI "void \fBsetY\fP (double y)".br.ti -1c.RI "double & \fBrx\fP ()".br.ti -1c.RI "double & \fBry\fP ()".br.ti -1c.RI "bool \fBoperator==\fP (const  \fBQwtDoublePoint\fP &) const ".br.ti -1c.RI "bool \fBoperator!=\fP (const  \fBQwtDoublePoint\fP &) const ".br.ti -1c.RI "const  \fBQwtDoublePoint\fP \fBoperator-\fP () const ".br.ti -1c.RI "const  \fBQwtDoublePoint\fP \fBoperator+\fP (const  \fBQwtDoublePoint\fP &) const ".br.ti -1c.RI "const  \fBQwtDoublePoint\fP \fBoperator-\fP (const  \fBQwtDoublePoint\fP &) const ".br.ti -1c.RI "const  \fBQwtDoublePoint\fP \fBoperator *\fP (double) const ".br.ti -1c.RI "const  \fBQwtDoublePoint\fP \fBoperator/\fP (double) const ".br.ti -1c.RI "\fBQwtDoublePoint\fP & \fBoperator+=\fP (const  \fBQwtDoublePoint\fP &)".br.ti -1c.RI "\fBQwtDoublePoint\fP & \fBoperator-=\fP (const  \fBQwtDoublePoint\fP &)".br.ti -1c.RI "\fBQwtDoublePoint\fP & \fBoperator *=\fP (double)".br.ti -1c.RI "\fBQwtDoublePoint\fP & \fBoperator/=\fP (double)".br.in -1c.SH "Constructor & Destructor Documentation".PP .SS "QwtDoublePoint::QwtDoublePoint ()".PPConstructs a point with coordinates (0.0, 0.0) (\fBisNull()\fP returns TRUE). .SS "QwtDoublePoint::QwtDoublePoint (double x, double y)".PPConstructs a point with x value xpos and y value ypos. .SS "QwtDoublePoint::QwtDoublePoint (const QPoint &)".PPCopy constructor. .SH "Member Function Documentation".PP .SS "bool QwtDoublePoint::isNull () const".PPReturns TRUE if both the x value and the y value are 0; otherwise returns FALSE. .SS "const  \fBQwtDoublePoint\fP QwtDoublePoint::operator * (double) const".PPReturns the point formed by multiplying both components by c. .SS "\fBQwtDoublePoint\fP & QwtDoublePoint::operator *= (double)".PPMultiplies this point's x and y by c, and returns a reference to this point. .SS "bool QwtDoublePoint::operator!= (const \fBQwtDoublePoint\fP &) const".PPReturns TRUE if point and other are not equal; otherwise returns FALSE. .SS "const  \fBQwtDoublePoint\fP QwtDoublePoint::operator+ (const \fBQwtDoublePoint\fP & other) const".PPReturns the point formed by adding both components by the components of other. Each component is added separately. .SS "\fBQwtDoublePoint\fP & QwtDoublePoint::operator+= (const \fBQwtDoublePoint\fP &)".PPAdds point other to this point and returns a reference to this point. .SS "const  \fBQwtDoublePoint\fP QwtDoublePoint::operator- (const \fBQwtDoublePoint\fP & other) const".PPReturns the point formed by subtracting both components by the components of other. Each component is subtracted separately. .SS "const  \fBQwtDoublePoint\fP QwtDoublePoint::operator- () const".PPReturns the point formed by changing the sign of both components, equivalent to QDoublePoint(-x(), -y()); .SS "\fBQwtDoublePoint\fP & QwtDoublePoint::operator-= (const \fBQwtDoublePoint\fP &)".PPSubtracts point other from this point and returns a reference to this point. .SS "const  \fBQwtDoublePoint\fP QwtDoublePoint::operator/ (double) const".PPReturns the point formed by dividing both components by c. .SS "\fBQwtDoublePoint\fP & QwtDoublePoint::operator/= (double)".PPDivides both x and y by c, and returns a reference to this point. .SS "bool QwtDoublePoint::operator== (const \fBQwtDoublePoint\fP &) const".PPReturns TRUE if point and other are equal; otherwise returns FALSE. .SS "double & QwtDoublePoint::rx ()".PPReturns a reference to the x coordinate of the point. .SS "double & QwtDoublePoint::ry ()".PPReturns a reference to the y coordinate of the point. .SS "void QwtDoublePoint::setX (double x)".PPSets the x coordinate of the point to x. .SS "void QwtDoublePoint::setY (double y)".PPSets the y coordinate of the point to x. .SS "double QwtDoublePoint::x () const".PPReturns the x coordinate of the point. .SS "double QwtDoublePoint::y () const".PPReturns the y coordinate of the point. .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 + -