Cairo::SolidPattern Class Reference

Inheritance diagram for Cairo::SolidPattern:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 SolidPattern (cairo_pattern_t *cobject, bool has_reference=false)
 Create a C++ wrapper for the C instance.
virtual ~SolidPattern ()

Static Public Member Functions

static RefPtr< SolidPatterncreate_rgb (double red, double green, double blue)
static RefPtr< SolidPatterncreate_rgba (double red, double green, double blue, double alpha)

Constructor & Destructor Documentation

Cairo::SolidPattern::SolidPattern cairo_pattern_t *  cobject,
bool  has_reference = false
[explicit]
 

Create a C++ wrapper for the C instance.

Parameters:
cobject The C instance.
has_reference Whether we already have a reference. Otherwise, the constructor will take an extra reference.

virtual Cairo::SolidPattern::~SolidPattern  )  [virtual]
 


Member Function Documentation

static RefPtr<SolidPattern> Cairo::SolidPattern::create_rgb double  red,
double  green,
double  blue
[static]
 

static RefPtr<SolidPattern> Cairo::SolidPattern::create_rgba double  red,
double  green,
double  blue,
double  alpha
[static]
 


The documentation for this class was generated from the following file:
Generated on Wed Jan 17 19:53:59 2007 for cairomm by  doxygen 1.4.6