#include <viewport.h>

Public Member Functions | |
| virtual | ~Viewport () |
| GtkClutterViewport * | gobj () |
| Provides access to the underlying C GObject. | |
| const GtkClutterViewport * | gobj () const |
| Provides access to the underlying C GObject. | |
| GtkClutterViewport * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| void | get_origin (int &x, int &y, int &z) |
| void | get_originu (Vertex &origin) |
Protected Member Functions | |
| Viewport () | |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr < Clutter::Gtk::Viewport > | wrap (GtkClutterViewport *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
| virtual Clutter::Gtk::Viewport::~Viewport | ( | ) | [virtual] |
| Clutter::Gtk::Viewport::Viewport | ( | ) | [protected] |
| GtkClutterViewport* Clutter::Gtk::Viewport::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
| const GtkClutterViewport* Clutter::Gtk::Viewport::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
| GtkClutterViewport* Clutter::Gtk::Viewport::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
| void Clutter::Gtk::Viewport::get_origin | ( | int & | x, | |
| int & | y, | |||
| int & | z | |||
| ) |
| void Clutter::Gtk::Viewport::get_originu | ( | Vertex & | origin | ) |
| Glib::RefPtr< Clutter::Gtk::Viewport > wrap | ( | GtkClutterViewport * | 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. |
1.5.6