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

This is the complete list of members for Pebble::GContext, including all inherited members.

CaptureFrameBuffer()Pebble::GContextinline
CaptureFrameBuffer(GBitmapFormat format)Pebble::GContextinline
DrawArc(GRect rect, GOvalScaleMode scale_mode, int32_t angle_start, int32_t angle_end) constPebble::GContextinline
DrawBitmapInRect(const GBitmap &bitmap, GRect rect) constPebble::GContextinline
DrawCircle(GPoint p, uint16_t radius) constPebble::GContextinline
DrawLine(GPoint p0, GPoint p1) constPebble::GContextinline
DrawPixel(GPoint point) constPebble::GContextinline
DrawRect(GRect rect) constPebble::GContextinline
DrawRotatedBitmap(const GBitmap &src, GPoint src_ic, int rotation, GPoint dest_ic) constPebble::GContextinline
DrawRoundRect(GRect rect, uint16_t radius) constPebble::GContextinline
DrawText(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) constPebble::GContextinline
DrawText(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) constPebble::GContextinline
DrawText(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) constPebble::GContextinline
DrawText(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) constPebble::GContextinline
FillCircle(GPoint p, uint16_t radius) constPebble::GContextinline
FillRadial(GRect rect, GOvalScaleMode scale_mode, uint16_t inset_thickness, int32_t angle_start, int32_t angle_end) constPebble::GContextinline
FillRect(GRect rect, uint16_t corner_radius, GCornerMask corner_mask) constPebble::GContextinline
FrameBufferIsCaptured()Pebble::GContextinline
GContext(::GContext *ctx)Pebble::GContextinline
gcontext_ (defined in Pebble::GContext)Pebble::GContextprotected
GetContentSize(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft)Pebble::GContextinlinestatic
GetContentSize(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes)Pebble::GContextinlinestatic
GetContentSize(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft)Pebble::GContextinlinestatic
GetContentSize(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes)Pebble::GContextinlinestatic
operator::GContext *() constPebble::GContextinline
ReleaseFrameBuffer(const GBitmap &buffer)Pebble::GContextinline
SetAntialiased(bool enable) constPebble::GContextinline
SetCompositingMode(GCompOp mode) constPebble::GContextinline
SetFillColor(GColor color) constPebble::GContextinline
SetStrokeColor(GColor color) constPebble::GContextinline
SetStrokeWidth(uint8_t stroke_width) constPebble::GContextinline
SetTextColor(GColor color) constPebble::GContextinline
~GContext() (defined in Pebble::GContext)Pebble::GContextinlinevirtual