This is a reference-counted object that should be used via Cairo::RefPtr. More...
Inherited by Cairo::Gradient, Cairo::SolidPattern, and Cairo::SurfacePattern.
List of all members.
Detailed Description
This is a reference-counted object that should be used via Cairo::RefPtr.
Member Typedef Documentation
Constructor & Destructor Documentation
Cairo::Pattern::Pattern |
( |
cairo_pattern_t * |
cobject, |
|
|
bool |
has_reference = false | |
|
) |
| | [explicit] |
Create a C++ wrapper for the C instance.
This C++ instance should then be given to a RefPtr.
- Parameters:
-
| cobject | The C instance. |
| has_reference | Whether we already have a reference. Otherwise, the constructor will take an extra reference. |
virtual Cairo::Pattern::~Pattern |
( |
|
) |
[virtual] |
Cairo::Pattern::Pattern |
( |
|
) |
[protected] |
Member Function Documentation
cobject* Cairo::Pattern::cobj |
( |
|
) |
[inline] |
const cobject* Cairo::Pattern::cobj |
( |
|
) |
const [inline] |
void Cairo::Pattern::get_matrix |
( |
Matrix& |
matrix |
) |
const |
Matrix Cairo::Pattern::get_matrix |
( |
|
) |
const |
void Cairo::Pattern::reference |
( |
|
) |
const |
void Cairo::Pattern::set_matrix |
( |
const Matrix& |
matrix |
) |
|
void Cairo::Pattern::unreference |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: