Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LookoutScanEvent Class Reference

Inheritance diagram for LookoutScanEvent:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 98 of file LookoutEvents.h.

Public Member Functions

virtual LookoutEventType_t getLookoutEventType () const
 LookoutScanEvent (vector< DualCoding::LookoutScanRequest::Task * > &_tasks)
 LookoutScanEvent (vector< DualCoding::LookoutScanRequest::Task * > &_tasks, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur=0)
 LookoutScanEvent (vector< DualCoding::LookoutScanRequest::Task * > &_tasks, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur, const std::string &n, float mag)
 LookoutScanEvent (const LookoutScanEvent &lose)
 copy constructor (shallow copy)
const LookoutScanEventoperator= (const LookoutScanEvent &lose)
 assignment operator (shallow copy)
virtual EventBaseclone () const
 allows a copy to be made of an event, supporting polymorphism
const vector< DualCoding::LookoutScanRequest::Task * > & getTasks () const

Protected Attributes

vector< DualCoding::LookoutScanRequest::Task * > * tasks
 pointer to tasks implemented during the scan


Member Function Documentation

virtual EventBase* LookoutScanEvent::clone (  )  const [inline, virtual]

allows a copy to be made of an event, supporting polymorphism

Must be overridden by all subclasses to allow this to happen

I would like to switch this over to the cloneable interface once the compiler gets updated out of the 3.3 branch... see Cloneable::clone() for a discussion of the issue and implementation notes.

Reimplemented from EventBase.

Definition at line 121 of file LookoutEvents.h.


The documentation for this class was generated from the following file:

Tekkotsu v3.0
Generated Fri May 11 20:08:21 2007 by Doxygen 1.4.7