MyGUI
3.0.1
|
#include <MyGUI_TPoint.h>
Public Member Functions | |
TPoint () | |
TPoint (T const &_left, T const &_top) | |
TPoint (TPoint const &o) | |
TPoint & | operator-= (TPoint const &o) |
TPoint & | operator+= (TPoint const &o) |
TPoint | operator- (TPoint const &o) const |
TPoint | operator+ (TPoint const &o) const |
TPoint & | operator= (TPoint const &o) |
template<typename U > | |
TPoint & | operator= (TPoint< U > const &o) |
bool | operator== (TPoint const &o) const |
bool | operator!= (TPoint const &o) 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 (const std::string &_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 32 of file MyGUI_TPoint.h.
|
inline |
Definition at line 36 of file MyGUI_TPoint.h.
|
inline |
Definition at line 37 of file MyGUI_TPoint.h.
|
inline |
Definition at line 38 of file MyGUI_TPoint.h.
|
inline |
Definition at line 89 of file MyGUI_TPoint.h.
|
inline |
Definition at line 107 of file MyGUI_TPoint.h.
|
inline |
Definition at line 84 of file MyGUI_TPoint.h.
|
inline |
Definition at line 59 of file MyGUI_TPoint.h.
|
inline |
Definition at line 47 of file MyGUI_TPoint.h.
|
inline |
Definition at line 54 of file MyGUI_TPoint.h.
|
inline |
Definition at line 40 of file MyGUI_TPoint.h.
|
inline |
Definition at line 64 of file MyGUI_TPoint.h.
|
inline |
Definition at line 72 of file MyGUI_TPoint.h.
|
inline |
Definition at line 79 of file MyGUI_TPoint.h.
|
inlinestatic |
Definition at line 119 of file MyGUI_TPoint.h.
|
inline |
Definition at line 112 of file MyGUI_TPoint.h.
|
inline |
Definition at line 94 of file MyGUI_TPoint.h.
|
inline |
Definition at line 100 of file MyGUI_TPoint.h.
|
friend |
Definition at line 137 of file MyGUI_TPoint.h.
|
friend |
Definition at line 143 of file MyGUI_TPoint.h.
T MyGUI::types::TPoint< T >::left |
Definition at line 34 of file MyGUI_TPoint.h.
T MyGUI::types::TPoint< T >::top |
Definition at line 34 of file MyGUI_TPoint.h.