|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|


Public Member Functions | |
| GSize (const ::GSize &size) | |
| GSize (int16_t w, int16_t h) | |
| operator const ::GSize * () const | |
| operator::GSize * () | |
| bool | operator== (const ::GSize &size) const |
| bool | operator!= (const ::GSize &size) const |
Additional Inherited Members | |
Public Attributes inherited from GSize | |
| int16_t | w |
| The width. | |
| int16_t | h |
| The height. | |