Pebble Foundation Classes  0.2.0
C++ for Pebble
Pebble::MenuEvents Member List

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::MenuEventsinlineprotected
OnDrawBackground(const GContext &ctx, const Layer &bg_layer, bool highlight)Pebble::MenuEventsinlineprotectedvirtual
OnDrawHeader(const GContext &ctx, const Layer &cell_layer, uint16_t section_index)Pebble::MenuEventsinlineprotectedvirtual
OnDrawRow(const GContext &ctx, const Layer &cell_layer, const MenuIndex &cell_index)=0Pebble::MenuEventsprotectedpure virtual
OnDrawSeparator(const GContext &ctx, const Layer &cell_layer, const MenuIndex &cell_index)Pebble::MenuEventsinlineprotectedvirtual
OnGetCellHeight(const MenuIndex &cell_index)Pebble::MenuEventsinlineprotectedvirtual
OnGetHeaderHeight(uint16_t section_index)Pebble::MenuEventsinlineprotectedvirtual
OnGetNumRows(uint16_t section_index)=0Pebble::MenuEventsprotectedpure virtual
OnGetNumSections()Pebble::MenuEventsinlineprotectedvirtual
OnGetSeparatorHeight(const MenuIndex &cell_index)Pebble::MenuEventsinlineprotectedvirtual
OnSelectClick(const MenuIndex &cell_index)Pebble::MenuEventsinlineprotectedvirtual
OnSelectionChanged(const MenuIndex &new_index, const MenuIndex &old_index)Pebble::MenuEventsinlineprotectedvirtual
OnSelectionWillChange(MenuIndex &new_index, const MenuIndex &old_index)Pebble::MenuEventsinlineprotectedvirtual
OnSelectLongClick(const MenuIndex &cell_index)Pebble::MenuEventsinlineprotectedvirtual