Inherits Cairo::Pattern.
List of all members.
Constructor & Destructor Documentation
Cairo::SurfacePattern::SurfacePattern |
( |
const RefPtr< Surface >& |
surface |
) |
[explicit, protected] |
Cairo::SurfacePattern::SurfacePattern |
( |
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::SurfacePattern::~SurfacePattern |
( |
|
) |
[virtual] |
Member Function Documentation
Extend Cairo::SurfacePattern::get_extend |
( |
|
) |
const |
Filter Cairo::SurfacePattern::get_filter |
( |
|
) |
const |
Gets the surface associated with this pattern.
- Since:
- 1.4
RefPtr<const Surface> Cairo::SurfacePattern::get_surface |
( |
|
) |
const |
Gets the surface associated with this pattern.
- Since:
- 1.4
void Cairo::SurfacePattern::set_extend |
( |
Extend |
extend |
) |
|
void Cairo::SurfacePattern::set_filter |
( |
Filter |
filter |
) |
|
The documentation for this class was generated from the following file: