![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
p | setX (p.x()+1) |
p | rx ()++ |
QPoint | p (1, 2) |
[0] | |
p | ry ()++ |
QPoint | p (3, 7) |
[2] | |
QPoint | p (-1, 4) |
[4] | |
QPoint | p (-3, 10) |
[16] | |
p | setX (p.x()+1.0) |
QPointF | p (1.1, 2.5) |
[9] | |
QPointF | p (3.1, 7.1) |
[11] | |
QPointF | q (-1.0, 4.1) |
QPointF | p (-1.1, 4.1) |
[13] | |
p *QPointF | p (-2.75, 10.25) |
[14] | |
Variables | |
QPoint | p = QPoint(1, 0) |
[0] | |
QPoint | q (-1, 4) |
int | dotProduct = QPoint::dotProduct(p, q) |
QPoint | oldPosition |
[6] | |
double | trueLength = std::sqrt(std::pow(x(), 2) + std::pow(y(), 2)) |
[7] | |
p rx | ( | ) |
p ry | ( | ) |
Definition at line 48 of file src_corelib_tools_qpoint.cpp.
QPoint oldPosition |
[0]
[15]
[8]
[16]
[1]
[2]
[3]
[4]
[5]
[6]
[9]
[10]
[11]
[12]
[13]
[14]
[17]
Definition at line 5 of file src_corelib_tools_qpoint.cpp.