Wrapper for ArtPoint struct.
More...
#include <point.h>
Wrapper for ArtPoint struct.
Used by AffineTrans and CanvasPoints.
| Gnome::Art::Point::Point |
( |
gdouble |
x = 0.0, |
|
|
gdouble |
y = 0.0 |
|
) |
| |
| Gnome::Art::Point::Point |
( |
const ArtPoint & |
artpoint | ) |
|
| Gnome::Art::Point::Point |
( |
const Point & |
src | ) |
|
| Gnome::Art::Point::~Point |
( |
| ) |
|
| gdouble Gnome::Art::Point::get_x |
( |
| ) |
const |
| gdouble Gnome::Art::Point::get_y |
( |
| ) |
const |
| ArtPoint* Gnome::Art::Point::gobj |
( |
| ) |
|
| const ArtPoint* Gnome::Art::Point::gobj |
( |
| ) |
const |
| Point Gnome::Art::Point::operator+ |
( |
const Point & |
p2 | ) |
|
| Point const& Gnome::Art::Point::operator+= |
( |
const Point & |
other | ) |
|
| Point Gnome::Art::Point::operator- |
( |
const Point & |
p2 | ) |
|
| Point const& Gnome::Art::Point::operator-= |
( |
const Point & |
other | ) |
|
| Point& Gnome::Art::Point::operator= |
( |
const Point & |
src | ) |
|
| void Gnome::Art::Point::set_x |
( |
gdouble |
x | ) |
|
| void Gnome::Art::Point::set_y |
( |
gdouble |
y | ) |
|
| ArtPoint Gnome::Art::Point::m_ArtPoint |
|
protected |
The documentation for this class was generated from the following file: