MyGUI 3.4.3
|
#include <MyGUI_TSize.h>
Public Member Functions | |
TSize ()=default | |
TSize (T const &_width, T const &_height) | |
TSize & | operator-= (TSize const &_obj) |
TSize & | operator+= (TSize const &_obj) |
TSize | operator- (TSize const &_obj) const |
TSize | operator+ (TSize const &_obj) const |
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 (std::string_view _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 17 of file MyGUI_TSize.h.
|
default |
|
inline |
Definition at line 24 of file MyGUI_TSize.h.
|
inline |
Definition at line 72 of file MyGUI_TSize.h.
|
inline |
Definition at line 90 of file MyGUI_TSize.h.
|
inline |
Definition at line 67 of file MyGUI_TSize.h.
|
inline |
Definition at line 49 of file MyGUI_TSize.h.
|
inline |
Definition at line 37 of file MyGUI_TSize.h.
|
inline |
Definition at line 44 of file MyGUI_TSize.h.
|
inline |
Definition at line 30 of file MyGUI_TSize.h.
|
inline |
Definition at line 55 of file MyGUI_TSize.h.
|
inline |
Definition at line 62 of file MyGUI_TSize.h.
|
inlinestatic |
Definition at line 102 of file MyGUI_TSize.h.
|
inline |
Definition at line 95 of file MyGUI_TSize.h.
|
inline |
Definition at line 77 of file MyGUI_TSize.h.
|
inline |
Definition at line 83 of file MyGUI_TSize.h.
|
friend |
Definition at line 107 of file MyGUI_TSize.h.
|
friend |
Definition at line 113 of file MyGUI_TSize.h.
T MyGUI::types::TSize< T >::height {} |
Definition at line 20 of file MyGUI_TSize.h.
T MyGUI::types::TSize< T >::width {} |
Definition at line 19 of file MyGUI_TSize.h.