Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Protected Attributes
Rapicorn::CPainter Class Reference

List of all members.

Public Member Functions

 CPainter (cairo_t *context)
void draw_filled_rect (int x, int y, int width, int height, Color fill_color)
void draw_shaded_rect (int xc0, int yc0, Color color0, int xc1, int yc1, Color color1)
void draw_center_shade_rect (int xc0, int yc0, Color color0, int xc1, int yc1, Color color1)
void draw_border (int x, int y, int width, int height, Color border, const vector< double > &dashes=vector< double >(), double dash_offset=0.5)
void draw_shadow (int x, int y, int width, int height, Color outer_upper_left, Color inner_upper_left, Color inner_lower_right, Color outer_lower_right)
void draw_dir_arrow (double x, double y, double width, double height, Color c, DirType dir)

Protected Attributes

cairo_t * cr

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines