Threaded processor for sending octree packets to a single client. More...
#include <OctreeSendThread.h>
Protected Member Functions | |
| virtual bool | process () override |
| Implements generic processing behavior for this thread. | |
Protected Member Functions inherited from GenericThread | |
| void | lock () |
| Locks all the resources of the thread. | |
| void | unlock () |
| Unlocks all the resources of the thread. | |
Additional Inherited Members | |
Public Slots inherited from GenericThread | |
| void | threadRoutine () |
| If you're running in non-threaded mode, you must call this regularly. | |
Public Member Functions inherited from GenericThread | |
| void | initialize (bool isThreaded=true, QThread::Priority priority=QThread::NormalPriority) |
| void | terminate () |
| Call to stop the thread. | |
Threaded processor for sending octree packets to a single client.