#include <polylinemodel.h>
Inheritance diagram for Goocanvas::PolylineModel:
Public Member Functions | |
virtual | ~PolylineModel () |
GooCanvasPolylineModel * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasPolylineModel * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasPolylineModel * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy< double > | _arrow_length () |
The length of the arrows. | |
Glib::PropertyProxy_ReadOnly< double > | _arrow_length () const |
The length of the arrows. | |
Glib::PropertyProxy< double > | _arrow_tip_length () |
The length of the arrow tip. | |
Glib::PropertyProxy_ReadOnly< double > | _arrow_tip_length () const |
The length of the arrow tip. | |
Glib::PropertyProxy< double > | _arrow_width () |
The width of the arrows. | |
Glib::PropertyProxy_ReadOnly< double > | _arrow_width () const |
The width of the arrows. | |
Glib::PropertyProxy< bool > | _close_path () |
If the last point should be connected to the first. | |
Glib::PropertyProxy_ReadOnly< bool > | _close_path () const |
If the last point should be connected to the first. | |
Glib::PropertyProxy< bool > | _end_arrow () |
If an arrow should be displayed at the end of the polyline. | |
Glib::PropertyProxy_ReadOnly< bool > | _end_arrow () const |
If an arrow should be displayed at the end of the polyline. | |
Glib::PropertyProxy< Points > | _points () |
The array of points. | |
Glib::PropertyProxy_ReadOnly< Points > | _points () const |
The array of points. | |
Glib::PropertyProxy< bool > | _start_arrow () |
If an arrow should be displayed at the start of the polyline. | |
Glib::PropertyProxy_ReadOnly< bool > | _start_arrow () const |
If an arrow should be displayed at the start of the polyline. | |
Static Public Member Functions | |
static Glib::RefPtr< PolylineModel > | create (double x1, double y1, double x2, double y2) |
Protected Member Functions | |
PolylineModel (bool close_path, const Points &points) | |
PolylineModel (double x1, double y1, double x2, double y2) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::PolylineModel > | wrap (GooCanvasPolylineModel *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::PolylineModel::~PolylineModel | ( | ) | [virtual] |
Goocanvas::PolylineModel::PolylineModel | ( | bool | close_path, | |
const Points & | points | |||
) | [protected] |
Goocanvas::PolylineModel::PolylineModel | ( | double | x1, | |
double | y1, | |||
double | x2, | |||
double | y2 | |||
) | [protected] |
GooCanvasPolylineModel* Goocanvas::PolylineModel::gobj | ( | ) | [inline] |
const GooCanvasPolylineModel* Goocanvas::PolylineModel::gobj | ( | ) | const [inline] |
GooCanvasPolylineModel* Goocanvas::PolylineModel::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemModelSimple.
static Glib::RefPtr<PolylineModel> Goocanvas::PolylineModel::create | ( | double | x1, | |
double | y1, | |||
double | x2, | |||
double | y2 | |||
) | [static] |
Glib::PropertyProxy<double> Goocanvas::PolylineModel::_arrow_length | ( | ) |
The length of the arrows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::PolylineModel::_arrow_length | ( | ) | const |
The length of the arrows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::PolylineModel::_arrow_tip_length | ( | ) |
The length of the arrow tip.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::PolylineModel::_arrow_tip_length | ( | ) | const |
The length of the arrow tip.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::PolylineModel::_arrow_width | ( | ) |
The width of the arrows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::PolylineModel::_arrow_width | ( | ) | const |
The width of the arrows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Goocanvas::PolylineModel::_close_path | ( | ) |
If the last point should be connected to the first.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Goocanvas::PolylineModel::_close_path | ( | ) | const |
If the last point should be connected to the first.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Goocanvas::PolylineModel::_end_arrow | ( | ) |
If an arrow should be displayed at the end of the polyline.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Goocanvas::PolylineModel::_end_arrow | ( | ) | const |
If an arrow should be displayed at the end of the polyline.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Points> Goocanvas::PolylineModel::_points | ( | ) |
The array of points.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Points> Goocanvas::PolylineModel::_points | ( | ) | const |
The array of points.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Goocanvas::PolylineModel::_start_arrow | ( | ) |
If an arrow should be displayed at the start of the polyline.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Goocanvas::PolylineModel::_start_arrow | ( | ) | const |
If an arrow should be displayed at the start of the polyline.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Goocanvas::PolylineModel > wrap | ( | GooCanvasPolylineModel * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |