|
BitmapToolkit Scol plugin
|
#include <BitmapToolkitThread.h>
Public Member Functions | |
| Thread () | |
| void | StartThreading (std::function< void()> threadFunction) |
| void | StopThreading () |
| bool | IsRunning () |
Definition at line 41 of file BitmapToolkitThread.h.
| Thread::Thread | ( | ) |
Definition at line 36 of file BitmapToolkitThread.cpp.
| bool Thread::IsRunning | ( | ) |
Definition at line 62 of file BitmapToolkitThread.cpp.
| void Thread::StartThreading | ( | std::function< void()> | threadFunction | ) |
Definition at line 41 of file BitmapToolkitThread.cpp.
| void Thread::StopThreading | ( | ) |
Definition at line 50 of file BitmapToolkitThread.cpp.