Pebble Foundation Classes  0.2.0
C++ for Pebble
Pebble::StatusBarLayer Class Reference
Inheritance diagram for Pebble::StatusBarLayer:
Collaboration diagram for Pebble::StatusBarLayer:

Public Member Functions

virtual ~StatusBarLayer ()
 Destroys the underlying SimpleMenuLayer.
 
 operator::StatusBarLayer * ()
 Instances of this class can be automatically converted to Pebble StatusBarLayer.
 
GColor GetBackgroundColor () const
 
GColor GetForegroundColor () const
 
void SetColors (GColor background, GColor foreground)
 
void SetSeparatorMode (StatusBarLayerSeparatorMode mode)
 
- Public Member Functions inherited from Pebble::Layer
 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 ()
 

Protected Attributes

::StatusBarLayerstatusbar_layer_
 
- Protected Attributes inherited from Pebble::Layer
::Layerlayer_
 

The documentation for this class was generated from the following file: