|
MyGUI
3.2.0
|
#include <MyGUI_TPoint.h>
Inheritance diagram for MyGUI::types::TPoint< T >:Public Member Functions | |
| TPoint () | |
| TPoint (T const &_left, T const &_top) | |
| TPoint (TPoint const &_obj) | |
| TPoint & | operator-= (TPoint const &_obj) |
| TPoint & | operator+= (TPoint const &_obj) |
| TPoint | operator- (TPoint const &_obj) const |
| TPoint | operator+ (TPoint const &_obj) const |
| TPoint & | operator= (TPoint const &_obj) |
| 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 (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 33 of file MyGUI_TPoint.h.
|
inline |
Definition at line 38 of file MyGUI_TPoint.h.
|
inline |
Definition at line 44 of file MyGUI_TPoint.h.
|
inline |
Definition at line 50 of file MyGUI_TPoint.h.
|
inline |
Definition at line 105 of file MyGUI_TPoint.h.
|
inline |
Definition at line 123 of file MyGUI_TPoint.h.
|
inline |
Definition at line 100 of file MyGUI_TPoint.h.
|
inline |
Definition at line 75 of file MyGUI_TPoint.h.
|
inline |
Definition at line 63 of file MyGUI_TPoint.h.
|
inline |
Definition at line 70 of file MyGUI_TPoint.h.
|
inline |
Definition at line 56 of file MyGUI_TPoint.h.
|
inline |
Definition at line 80 of file MyGUI_TPoint.h.
|
inline |
Definition at line 88 of file MyGUI_TPoint.h.
|
inline |
Definition at line 95 of file MyGUI_TPoint.h.
|
inlinestatic |
Definition at line 135 of file MyGUI_TPoint.h.
|
inline |
Definition at line 128 of file MyGUI_TPoint.h.
|
inline |
Definition at line 110 of file MyGUI_TPoint.h.
|
inline |
Definition at line 116 of file MyGUI_TPoint.h.
|
friend |
Definition at line 157 of file MyGUI_TPoint.h.
|
friend |
Definition at line 163 of file MyGUI_TPoint.h.
| T MyGUI::types::TPoint< T >::left |
Definition at line 35 of file MyGUI_TPoint.h.
| T MyGUI::types::TPoint< T >::top |
Definition at line 36 of file MyGUI_TPoint.h.
1.8.5