Class Index | Cross Index | Namespace Index |
Wrapper for ArtPoint struct.
Contained in: Gnome::Art
Derived from:
none
Derived by:
none
#include <gtk--/point.h>
public function member index: |
||
Point | (gdouble x = 0.0, gdouble y = 0.0); | |
Point | (const ArtPoint& artpoint); | |
Point | (const Point& src); | |
gdouble | get_x | () const; |
gdouble | get_y | () const; |
ArtPoint* | obj | (); |
const ArtPoint* | obj | () const; |
Point | operator + | (const Point& p2); |
Point const& | operator += | (const Point& other); |
Point | operator - | (const Point& p2); |
Point const& | operator -= | (const Point& other); |
Point& | operator = | (const Point& src); |
void | set_x | (gdouble x); |
void | set_y | (gdouble y); |
~Point | (); | |