/
class Geo GeoTimer Task
This is the documentation for Enlighten.
class Geo GeoTimer Task
class Geo::GeoTimer::Task
The Task object that the user creates to wrap an activity.
Functions
Name | Description |
---|---|
~Task() | Destructor; when it fires it stops the timer (if not already done by another Task) |
Task(GeoTimer &, const GeoSymbolString &, bool) | Construct a new Task. |
Geo::GeoTimer::Task::~Task
public: ~Task()
Destructor; when it fires it stops the timer (if not already done by another Task)
Geo::GeoTimer::Task::Task
public: Task
(
GeoTimer & timer,
const GeoSymbolString & name,
bool subtask
)
Construct a new Task.
Parameters
timer | The timer that this task should be added to |
|
name | The name of this task (does not have to be unique) |
|
subtask | Should this task add itself as a child or replace current task? |
, multiple selections available,
Related content
class Geo GeoTimer
class Geo GeoTimer
More like this
module System
module System
More like this
module System
module System
More like this
module System
module System
More like this
class Geo QuickTaskTimer
class Geo QuickTaskTimer
More like this
class Geo QuickTaskTimer
class Geo QuickTaskTimer
More like this