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
Point2D Class Reference

[38] More...

Collaboration diagram for Point2D:

Public Member Functions

 Point2D ()
 Point2D (const Point2D &other)
 ~Point2D ()
Point2Doperator= (const Point2D &other)
int x () const
int y () const
 Point2D ()
 Point2D (const Point2D &other)
 ~Point2D ()
Point2Doperator= (const Point2D &other)
int x () const
int y () const

Detailed Description

[38]

[39]

Definition at line 430 of file src_corelib_global_qglobal.cpp.

Constructor & Destructor Documentation

◆ Point2D() [1/4]

Point2D::Point2D ( )
inline

Definition at line 433 of file src_corelib_global_qglobal.cpp.

◆ Point2D() [2/4]

Point2D::Point2D ( const Point2D & other)
inline

Definition at line 434 of file src_corelib_global_qglobal.cpp.

◆ ~Point2D() [1/2]

Point2D::~Point2D ( )
inline

Definition at line 435 of file src_corelib_global_qglobal.cpp.

◆ Point2D() [3/4]

Point2D::Point2D ( )
inline

Definition at line 433 of file src_corelib_global_qglobal.cpp.

◆ Point2D() [4/4]

Point2D::Point2D ( const Point2D & other)
inline

Definition at line 434 of file src_corelib_global_qglobal.cpp.

◆ ~Point2D() [2/2]

Point2D::~Point2D ( )
inline

Definition at line 435 of file src_corelib_global_qglobal.cpp.

Member Function Documentation

◆ operator=() [1/2]

Point2D & Point2D::operator= ( const Point2D & other)
inline

Definition at line 437 of file src_corelib_global_qglobal.cpp.

◆ operator=() [2/2]

Point2D & Point2D::operator= ( const Point2D & other)
inline

Definition at line 437 of file src_corelib_global_qglobal.cpp.

◆ x() [1/2]

int Point2D::x ( ) const
inline

Definition at line 439 of file src_corelib_global_qglobal.cpp.

◆ x() [2/2]

int Point2D::x ( ) const
inline

Definition at line 439 of file src_corelib_global_qglobal.cpp.

◆ y() [1/2]

int Point2D::y ( ) const
inline

Definition at line 440 of file src_corelib_global_qglobal.cpp.

◆ y() [2/2]

int Point2D::y ( ) const
inline

Definition at line 440 of file src_corelib_global_qglobal.cpp.


The documentation for this class was generated from the following file: