This is a reference-counted object that should be used via Cairo::RefPtr. More...
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::Region::Region |
( |
|
) |
|
Cairo::Region::Region |
( |
const RectangleInt& |
rectangle |
) |
[explicit] |
Cairo::Region::Region |
( |
cairo_region_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::Region::~Region |
( |
|
) |
[virtual] |
Member Function Documentation
cobject* Cairo::Region::cobj |
( |
|
) |
[inline] |
const cobject* Cairo::Region::cobj |
( |
|
) |
const [inline] |
bool Cairo::Region::contains_point |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | const |
ErrorStatus Cairo::Region::do_union |
( |
const RefPtr< Region >& |
other |
) |
|
ErrorStatus Cairo::Region::do_union |
( |
const RectangleInt& |
rectangle |
) |
|
bool Cairo::Region::empty |
( |
|
) |
const |
int Cairo::Region::get_num_rectangles |
( |
|
) |
const |
RectangleInt Cairo::Region::get_rectangle |
( |
int |
nth_rectangle |
) |
const |
ErrorStatus Cairo::Region::intersect |
( |
const RectangleInt& |
rectangle |
) |
|
ErrorStatus Cairo::Region::intersect |
( |
const RefPtr< Region >& |
other |
) |
|
void Cairo::Region::reference |
( |
|
) |
const |
ErrorStatus Cairo::Region::subtract |
( |
const RefPtr< Region >& |
other |
) |
|
ErrorStatus Cairo::Region::subtract |
( |
const RectangleInt& |
rectangle |
) |
|
void Cairo::Region::translate |
( |
int |
dx, |
|
|
int |
dy | |
|
) |
| | |
void Cairo::Region::unreference |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: