#include <bounds.h>
Public Member Functions | |
Bounds () | |
Bounds (const GooCanvasBounds *gobject) | |
GooCanvasBounds * | gobj () |
Provides access to the underlying C instance. | |
const GooCanvasBounds * | gobj () const |
Provides access to the underlying C instance. | |
Bounds (double x1, double y1, double x2, double y2) | |
double | get_x1 () const |
void | set_x1 (const double &value) |
double | get_x2 () const |
void | set_x2 (const double &value) |
double | get_y1 () const |
void | set_y1 (const double &value) |
double | get_y2 () const |
void | set_y2 (const double &value) |
Protected Attributes | |
GooCanvasBounds | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Goocanvas::Bounds & | wrap (GooCanvasBounds *object) |
const Goocanvas::Bounds & | wrap (const GooCanvasBounds *object) |
Goocanvas::Bounds::Bounds | ( | ) |
Goocanvas::Bounds::Bounds | ( | const GooCanvasBounds * | gobject | ) | [explicit] |
Goocanvas::Bounds::Bounds | ( | double | x1, | |
double | y1, | |||
double | x2, | |||
double | y2 | |||
) |
double Goocanvas::Bounds::get_x1 | ( | ) | const |
double Goocanvas::Bounds::get_x2 | ( | ) | const |
double Goocanvas::Bounds::get_y1 | ( | ) | const |
double Goocanvas::Bounds::get_y2 | ( | ) | const |
const GooCanvasBounds* Goocanvas::Bounds::gobj | ( | ) | const [inline] |
GooCanvasBounds* Goocanvas::Bounds::gobj | ( | ) | [inline] |
void Goocanvas::Bounds::set_x1 | ( | const double & | value | ) |
void Goocanvas::Bounds::set_x2 | ( | const double & | value | ) |
void Goocanvas::Bounds::set_y1 | ( | const double & | value | ) |
void Goocanvas::Bounds::set_y2 | ( | const double & | value | ) |
const Goocanvas::Bounds & wrap | ( | const GooCanvasBounds * | object | ) | [related] |
object | The C instance |
Goocanvas::Bounds & wrap | ( | GooCanvasBounds * | object | ) | [related] |
object | The C instance |
GooCanvasBounds Goocanvas::Bounds::gobject_ [protected] |
Referenced by gobj().