libgnomecanvasmm
|
Wrapper for GnomeCanvasPoints. More...
#include <line.h>
Public Member Functions | |
Points (size_type nbpoints=0) | |
Points (GnomeCanvasPoints *castitem) | |
~Points () | |
operator bool () const | |
bool | is_null () const |
const GnomeCanvasPoints * | gobj () const |
GnomeCanvasPoints * | gobj () |
Static Public Member Functions | |
static GType | get_type () |
Protected Member Functions | |
GnomeCanvasPoints * | _gobj () const |
Protected Attributes | |
GnomeCanvasPoints * | points_ |
bool | owned_ |
Wrapper for GnomeCanvasPoints.
GnomeCanvasPoints is actually a BoxedType, but this acts in a similar way, with the advantage of acting like a std::vector.
Gnome::Canvas::Points::Points | ( | size_type | nbpoints = 0 | ) |
|
explicit |
Gnome::Canvas::Points::~Points | ( | ) |
|
protected |
Referenced by gobj().
|
inlinestatic |
|
inline |
References _gobj().
|
inline |
References _gobj().
bool Gnome::Canvas::Points::is_null | ( | ) | const |
Gnome::Canvas::Points::operator bool | ( | ) | const |
|
mutableprotected |
|
mutableprotected |