Gnash  0.8.11dev
Classes | Namespaces | Constant Groups | Functions
event_id.h File Reference
#include <string>
#include "GnashKey.h"

Go to the source code of this file.

Classes

class  gnash::event_id
 A class to identify 'static' SWF events (system events). More...
 

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Constant Groups

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Functions

bool gnash::operator== (const event_id &a, const event_id &b)
 Return whether two event_ids are equal. More...
 
bool gnash::operator< (const event_id &a, const event_id &b)
 Comparator for use in stdlib containers. More...
 
bool gnash::isButtonEvent (const event_id &e)
 Check whether an event is a button-like event. More...
 
bool gnash::isKeyEvent (const event_id &e)
 Check whether an event is a keyboard event. More...
 
std::ostream & gnash::operator<< (std::ostream &o, const event_id &ev)