| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/gtk/gtkclock.h>

Public Member Functions | |
| GtkClock (double delay=0.02) | |
| < Clock for VRS/Gtk-- | |
| virtual | ~GtkClock () |
| This clock generated time events, using Gtk--. | |
| void | start () |
| Automaticaly call when the canvas is created. | |
| void | stop () |
| Stop render and animation. | |
| double | delay () const |
| The minimum delay between time events. | |
| VRS_TYPEINFO (GtkClock, Clock) | |
| VRS::GtkClock::GtkClock | ( | double | delay = 0.02 |
) |
< Clock for VRS/Gtk--
| virtual VRS::GtkClock::~GtkClock | ( | ) | [virtual] |
This clock generated time events, using Gtk--.
| void VRS::GtkClock::start | ( | ) | [virtual] |
| void VRS::GtkClock::stop | ( | ) | [virtual] |
| double VRS::GtkClock::delay | ( | ) | const [inline] |
The minimum delay between time events.