Public Member Functions | Protected Member Functions

TimeTrackerMainLoopThread Class Reference

Main thread of time tracker main loop plugin. More...

#include <>>

Inheritance diagram for TimeTrackerMainLoopThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 TimeTrackerMainLoopThread ()
 Constructor.
virtual ~TimeTrackerMainLoopThread ()
 Destructor.
virtual void init ()
virtual void loop ()
virtual void finalize ()

Protected Member Functions

virtual void run ()
 Stub to see name in backtrace for easier debugging.

Detailed Description

Main thread of time tracker main loop plugin.

Author:
Tim Niemueller

Definition at line 38 of file thread.h.


Constructor & Destructor Documentation

TimeTrackerMainLoopThread::TimeTrackerMainLoopThread (  ) 

Constructor.

Definition at line 36 of file thread.cpp.

TimeTrackerMainLoopThread::~TimeTrackerMainLoopThread (  )  [virtual]

Destructor.

Definition at line 43 of file thread.cpp.


Member Function Documentation

virtual void TimeTrackerMainLoopThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 54 of file thread.h.


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