MyGUI
3.2.1
|
#include <MyGUI_TSize.h>
Public Member Functions | |
TSize () | |
TSize (T const &_width, T const &_height) | |
TSize (TSize const &_obj) | |
TSize & | operator-= (TSize const &_obj) |
TSize & | operator+= (TSize const &_obj) |
TSize | operator- (TSize const &_obj) const |
TSize | operator+ (TSize const &_obj) const |
TSize & | operator= (TSize const &_obj) |
template<typename U > | |
TSize & | operator= (TSize< U > const &_obj) |
bool | operator== (TSize const &_obj) const |
bool | operator!= (TSize const &_obj) const |
void | clear () |
void | set (T const &_width, T const &_height) |
void | swap (TSize &_value) |
bool | empty () const |
std::string | print () const |
Static Public Member Functions | |
static TSize< T > | parse (const std::string &_value) |
Data Fields | |
T | width |
T | height |
Friends | |
std::ostream & | operator<< (std::ostream &_stream, const TSize< T > &_value) |
std::istream & | operator>> (std::istream &_stream, TSize< T > &_value) |
Definition at line 18 of file MyGUI_TSize.h.
|
inline |
Definition at line 23 of file MyGUI_TSize.h.
|
inline |
Definition at line 29 of file MyGUI_TSize.h.
|
inline |
Definition at line 35 of file MyGUI_TSize.h.
|
inline |
Definition at line 90 of file MyGUI_TSize.h.
|
inline |
Definition at line 108 of file MyGUI_TSize.h.
|
inline |
Definition at line 85 of file MyGUI_TSize.h.
|
inline |
Definition at line 60 of file MyGUI_TSize.h.
|
inline |
Definition at line 48 of file MyGUI_TSize.h.
|
inline |
Definition at line 55 of file MyGUI_TSize.h.
|
inline |
Definition at line 41 of file MyGUI_TSize.h.
|
inline |
Definition at line 65 of file MyGUI_TSize.h.
|
inline |
Definition at line 73 of file MyGUI_TSize.h.
|
inline |
Definition at line 80 of file MyGUI_TSize.h.
|
inlinestatic |
Definition at line 120 of file MyGUI_TSize.h.
|
inline |
Definition at line 113 of file MyGUI_TSize.h.
|
inline |
Definition at line 95 of file MyGUI_TSize.h.
|
inline |
Definition at line 101 of file MyGUI_TSize.h.
|
friend |
Definition at line 142 of file MyGUI_TSize.h.
|
friend |
Definition at line 148 of file MyGUI_TSize.h.
T MyGUI::types::TSize< T >::height |
Definition at line 21 of file MyGUI_TSize.h.
T MyGUI::types::TSize< T >::width |
Definition at line 20 of file MyGUI_TSize.h.