|
sigc::signal< void > | Completed |
|
sigc::signal< void > | Progressed |
|
sigc::signal< void > | ProgressRateChanged |
|
sigc::signal< void > | UsagesChanged |
|
Definition at line 28 of file Task.h.
Eris::Task::Task |
( |
Entity & |
owner, |
|
|
std::string |
name |
|
) |
| |
Create a new task owned by the specified entity
Definition at line 19 of file Task.cpp.
bool Eris::Task::isComplete |
( |
| ) |
const |
const std::string & Eris::Task::name |
( |
| ) |
const |
|
inline |
Gets the name of the task.
- Returns
- The name of the task.
Definition at line 94 of file Task.h.
double Eris::Task::progress |
( |
| ) |
const |
|
inline |
Return the current progress of the task. Value will always be in the range [0..1].
Definition at line 98 of file Task.h.
Referenced by isComplete().
double Eris::Task::progressRate |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: