|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|
This is the complete list of members for Pebble::GOwnedBitmap, including all inherited members.
| CreateBlank(GSize size, GBitmapFormat format) | Pebble::GOwnedBitmap | inlinestatic |
| CreateBlank(GSize size, GBitmapFormat format, GColor *palette, bool free_on_destroy) | Pebble::GOwnedBitmap | inlinestatic |
| CreateFromPngData(const uint8_t *png_data, size_t png_data_size) | Pebble::GOwnedBitmap | inlinestatic |
| CreatePalettizedFrom1bit(const ::GBitmap *src_bitmap) | Pebble::GOwnedBitmap | inlinestatic |
| CreateSubBitmap(const ::GBitmap *base_bitmap, ::GRect sub_rect) | Pebble::GOwnedBitmap | inlinestatic |
| CreateWithData(const uint8_t *data) | Pebble::GOwnedBitmap | inlinestatic |
| CreateWithResource(uint32_t resource_id) | Pebble::GOwnedBitmap | inlinestatic |
| gbitmap_ (defined in Pebble::GBitmapBase) | Pebble::GBitmapBase | protected |
| GBitmapBase() | Pebble::GBitmapBase | inlineprotected |
| GBitmapBase(::GBitmap *gbitmap) | Pebble::GBitmapBase | inlineprotected |
| GetBounds() const | Pebble::GBitmapBase | inline |
| GetBytesPerRow() const | Pebble::GBitmapBase | inline |
| GetData() const | Pebble::GBitmapBase | inline |
| GetFormat() const | Pebble::GBitmapBase | inline |
| GetPalette() const | Pebble::GBitmapBase | inline |
| GOwnedBitmap() (defined in Pebble::GOwnedBitmap) | Pebble::GOwnedBitmap | inline |
| GOwnedBitmap(const GBitmap &)=delete | Pebble::GOwnedBitmap | |
| GOwnedBitmap(GOwnedBitmap &&that) | Pebble::GOwnedBitmap | inline |
| GOwnedBitmap(::GBitmap *bitmap) | Pebble::GOwnedBitmap | inlineprotected |
| operator::GBitmap *() const | Pebble::GBitmapBase | inline |
| operator=(GOwnedBitmap that) | Pebble::GOwnedBitmap | inline |
| operator=(GOwnedBitmap &that) | Pebble::GOwnedBitmap | inline |
| SetBounds(const GRect &bounds) | Pebble::GOwnedBitmap | inline |
| SetData(uint8_t *data, GBitmapFormat format, uint16_t row_size_bytes, bool free_on_destroy) | Pebble::GOwnedBitmap | inline |
| SetPalette(GColor *palette, bool free_on_destroy) | Pebble::GOwnedBitmap | inline |
| ~GBitmapBase() | Pebble::GBitmapBase | inlinevirtual |
| ~GOwnedBitmap() | Pebble::GOwnedBitmap | inlinevirtual |