|
Main Page
Widgets
Namespaces
Book
Gdk::Point Class ReferenceList of all members.
|
Public Methods |
| Point () |
| Point (int x, int y) |
void | set_x (int x) |
void | set_y (int y) |
int | get_x () const |
int | get_y () const |
bool | equal (const Gdk::Point& rhs) const |
GdkPoint* | gobj () |
const GdkPoint* | gobj () const |
Protected Attributes |
GdkPoint | gobject_ |
Related Functions |
(Note that these are not member functions.)
|
bool | operator== (const Point& lhs, const Point& rhs) |
bool | operator!= (const Point& lhs, const Point& rhs) |
Gdk::Point& | wrap (GdkPoint* object) |
const Gdk::Point& | wrap (const GdkPoint* object) |
Constructor & Destructor Documentation
Gdk::Point::Point |
( |
int |
x, |
|
|
int |
y |
|
) |
|
|
Member Function Documentation
bool Gdk::Point::equal |
( |
const Gdk::Point& |
rhs |
) |
const |
|
int Gdk::Point::get_x |
( |
|
) |
const [inline] |
|
int Gdk::Point::get_y |
( |
|
) |
const [inline] |
|
const GdkPoint* Gdk::Point::gobj |
( |
|
) |
const [inline] |
|
GdkPoint* Gdk::Point::gobj |
( |
|
) |
[inline] |
|
void Gdk::Point::set_x |
( |
int |
x |
) |
[inline] |
|
void Gdk::Point::set_y |
( |
int |
y |
) |
[inline] |
|
Friends And Related Function Documentation
bool operator!= |
( |
const Point& |
lhs, |
|
|
const Point& |
rhs |
|
) |
[related] |
|
bool operator== |
( |
const Point& |
lhs, |
|
|
const Point& |
rhs |
|
) |
[related] |
|
const Gdk::Point& wrap |
( |
const GdkPoint* |
object |
) |
[related] |
|
Gdk::Point& wrap |
( |
GdkPoint* |
object |
) |
[related] |
|
Member Data Documentation
GdkPoint Gdk::Point::gobject_ [protected]
|
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|