#include <line.h>
Inheritance diagram for Gnome::Canvas::Line:
Public Member Functions | |
virtual | ~Line () |
GnomeCanvasLine * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasLine * | gobj () const |
Provides access to the underlying C GtkObject. | |
Line (Group &parent) | |
Line (Group &parent, const Points &points) | |
Glib::PropertyProxy< Points > | _points () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Glib::ustring > | _fill_color () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Gdk::Color > | _fill_color_gdk () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< guint > | _fill_color_rgba () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Bitmap > > | _fill_stipple () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< guint > | _width_pixels () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | _width_units () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Gdk::CapStyle > | _cap_style () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Gdk::JoinStyle > | _join_style () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< Gdk::LineStyle > | _line_style () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | _first_arrowhead () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | _last_arrowhead () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | _smooth () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< guint > | _spline_steps () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | _arrow_shape_a () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | _arrow_shape_b () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | _arrow_shape_c () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Line * | wrap (GnomeCanvasLine *object, bool take_copy=false) |
virtual Gnome::Canvas::Line::~Line | ( | ) | [virtual] |
Gnome::Canvas::Line::Line | ( | Group & | parent | ) | [explicit] |
GnomeCanvasLine* Gnome::Canvas::Line::gobj | ( | ) | [inline] |
const GnomeCanvasLine* Gnome::Canvas::Line::gobj | ( | ) | const [inline] |
Glib::PropertyProxy<Points> Gnome::Canvas::Line::_points | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::Line::_fill_color | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gdk::Color> Gnome::Canvas::Line::_fill_color_gdk | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gnome::Canvas::Line::_fill_color_rgba | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<Gdk::Bitmap> > Gnome::Canvas::Line::_fill_stipple | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gnome::Canvas::Line::_width_pixels | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Line::_width_units | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gdk::CapStyle> Gnome::Canvas::Line::_cap_style | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gdk::JoinStyle> Gnome::Canvas::Line::_join_style | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gdk::LineStyle> Gnome::Canvas::Line::_line_style | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Line::_first_arrowhead | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Line::_last_arrowhead | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Line::_smooth | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gnome::Canvas::Line::_spline_steps | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Line::_arrow_shape_a | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Line::_arrow_shape_b | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Line::_arrow_shape_c | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::Line * wrap | ( | GnomeCanvasLine * | object, | |
bool | take_copy = false | |||
) | [related] |