BrushColor() const | Drawable_t | [inline] |
BrushLineCapType() const | Drawable_t | [inline] |
BrushWidth() const | Drawable_t | [inline] |
Drawable_t() | Drawable_t | |
DrawLine(const Point_t &from, const Point_t &to, bool anti_alias=true)=0 | Drawable_t | [pure virtual] |
DrawRect(const Rect_t &rect, bool anti_alias=true, bool fill=false)=0 | Drawable_t | [pure virtual] |
DrawText(const String_t &string, const Point_t &where, bool anti_alias=true)=0 | Drawable_t | [pure virtual] |
FillColor() const | Drawable_t | [inline] |
Font(bool create_new_if_null=false) const | Drawable_t | |
SetBrush(const Color_t &color, float brush_width=1, line_cap_type_t cap_type=eLCT_butt_extended_half_width) | Drawable_t | [virtual] |
SetFillColor(const Color_t &color) | Drawable_t | [virtual] |
SetFont(const Font_t &font) | Drawable_t | |
~Drawable_t() | Drawable_t | [virtual] |