#include <cairo_borders.h>
◆ real_side_t
Enumerator |
---|
left_side | |
top_side | |
right_side | |
bottom_side | |
◆ border()
cairo::border::border |
( |
cairo_t * |
_cr, |
|
|
int |
_left, |
|
|
int |
_top, |
|
|
int |
_bottom |
|
) |
| |
|
inline |
◆ draw_border()
void cairo::border::draw_border |
( |
| ) |
|
Draw border at the left side. Use the only function to draw all border by using rotation transfer
- Parameters
-
cr | cairo context |
left | left position of the border |
top | top position of the border |
bottom | bottom position of the border |
data | border data |
◆ draw_dashed()
void cairo::border::draw_dashed |
( |
| ) |
|
|
private |
◆ draw_dotted()
void cairo::border::draw_dotted |
( |
| ) |
|
|
private |
◆ draw_double()
void cairo::border::draw_double |
( |
| ) |
|
|
private |
◆ draw_groove_ridge()
void cairo::border::draw_groove_ridge |
( |
bool |
is_groove | ) |
|
|
private |
◆ draw_inset_outset()
void cairo::border::draw_inset_outset |
( |
bool |
is_inset | ) |
|
|
private |
◆ draw_line()
void cairo::border::draw_line |
( |
double |
line_offset, |
|
|
double |
top_line_offset, |
|
|
double |
bottom_line_offset |
|
) |
| |
|
private |
◆ draw_solid()
void cairo::border::draw_solid |
( |
| ) |
|
|
private |
◆ border_width
int cairo::border::border_width |
◆ bottom
int cairo::border::bottom |
|
private |
◆ bottom_border_width
int cairo::border::bottom_border_width |
◆ color
◆ cr
cairo_t* cairo::border::cr |
|
private |
◆ left
◆ radius_bottom_x
int cairo::border::radius_bottom_x |
◆ radius_bottom_y
int cairo::border::radius_bottom_y |
◆ radius_top_x
int cairo::border::radius_top_x |
◆ radius_top_y
int cairo::border::radius_top_y |
◆ real_side
◆ style
◆ top
◆ top_border_width
int cairo::border::top_border_width |
The documentation for this class was generated from the following files: