|
Jive reference manual
|
#include <jem/gl/Event.h>

Public Types | |
| typedef GfxEvent | Super |
Public Types inherited from jem::gl::GfxEvent | |
| enum | TypeID { NOP, REDRAW, RESIZE, INIT, MOUSE, MOTION, CLICK2, KEY, COMMAND } |
Public Member Functions | |
| RedrawEvent () | |
| RedrawEvent (const Ref< GfxNode > &scene) | |
Public Member Functions inherited from jem::gl::GfxEvent | |
| GfxEvent () | |
| virtual | ~GfxEvent () |
| GfxEvent * | next () const |
| GfxEvent * | prev () const |
| void | unlink () |
| void | insert (GfxEvent *ev) |
Public Attributes | |
| Ref< GfxNode > | scene |
| int | flags |
Public Attributes inherited from jem::gl::GfxEvent | |
| const TypeID | type |
Static Public Attributes | |
| static const int | FAST = 1 << 0 |
| static const int | EXTERNAL = 1 << 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::gl::GfxEvent | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *addr, size_t size) |
Protected Member Functions inherited from jem::gl::GfxEvent | |
| GfxEvent (TypeID tid) | |
| typedef GfxEvent jem::gl::RedrawEvent::Super |
| jem::gl::RedrawEvent::RedrawEvent | ( | ) |
|
static |
|
static |
| int jem::gl::RedrawEvent::flags |