FXBaseObject.h File Reference

#include <config.h>
#include <FXHash.h>
#include <FXObject.h>

Go to the source code of this file.

Namespaces

namespace  FXEX

Data Structures

class  FXEX::FXBaseObject

Defines

#define FXMAPALL(func)   {MKUINT(MINKEY,MINTYPE),MKUINT(MAXKEY,MAXTYPE),&func}
#define FXMAPKEY(key, func)   {MKUINT(key,MINTYPE),MKUINT(key,MAXTYPE),&func}


Define Documentation

#define FXMAPALL ( func   )     {MKUINT(MINKEY,MINTYPE),MKUINT(MAXKEY,MAXTYPE),&func}

Define so that all types and all id's can go to a specific function. This is particularily useful if you just want to forward the event to a target but not specifically use the onDefault method.

Note: if FXApp* is not specified, then FXApp::Instance() is used.

Definition at line 50 of file FXBaseObject.h.

#define FXMAPKEY ( key,
func   )     {MKUINT(key,MINTYPE),MKUINT(key,MAXTYPE),&func}

Define so that we can use it to 'redirect' all unhandled events, of a specific key/ID

Definition at line 55 of file FXBaseObject.h.


Generated on Wed May 5 00:06:37 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6