![]() |
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_STemplate ()=default |
constexpr | CFX_STemplate (BaseType new_width, BaseType new_height) |
CFX_STemplate (const CFX_STemplate &other)=default | |
CFX_STemplate & | operator= (const CFX_STemplate &other)=default |
template<typename OtherType> | |
CFX_STemplate< OtherType > | As () const |
void | clear () |
bool | operator== (const CFX_STemplate &other) const |
bool | operator!= (const CFX_STemplate &other) const |
CFX_STemplate & | operator+= (const CFX_STemplate< BaseType > &obj) |
CFX_STemplate & | operator-= (const CFX_STemplate< BaseType > &obj) |
CFX_STemplate & | operator*= (BaseType factor) |
CFX_STemplate & | operator/= (BaseType divisor) |
CFX_STemplate | operator+ (const CFX_STemplate &other) const |
CFX_STemplate | operator- (const CFX_STemplate &other) const |
CFX_STemplate | operator* (BaseType factor) const |
CFX_STemplate | operator/ (BaseType divisor) const |
Public Attributes | |
BaseType | width = 0 |
BaseType | height = 0 |
Definition at line 54 of file fx_coordinates.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 57 of file fx_coordinates.h.
|
default |
|
inline |
Definition at line 63 of file fx_coordinates.h.
|
inline |
Definition at line 68 of file fx_coordinates.h.
|
inline |
Definition at line 75 of file fx_coordinates.h.
|
inline |
Definition at line 104 of file fx_coordinates.h.
|
inline |
Definition at line 88 of file fx_coordinates.h.
|
inline |
Definition at line 98 of file fx_coordinates.h.
|
inline |
Definition at line 78 of file fx_coordinates.h.
|
inline |
Definition at line 101 of file fx_coordinates.h.
|
inline |
Definition at line 83 of file fx_coordinates.h.
|
inline |
Definition at line 107 of file fx_coordinates.h.
|
inline |
Definition at line 93 of file fx_coordinates.h.
|
default |
|
inline |
Definition at line 72 of file fx_coordinates.h.
BaseType CFX_STemplate< BaseType >::height = 0 |
Definition at line 112 of file fx_coordinates.h.
Referenced by CFX_STemplate< int32_t >::CFX_STemplate(), CFX_STemplate< int32_t >::As(), CFX_STemplate< int32_t >::clear(), CFX_STemplate< int32_t >::operator*(), CFX_STemplate< int32_t >::operator*=(), CFX_STemplate< int32_t >::operator+(), CFX_STemplate< int32_t >::operator+=(), CFX_STemplate< int32_t >::operator-(), CFX_STemplate< int32_t >::operator-=(), CFX_STemplate< int32_t >::operator/(), CFX_STemplate< int32_t >::operator/=(), and CFX_STemplate< int32_t >::operator==().
BaseType CFX_STemplate< BaseType >::width = 0 |
Definition at line 111 of file fx_coordinates.h.
Referenced by CFX_STemplate< int32_t >::CFX_STemplate(), CFX_STemplate< int32_t >::As(), CFX_STemplate< int32_t >::clear(), CFX_STemplate< int32_t >::operator*(), CFX_STemplate< int32_t >::operator*=(), CFX_STemplate< int32_t >::operator+(), CFX_STemplate< int32_t >::operator+=(), CFX_STemplate< int32_t >::operator-(), CFX_STemplate< int32_t >::operator-=(), CFX_STemplate< int32_t >::operator/(), CFX_STemplate< int32_t >::operator/=(), and CFX_STemplate< int32_t >::operator==().