cmil::CoordAction Class Reference

#include <InputData.h>

Inheritance diagram for cmil::CoordAction:

Inheritance graph
[legend]
Collaboration diagram for cmil::CoordAction:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CoordAction (const std::string &name)
virtual void runCoord (unsigned long int x, unsigned long int y, int xrel, int yrel)=0

Detailed Description

Definition at line 250 of file InputData.h.


Constructor & Destructor Documentation

cmil::CoordAction::CoordAction ( const std::string &  name  )  [inline]

Definition at line 252 of file InputData.h.

00252 : InputAction(name) {}


Member Function Documentation

virtual void cmil::CoordAction::runCoord ( unsigned long int  x,
unsigned long int  y,
int  xrel,
int  yrel 
) [pure virtual]

Implemented in helloAction.

Referenced by cmil::Coord::do_run().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
(c) 2006-2007 John P. Feltz
Generated on Wed Jul 25 16:08:02 2007 for Common Media Input Layer by doxygen 1.4.7

SourceForge.net Logo