gtkmm
3.4.0
|
A Gdk::TimeCoord instance contains a single event of motion history. More...
Public Member Functions | |
TimeCoord (GdkTimeCoord* castitem) | |
guint32 | get_time () const |
double | get_value_at_axis (guint index) const |
Gets value at index axis. | |
GdkTimeCoord* | gobj () |
Provides access to the underlying C object. | |
const GdkTimeCoord* | gobj () const |
Provides access to the underlying C object. | |
Protected Attributes | |
GdkTimeCoord* | gobject_ |
A Gdk::TimeCoord instance contains a single event of motion history.
You shouldn't be using it as a standalone object.
Gdk::TimeCoord::TimeCoord | ( | GdkTimeCoord * | castitem | ) | [explicit] |
guint32 Gdk::TimeCoord::get_time | ( | ) | const |
double Gdk::TimeCoord::get_value_at_axis | ( | guint | index | ) | const |
Gets value at index axis.
index | Index of an axis from which the value will be taken. |
GdkTimeCoord* Gdk::TimeCoord::gobj | ( | ) | [inline] |
Provides access to the underlying C object.
const GdkTimeCoord* Gdk::TimeCoord::gobj | ( | ) | const [inline] |
Provides access to the underlying C object.
GdkTimeCoord* Gdk::TimeCoord::gobject_ [protected] |