|
VideoTools
|
#include "gdef.h"#include "gxdef.h"#include "gxwindowmap.h"#include <time.h>#include <sys/time.h>Go to the source code of this file.
Classes | |
| struct | GX::Timeval |
| A thin wrapper for 'struct timeval' providing relational operators etc. More... | |
| class | GX::EventLoop |
| An event-loop class that delivers Xlib 'Display' events to GX::Window objects via their GX::EventHandler interface. More... | |
Namespaces | |
| GX | |
| Xlib classes. | |
Functions | |
| Timeval | GX::operator- (const Timeval &big, const Timeval &small) |
| Timeval | GX::operator+ (const Timeval &base, unsigned long usec) |