Pebble Foundation Classes
0.2.0
C++ for Pebble
|
This is the complete list of members for Pebble::GContext, including all inherited members.
CaptureFrameBuffer() | Pebble::GContext | inline |
CaptureFrameBuffer(GBitmapFormat format) | Pebble::GContext | inline |
DrawArc(GRect rect, GOvalScaleMode scale_mode, int32_t angle_start, int32_t angle_end) const | Pebble::GContext | inline |
DrawBitmapInRect(const GBitmap &bitmap, GRect rect) const | Pebble::GContext | inline |
DrawCircle(GPoint p, uint16_t radius) const | Pebble::GContext | inline |
DrawLine(GPoint p0, GPoint p1) const | Pebble::GContext | inline |
DrawPixel(GPoint point) const | Pebble::GContext | inline |
DrawRect(GRect rect) const | Pebble::GContext | inline |
DrawRotatedBitmap(const GBitmap &src, GPoint src_ic, int rotation, GPoint dest_ic) const | Pebble::GContext | inline |
DrawRoundRect(GRect rect, uint16_t radius) const | Pebble::GContext | inline |
DrawText(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) const | Pebble::GContext | inline |
DrawText(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) const | Pebble::GContext | inline |
DrawText(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) const | Pebble::GContext | inline |
DrawText(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) const | Pebble::GContext | inline |
FillCircle(GPoint p, uint16_t radius) const | Pebble::GContext | inline |
FillRadial(GRect rect, GOvalScaleMode scale_mode, uint16_t inset_thickness, int32_t angle_start, int32_t angle_end) const | Pebble::GContext | inline |
FillRect(GRect rect, uint16_t corner_radius, GCornerMask corner_mask) const | Pebble::GContext | inline |
FrameBufferIsCaptured() | Pebble::GContext | inline |
GContext(::GContext *ctx) | Pebble::GContext | inline |
gcontext_ (defined in Pebble::GContext) | Pebble::GContext | protected |
GetContentSize(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) | Pebble::GContext | inlinestatic |
GetContentSize(const char *text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) | Pebble::GContext | inlinestatic |
GetContentSize(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode=GTextOverflowModeWordWrap, const GTextAlignment alignment=GTextAlignmentLeft) | Pebble::GContext | inlinestatic |
GetContentSize(const std::string &text, GFont const font, const GRect box, const GTextOverflowMode overflow_mode, const GTextAlignment alignment, const GTextAttributes &text_attributes) | Pebble::GContext | inlinestatic |
operator::GContext *() const | Pebble::GContext | inline |
ReleaseFrameBuffer(const GBitmap &buffer) | Pebble::GContext | inline |
SetAntialiased(bool enable) const | Pebble::GContext | inline |
SetCompositingMode(GCompOp mode) const | Pebble::GContext | inline |
SetFillColor(GColor color) const | Pebble::GContext | inline |
SetStrokeColor(GColor color) const | Pebble::GContext | inline |
SetStrokeWidth(uint8_t stroke_width) const | Pebble::GContext | inline |
SetTextColor(GColor color) const | Pebble::GContext | inline |
~GContext() (defined in Pebble::GContext) | Pebble::GContext | inlinevirtual |