|
MyGUI
3.2.0
|
#include <MyGUI_FontData.h>
Public Member Functions | |
| PairCodeCoord () | |
| PairCodeCoord (Char _code, const IntCoord &_coord) | |
| bool | operator< (const PairCodeCoord &_value) const |
Data Fields | |
| Char | code |
| IntCoord | coord |
Definition at line 153 of file MyGUI_FontData.h.
| MyGUI::PairCodeCoord::PairCodeCoord | ( | ) | [inline] |
Definition at line 156 of file MyGUI_FontData.h.
| MyGUI::PairCodeCoord::PairCodeCoord | ( | Char | _code, |
| const IntCoord & | _coord | ||
| ) | [inline] |
Definition at line 161 of file MyGUI_FontData.h.
| bool MyGUI::PairCodeCoord::operator< | ( | const PairCodeCoord & | _value | ) | const [inline] |
Definition at line 167 of file MyGUI_FontData.h.
Definition at line 173 of file MyGUI_FontData.h.
Definition at line 174 of file MyGUI_FontData.h.
1.7.6.1