Jive reference manual
List of all members | Public Types | Public Member Functions | Public Attributes
jem::gl::CommandEvent Class Reference

#include <jem/gl/Event.h>

Inheritance diagram for jem::gl::CommandEvent:
Inheritance graph

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

 CommandEvent (const String &cmd)
 
- Public Member Functions inherited from jem::gl::GfxEvent
 GfxEvent ()
 
virtual ~GfxEvent ()
 
GfxEventnext () const
 
GfxEventprev () const
 
void unlink ()
 
void insert (GfxEvent *ev)
 

Public Attributes

String command
 
- Public Attributes inherited from jem::gl::GfxEvent
const TypeID type
 

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)
 

Member Typedef Documentation

Constructor & Destructor Documentation

jem::gl::CommandEvent::CommandEvent ( const String cmd)
explicit

Member Data Documentation

String jem::gl::CommandEvent::command