MyGUI 3.4.3
|
#include <MyGUI_TPoint.h>
Public Member Functions | |
TPoint ()=default | |
TPoint (T const &_left, T const &_top) | |
TPoint & | operator-= (TPoint const &_obj) |
TPoint & | operator+= (TPoint const &_obj) |
TPoint | operator- (TPoint const &_obj) const |
TPoint | operator+ (TPoint const &_obj) const |
template<typename U > | |
TPoint & | operator= (TPoint< U > const &_obj) |
bool | operator== (TPoint const &_obj) const |
bool | operator!= (TPoint const &_obj) const |
void | clear () |
void | set (T const &_left, T const &_top) |
void | swap (TPoint &_value) |
bool | empty () const |
std::string | print () const |
Static Public Member Functions | |
static TPoint< T > | parse (std::string_view _value) |
Data Fields | |
T | left {} |
T | top {} |
Friends | |
std::ostream & | operator<< (std::ostream &_stream, const TPoint< T > &_value) |
std::istream & | operator>> (std::istream &_stream, TPoint< T > &_value) |
Definition at line 17 of file MyGUI_TPoint.h.
|
default |
|
inline |
Definition at line 24 of file MyGUI_TPoint.h.
|
inline |
Definition at line 72 of file MyGUI_TPoint.h.
|
inline |
Definition at line 90 of file MyGUI_TPoint.h.
|
inline |
Definition at line 67 of file MyGUI_TPoint.h.
|
inline |
Definition at line 49 of file MyGUI_TPoint.h.
|
inline |
Definition at line 37 of file MyGUI_TPoint.h.
|
inline |
Definition at line 44 of file MyGUI_TPoint.h.
|
inline |
Definition at line 30 of file MyGUI_TPoint.h.
|
inline |
Definition at line 55 of file MyGUI_TPoint.h.
|
inline |
Definition at line 62 of file MyGUI_TPoint.h.
|
inlinestatic |
Definition at line 102 of file MyGUI_TPoint.h.
|
inline |
Definition at line 95 of file MyGUI_TPoint.h.
|
inline |
Definition at line 77 of file MyGUI_TPoint.h.
|
inline |
Definition at line 83 of file MyGUI_TPoint.h.
|
friend |
Definition at line 107 of file MyGUI_TPoint.h.
|
friend |
Definition at line 113 of file MyGUI_TPoint.h.
T MyGUI::types::TPoint< T >::left {} |
Definition at line 19 of file MyGUI_TPoint.h.
T MyGUI::types::TPoint< T >::top {} |
Definition at line 20 of file MyGUI_TPoint.h.