gtkmm 4.17.0
|
A Gdk::TimeCoord instance contains a single event of motion history. More...
#include <gdkmm/timecoord.h>
Public Member Functions | |
TimeCoord (GdkTimeCoord *gobject, bool make_a_copy=true) | |
TimeCoord (const TimeCoord &other) | |
TimeCoord & | operator= (const TimeCoord &other) |
TimeCoord (TimeCoord &&other) noexcept | |
TimeCoord & | operator= (TimeCoord &&other) noexcept |
~TimeCoord () noexcept | |
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.
|
explicit |
|
noexcept |
|
noexcept |
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. |
|
inline |
Provides access to the underlying C object.
|
inline |
Provides access to the underlying C object.
|
protected |