se_core::Task Class Reference

#include <Task.hpp>

Inheritance diagram for se_core::Task:

se_ogre::O3dAreaComponent se_ogre::O3dThingComponent List of all members.

Public Member Functions

 Task (int priority, int weight)
 Task ()
virtual void perform ()=0
int priority () const
void setPriority (int p)
void setWeight (int w)
int weight () const

Friends

class TaskList

Constructor & Destructor Documentation

se_core::Task::Task int  priority,
int  weight
[inline]
 

Definition at line 31 of file Task.hpp.

se_core::Task::Task  )  [inline]
 

Definition at line 32 of file Task.hpp.


Member Function Documentation

virtual void se_core::Task::perform  )  [pure virtual]
 

Implemented in se_ogre::O3dAreaComponent, and se_ogre::O3dThingComponent.

int se_core::Task::priority  )  const [inline]
 

Definition at line 35 of file Task.hpp.

void se_core::Task::setPriority int  p  )  [inline]
 

Definition at line 38 of file Task.hpp.

void se_core::Task::setWeight int  w  )  [inline]
 

Definition at line 41 of file Task.hpp.

int se_core::Task::weight  )  const [inline]
 

Definition at line 44 of file Task.hpp.


Friends And Related Function Documentation

friend class TaskList [friend]
 

Definition at line 54 of file Task.hpp.


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

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:30 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo