Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LookoutScanEvent Class Reference

#include <LookoutEvents.h>

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< ScanRequest::Task * > &_tasks)
 LookoutScanEvent (vector< ScanRequest::Task * > &_tasks, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur=0)
 LookoutScanEvent (vector< ScanRequest::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< ScanRequest::Task * > & getTasks () const

Protected Attributes

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


Constructor & Destructor Documentation

LookoutScanEvent::LookoutScanEvent ( vector< ScanRequest::Task * > &  _tasks  )  [inline]

Definition at line 104 of file LookoutEvents.h.

Referenced by clone().

LookoutScanEvent::LookoutScanEvent ( vector< ScanRequest::Task * > &  _tasks,
EventGeneratorID_t  gid,
unsigned int  sid,
EventTypeID_t  tid,
unsigned int  dur = 0 
) [inline]

Definition at line 105 of file LookoutEvents.h.

LookoutScanEvent::LookoutScanEvent ( vector< ScanRequest::Task * > &  _tasks,
EventGeneratorID_t  gid,
unsigned int  sid,
EventTypeID_t  tid,
unsigned int  dur,
const std::string &  n,
float  mag 
) [inline]

Definition at line 108 of file LookoutEvents.h.

LookoutScanEvent::LookoutScanEvent ( const LookoutScanEvent lose  )  [inline]

copy constructor (shallow copy)

Definition at line 112 of file LookoutEvents.h.


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.

virtual LookoutEventType_t LookoutScanEvent::getLookoutEventType (  )  const [inline, virtual]

Implements LookoutEvent.

Definition at line 103 of file LookoutEvents.h.

const vector<ScanRequest::Task*>& LookoutScanEvent::getTasks (  )  const [inline]

Definition at line 122 of file LookoutEvents.h.

const LookoutScanEvent& LookoutScanEvent::operator= ( const LookoutScanEvent lose  )  [inline]

assignment operator (shallow copy)

Definition at line 115 of file LookoutEvents.h.


Member Data Documentation

vector<ScanRequest::Task*>* LookoutScanEvent::tasks [protected]

pointer to tasks implemented during the scan

Definition at line 101 of file LookoutEvents.h.

Referenced by getTasks(), and operator=().


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

Tekkotsu v3.0
Generated Wed Oct 4 00:05:06 2006 by Doxygen 1.4.7