Main thread of time tracker main loop plugin. More...
#include <>>
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. |
Main thread of time tracker main loop plugin.
Definition at line 38 of file thread.h.
TimeTrackerMainLoopThread::TimeTrackerMainLoopThread | ( | ) |
Constructor.
Definition at line 36 of file thread.cpp.
TimeTrackerMainLoopThread::~TimeTrackerMainLoopThread | ( | ) | [virtual] |
Destructor.
Definition at line 43 of file thread.cpp.
virtual void TimeTrackerMainLoopThread::run | ( | ) | [inline, protected, virtual] |