![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_coordinates.h>
Public Member Functions | |
constexpr | CFX_PTemplate ()=default |
constexpr | CFX_PTemplate (BaseType new_x, BaseType new_y) |
CFX_PTemplate (const CFX_PTemplate &other)=default | |
CFX_PTemplate & | operator= (const CFX_PTemplate &other)=default |
bool | operator== (const CFX_PTemplate &other) const |
bool | operator!= (const CFX_PTemplate &other) const |
CFX_PTemplate & | operator+= (const CFX_PTemplate< BaseType > &obj) |
CFX_PTemplate & | operator-= (const CFX_PTemplate< BaseType > &obj) |
CFX_PTemplate | operator+ (const CFX_PTemplate &other) const |
CFX_PTemplate | operator- (const CFX_PTemplate &other) const |
Public Attributes | |
BaseType | x = 0 |
BaseType | y = 0 |
Definition at line 15 of file fx_coordinates.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 18 of file fx_coordinates.h.
|
default |
|
inline |
Definition at line 26 of file fx_coordinates.h.
|
inline |
Definition at line 39 of file fx_coordinates.h.
|
inline |
Definition at line 29 of file fx_coordinates.h.
|
inline |
Definition at line 42 of file fx_coordinates.h.
|
inline |
Definition at line 34 of file fx_coordinates.h.
|
default |
|
inline |
Definition at line 23 of file fx_coordinates.h.
BaseType CFX_PTemplate< BaseType >::x = 0 |
Definition at line 46 of file fx_coordinates.h.
Referenced by CFX_PTemplate< int16_t >::CFX_PTemplate(), CFX_PTemplate< int16_t >::operator+(), CFX_PTemplate< int16_t >::operator+=(), CFX_PTemplate< int16_t >::operator-(), CFX_PTemplate< int16_t >::operator-=(), and CFX_PTemplate< int16_t >::operator==().
BaseType CFX_PTemplate< BaseType >::y = 0 |
Definition at line 47 of file fx_coordinates.h.
Referenced by CFX_PTemplate< int16_t >::CFX_PTemplate(), CFX_PTemplate< int16_t >::operator+(), CFX_PTemplate< int16_t >::operator+=(), CFX_PTemplate< int16_t >::operator-(), CFX_PTemplate< int16_t >::operator-=(), and CFX_PTemplate< int16_t >::operator==().