goocanvasmm: Goocanvas::Points Class Reference

Public Member Functions

 Points ()
 
 Points (GooCanvasPoints* gobject, bool make_a_copy=true)
 
 Points (const Points& other)
 
Pointsoperator= (const Points& other)
 
 Points (Points&& other) noexcept
 
Pointsoperator= (Points&& other) noexcept
 
 ~Points () noexcept
 
void swap (Points& other) noexcept
 
GooCanvasPoints* gobj ()
 Provides access to the underlying C instance. More...

 
const GooCanvasPoints* gobj () const
 Provides access to the underlying C instance. More...

 
GooCanvasPoints* gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. More...

 
 Points (int num_points)
 
 Points (int num_points, const double* coords)
 
int get_num_points () const
 
void set_coordinate (int index, double x, double y)
 
void get_coordinate (int index, double& x, double& y) const
 

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system. More...

 

Protected Attributes

GooCanvasPoints* gobject_
 

Related Functions

(Note that these are not member functions.)

void swap (Points& lhs, Points& rhs) noexcept
 
Goocanvas::Points wrap (GooCanvasPoints* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...

 

Constructor & Destructor Documentation

Goocanvas::Points::Points ( )
Goocanvas::Points::Points ( GooCanvasPoints *  gobject,
bool  make_a_copy = true 
)
explicit
Goocanvas::Points::Points ( const Points other)
Goocanvas::Points::Points ( Points&&  other)
noexcept
Goocanvas::Points::~Points ( )
noexcept
Goocanvas::Points::Points ( int  num_points)
explicit
Goocanvas::Points::Points ( int  num_points,
const double *  coords 
)

Member Function Documentation

void Goocanvas::Points::get_coordinate ( int  index,
double &  x,
double &  y 
) const
int Goocanvas::Points::get_num_points ( ) const
static GType Goocanvas::Points::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

GooCanvasPoints* Goocanvas::Points::gobj ( )
inline

Provides access to the underlying C instance.

const GooCanvasPoints* Goocanvas::Points::gobj ( ) const
inline

Provides access to the underlying C instance.

GooCanvasPoints* Goocanvas::Points::gobj_copy ( ) const

Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.

Points& Goocanvas::Points::operator= ( const Points other)
Points& Goocanvas::Points::operator= ( Points&&  other)
noexcept
void Goocanvas::Points::set_coordinate ( int  index,
double  x,
double  y 
)
void Goocanvas::Points::swap ( Points other)
noexcept

Friends And Related Function Documentation

void swap ( Points lhs,
Points rhs 
)
related
Parameters
lhsThe left-hand side
rhsThe right-hand side
Goocanvas::Points wrap ( GooCanvasPoints *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

Member Data Documentation

GooCanvasPoints* Goocanvas::Points::gobject_
protected

The documentation for this class was generated from the following file:
  • goocanvasmm/points.h