|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|
This is the complete list of members for Pebble::MenuEvents, including all inherited members.
| EnableMenuEvents(MenuLayer &menuLayer, bool hasHeaders, bool hasSeparators, bool longClicks, bool customBackground) | Pebble::MenuEvents | inlineprotected |
| OnDrawBackground(const GContext &ctx, const Layer &bg_layer, bool highlight) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnDrawHeader(const GContext &ctx, const Layer &cell_layer, uint16_t section_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnDrawRow(const GContext &ctx, const Layer &cell_layer, const MenuIndex &cell_index)=0 | Pebble::MenuEvents | protectedpure virtual |
| OnDrawSeparator(const GContext &ctx, const Layer &cell_layer, const MenuIndex &cell_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnGetCellHeight(const MenuIndex &cell_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnGetHeaderHeight(uint16_t section_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnGetNumRows(uint16_t section_index)=0 | Pebble::MenuEvents | protectedpure virtual |
| OnGetNumSections() | Pebble::MenuEvents | inlineprotectedvirtual |
| OnGetSeparatorHeight(const MenuIndex &cell_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnSelectClick(const MenuIndex &cell_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnSelectionChanged(const MenuIndex &new_index, const MenuIndex &old_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnSelectionWillChange(MenuIndex &new_index, const MenuIndex &old_index) | Pebble::MenuEvents | inlineprotectedvirtual |
| OnSelectLongClick(const MenuIndex &cell_index) | Pebble::MenuEvents | inlineprotectedvirtual |