Gnome::Art::Point Class Reference
Wrapper for ArtPoint struct.
More...
#include <point.h>
List of all members.
Detailed Description
Wrapper for ArtPoint struct.
Used by AffineTrans and CanvasPoints.
Constructor & Destructor Documentation
| 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 |
( |
|
) |
|
Member Function Documentation
| gdouble Gnome::Art::Point::get_x |
( |
|
) |
const |
| gdouble Gnome::Art::Point::get_y |
( |
|
) |
const |
| const ArtPoint* Gnome::Art::Point::gobj |
( |
|
) |
const |
| ArtPoint* Gnome::Art::Point::gobj |
( |
|
) |
|
| 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 |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: