|
|
| MenuLayer (GRect frame) |
| |
|
virtual | ~MenuLayer () |
| | Destroys the underlying TextLayer.
|
| |
|
| operator::MenuLayer * () |
| | Instances of this class can be automatically converted to Pebble TextLayers.
|
| |
|
void | SetClickConfigOntoWindow (Window &owner_window) |
| |
|
void | SetSelectedNext (MenuRowAlign scroll_align, bool animated) |
| |
|
void | SetSelectedPrevious (MenuRowAlign scroll_align, bool animated) |
| |
|
void | SetSelectedIndex (MenuIndex index, MenuRowAlign scroll_align, bool animated) |
| |
|
void | SetSelectedIndex (uint16_t section, uint16_t row, MenuRowAlign scroll_align, bool animated) |
| |
|
MenuIndex | GetSelectedIndex () const |
| |
|
void | ReloadData () |
| |
|
void | SetNormalColors (GColor background, GColor foreground) |
| |
|
void | SetHighlightColors (GColor background, GColor foreground) |
| |
|
void | PadBottom (bool enable) |
| |
|
bool | GetCenterFocused () const |
| |
|
void | SetCenterFocused (bool center_focused) |
| |
|
bool | IsIndexSelected (const MenuIndex &index) const |
| |
|
bool | IsIndexSelected (uint16_t section, uint16_t row) const |
| |
|
template<class T > |
| void | SetCallbacks (T &owner, MenuLayerCallbacks callbacks) |
| |
|
| Layer (::Layer *layer) |
| | Wraps an existing TextLayer.
|
| |
|
| operator::Layer * () |
| | Instances of this class can be automatically converted to Pebble Layers.
|
| |
|
| operator const ::Layer * () const |
| |
| void | MarkDirty () |
| |
| void | SetFrame (GRect frame) |
| |
|
void | SetFrame (int16_t x, int16_t y, int16_t w, int16_t h) |
| |
|
void | SetFrame (GPoint origin, GSize size) |
| |
| GRect | GetFrame () |
| |
| void | SetBounds (GRect bounds) |
| |
| GRect | GetBounds () |
| |
| void | RemoveFromParent () |
| |
| void | RemoveChildLayers () |
| |
| void | AddChild (Layer &child) |
| |
| void | InsertBelowSibling (Layer &below_sibling_layer) |
| |
| void | InsertAboveSibling (Layer &above_sibling_layer) |
| |
| void | SetHidden (bool hidden) |
| |
| bool | GetHidden () |
| |
| void | SetClips (bool clips) |
| |
| bool | GetClips () |
| |