gtkmm 4.23.2
Gsk::PathBuilder Member List

This is the complete list of members for Gsk::PathBuilder, including all inherited members.

add_cairo_path(const Cairo::RefPtr< const Cairo::Path > & path)Gsk::PathBuilder
add_circle(const Gdk::Graphene::Point & center, float radius)Gsk::PathBuilder
add_layout(const Glib::RefPtr< const Pango::Layout > & layout)Gsk::PathBuilder
add_path(const Glib::RefPtr< const Path > & path)Gsk::PathBuilder
add_rect(const Gdk::Graphene::Rect & rect)Gsk::PathBuilder
add_reverse_path(const Glib::RefPtr< const Path > & path)Gsk::PathBuilder
add_rounded_rect(const Gsk::RoundedRect & rect)Gsk::PathBuilder
add_segment(const Glib::RefPtr< const Path > & path, const PathPoint & start, const PathPoint & end)Gsk::PathBuilder
arc_to(float x1, float y1, float x2, float y2)Gsk::PathBuilder
close()Gsk::PathBuilder
conic_to(float x1, float y1, float x2, float y2, float weight)Gsk::PathBuilder
create()Gsk::PathBuilderstatic
cubic_to(float x1, float y1, float x2, float y2, float x3, float y3)Gsk::PathBuilder
get_current_point() constGsk::PathBuilder
gobj()Gsk::PathBuilder
gobj() constGsk::PathBuilder
gobj_copy() constGsk::PathBuilder
html_arc_to(float x1, float y1, float x2, float y2, float radius)Gsk::PathBuilder
line_to(float x, float y)Gsk::PathBuilder
move_to(float x, float y)Gsk::PathBuilder
operator delete(void *, std::size_t)Gsk::PathBuilderprotected
operator=(const PathBuilder &)=deleteGsk::PathBuilder
PathBuilder()=deleteGsk::PathBuilder
PathBuilder(const PathBuilder &)=deleteGsk::PathBuilder
quad_to(float x1, float y1, float x2, float y2)Gsk::PathBuilder
reference() constGsk::PathBuilder
rel_arc_to(float x1, float y1, float x2, float y2)Gsk::PathBuilder
rel_conic_to(float x1, float y1, float x2, float y2, float weight)Gsk::PathBuilder
rel_cubic_to(float x1, float y1, float x2, float y2, float x3, float y3)Gsk::PathBuilder
rel_html_arc_to(float x1, float y1, float x2, float y2, float radius)Gsk::PathBuilder
rel_line_to(float x, float y)Gsk::PathBuilder
rel_move_to(float x, float y)Gsk::PathBuilder
rel_quad_to(float x1, float y1, float x2, float y2)Gsk::PathBuilder
rel_svg_arc_to(float rx, float ry, float x_axis_rotation, bool large_arc, bool positive_sweep, float x, float y)Gsk::PathBuilder
svg_arc_to(float rx, float ry, float x_axis_rotation, bool large_arc, bool positive_sweep, float x, float y)Gsk::PathBuilder
to_path()Gsk::PathBuilder
unreference() constGsk::PathBuilder
wrap(GskPathBuilder * object, bool take_copy=false)Gsk::PathBuilderrelated