|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <types.h>
Public Member Functions | |
| 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 () |
| Provides access to the underlying C GObject. More... | |
| const GdkPoint * | gobj () const |
| Provides access to the underlying C GObject. More... | |
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) |
This is a simple structure containing an x and y coordinate of a point.
Definition at line 299 of file tk/ydkmm/ydkmm/types.h.
| Gdk::Point::Point | ( | ) |
| Gdk::Point::Point | ( | int | x, |
| int | y | ||
| ) |
| bool Gdk::Point::equal | ( | const Gdk::Point & | rhs | ) | const |
|
inline |
Definition at line 317 of file tk/ydkmm/ydkmm/types.h.
|
inline |
Definition at line 318 of file tk/ydkmm/ydkmm/types.h.
|
inline |
Provides access to the underlying C GObject.
Definition at line 323 of file tk/ydkmm/ydkmm/types.h.
|
inline |
Provides access to the underlying C GObject.
Definition at line 325 of file tk/ydkmm/ydkmm/types.h.
|
inline |
Definition at line 314 of file tk/ydkmm/ydkmm/types.h.
|
inline |
Definition at line 315 of file tk/ydkmm/ydkmm/types.h.
Definition at line 338 of file tk/ydkmm/ydkmm/types.h.
Definition at line 334 of file tk/ydkmm/ydkmm/types.h.
|
related |
|
related |
|
protected |
Definition at line 328 of file tk/ydkmm/ydkmm/types.h.