class Inti::Gdk::Point

Name

class Inti::Gdk::Point -- 

Synopsis

class Inti::Gdk::Point is declared in the header inti/gdk/gdkbase.h.

Superclasses. none

Subclasses. none

Class members

Public Constructors.
Point ()
Point (int x, int y)

Public Methods.
int x () const
int y () const
void set_x (int x)
void set_y (int y)
void set (int x, int y)
bool operator== (const Point & rhs) const
bool operator!= (const Point & rhs) const
GdkPoint * gdk_point () const

Public Functions.
Point * wrap (GdkPoint * src)

Description

Public Constructors

method Inti::Gdk::Point::Point

Point ()

method Inti::Gdk::Point::Point

Point (int x, int y)

x 
y 

Public Methods

method Inti::Gdk::Point::x

int x () const

method Inti::Gdk::Point::y

int y () const

method Inti::Gdk::Point::set_x

void set_x (int x)

x 

method Inti::Gdk::Point::set_y

void set_y (int y)

y 

method Inti::Gdk::Point::set

void set (int x, int y)

x 
y 

method Inti::Gdk::Point::operator==

bool operator== (const Point & rhs) const

rhs 

method Inti::Gdk::Point::operator!=

bool operator!= (const Point & rhs) const

rhs 

method Inti::Gdk::Point::gdk_point

GdkPoint * gdk_point () const

Public Functions

function Inti::Gdk::Point::wrap

Point * wrap (GdkPoint * src)

src