|
MoSync 3.2.1
|
Key to cache element for skins. More...
#include <MAUI/WidgetSkin.h>
Public Member Functions | |
| CacheKey () | |
| CacheKey (WidgetSkin *s, int width, int height, eType atype) | |
| bool | operator== (const CacheKey &c) const |
| bool | operator< (const CacheKey &c) const |
Public Attributes | |
| WidgetSkin * | skin |
| int | w |
| int | h |
| eType | type |
Key to cache element for skins.
| MAUI::WidgetSkin::CacheKey::CacheKey | ( | ) | [inline] |
| MAUI::WidgetSkin::CacheKey::CacheKey | ( | WidgetSkin * | s, |
| int | width, | ||
| int | height, | ||
| eType | atype | ||
| ) | [inline] |
| bool MAUI::WidgetSkin::CacheKey::operator== | ( | const CacheKey & | c | ) | const [inline] |
| bool MAUI::WidgetSkin::CacheKey::operator< | ( | const CacheKey & | c | ) | const [inline] |
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().