![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QPoint>
#include <QMouseEvent>
#include <iostream>
Go to the source code of this file.
Classes | |
class | MyWidget |
[24] More... |
Functions | |
int | x () |
int | y () |
void | examples () |
Variables | |
QPoint | oldPosition |
[7] |
void examples | ( | ) |
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
[16]
[16]
[6]
[6]
[8]
[8]
[9]
[9]
[10]
[10]
[11]
[11]
[12]
[12]
[13]
[13]
[14]
[14]
[15]
[15]
[17]
[17]
Definition at line 12 of file src_corelib_tools_qpoint.cpp.
int x | ( | ) |
Definition at line 8 of file src_corelib_tools_qpoint.cpp.
int y | ( | ) |
Definition at line 10 of file src_corelib_tools_qpoint.cpp.
QPoint oldPosition |
[7]
Definition at line 153 of file src_corelib_tools_qpoint.cpp.