|
gtkmm 4.23.2
|
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::PathBuilder | static |
| cubic_to(float x1, float y1, float x2, float y2, float x3, float y3) | Gsk::PathBuilder | |
| get_current_point() const | Gsk::PathBuilder | |
| gobj() | Gsk::PathBuilder | |
| gobj() const | Gsk::PathBuilder | |
| gobj_copy() const | Gsk::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::PathBuilder | protected |
| operator=(const PathBuilder &)=delete | Gsk::PathBuilder | |
| PathBuilder()=delete | Gsk::PathBuilder | |
| PathBuilder(const PathBuilder &)=delete | Gsk::PathBuilder | |
| quad_to(float x1, float y1, float x2, float y2) | Gsk::PathBuilder | |
| reference() const | Gsk::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() const | Gsk::PathBuilder | |
| wrap(GskPathBuilder * object, bool take_copy=false) | Gsk::PathBuilder | related |