#include <jem/gl/Event.h>
Enumerator |
---|
NOP |
|
REDRAW |
|
RESIZE |
|
INIT |
|
MOUSE |
|
MOTION |
|
CLICK2 |
|
KEY |
|
COMMAND |
|
jem::gl::GfxEvent::GfxEvent |
( |
| ) |
|
jem::gl::GfxEvent::~GfxEvent |
( |
| ) |
|
|
virtual |
jem::gl::GfxEvent::GfxEvent |
( |
TypeID |
tid | ) |
|
|
explicitprotected |
GfxEvent * jem::gl::GfxEvent::next |
( |
| ) |
const |
GfxEvent * jem::gl::GfxEvent::prev |
( |
| ) |
const |
void jem::gl::GfxEvent::unlink |
( |
| ) |
|
void jem::gl::GfxEvent::insert |
( |
GfxEvent * |
ev | ) |
|
void * jem::gl::GfxEvent::operator new |
( |
size_t |
size | ) |
|
|
static |
void jem::gl::GfxEvent::operator delete |
( |
void * |
addr, |
|
|
size_t |
size |
|
) |
| |
|
static |
const TypeID jem::gl::GfxEvent::type |