#include <navigation.h>
Public Member Functions | |
virtual | ~Navigation () |
GstNavigation* | gobj () |
Provides access to the underlying C GObject. | |
const GstNavigation* | gobj () const |
Provides access to the underlying C GObject. | |
void | send_event (Gst::Structure& structure) |
void | send_key_event (const Glib::ustring& event, const Glib::ustring& key) |
void | send_mouse_event (const Glib::ustring& event, int button, double x, double y) |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gst::Navigation> | wrap (GstNavigation* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gst::Navigation::~Navigation | ( | ) | [virtual] |
static void Gst::Navigation::add_interface | ( | GType | gtype_implementer | ) | [static] |
const GstNavigation* Gst::Navigation::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented in Gst::XImageSink, and Gst::XvImageSink.
GstNavigation* Gst::Navigation::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented in Gst::XImageSink, and Gst::XvImageSink.
void Gst::Navigation::send_event | ( | Gst::Structure& | structure | ) |
void Gst::Navigation::send_key_event | ( | const Glib::ustring & | event, | |
const Glib::ustring & | key | |||
) |
void Gst::Navigation::send_mouse_event | ( | const Glib::ustring & | event, | |
int | button, | |||
double | x, | |||
double | y | |||
) |
Glib::RefPtr<Gst::Navigation> wrap | ( | GstNavigation * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |