Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_tools_qpoint.cpp File Reference

(c7a7783668f5ad92b30daf18ff52184a2aa5b4ca)

#include <QPoint>
#include <QMouseEvent>
#include <iostream>
Include dependency graph for src_corelib_tools_qpoint.cpp:

Go to the source code of this file.

Classes

class  MyWidget
 [24] More...

Functions

int x ()
int y ()
void examples ()

Variables

QPoint oldPosition
 [7]

Function Documentation

◆ examples()

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.

◆ x()

int x ( )

Definition at line 8 of file src_corelib_tools_qpoint.cpp.

◆ y()

int y ( )

Definition at line 10 of file src_corelib_tools_qpoint.cpp.

Variable Documentation

◆ oldPosition

QPoint oldPosition

[7]

Definition at line 153 of file src_corelib_tools_qpoint.cpp.