Pebble Foundation Classes
0.2.0
C++ for Pebble
|
20 inline operator ::StatusBarLayer*() {
return statusbar_layer_; }
32 ::StatusBarLayer* statusbar_layer_;
Definition: pebble_layer.hpp:34
Definition: pebble_statusbar_layer.hpp:7
Layer(::Layer *layer)
Wraps an existing TextLayer.
Definition: pebble_layer.hpp:38
void status_bar_layer_set_separator_mode(StatusBarLayer *status_bar_layer, StatusBarLayerSeparatorMode mode)
void status_bar_layer_destroy(StatusBarLayer *status_bar_layer)
void status_bar_layer_set_colors(StatusBarLayer *status_bar_layer, GColor background, GColor foreground)
virtual ~StatusBarLayer()
Destroys the underlying SimpleMenuLayer.
Definition: pebble_statusbar_layer.hpp:14
Layer * status_bar_layer_get_layer(StatusBarLayer *status_bar_layer)
StatusBarLayer * status_bar_layer_create(void)
StatusBarLayerSeparatorMode
Values that are used to indicate the different status bar separator modes.
Definition: pebble.h:7658
GColor status_bar_layer_get_foreground_color(const StatusBarLayer *status_bar_layer)
Definition: pebble.h:3268
GColor status_bar_layer_get_background_color(const StatusBarLayer *status_bar_layer)