HDK
|
#include <UT_HoudiniExecutionContext.h>
Public Member Functions | |
UT_HoudiniExecutor (UT_HoudiniExecutionContext &context) | |
UT_HoudiniExecutionContext & | context () |
void | on_work_started () const |
void | on_work_finished () const |
template<typename F , typename OtherAllocator > | |
void | dispatch (F f, const OtherAllocator &a) const |
template<typename F , typename OtherAllocator > | |
void | post (F f, const OtherAllocator &a) const |
template<typename F , typename OtherAllocator > | |
void | defer (F f, const OtherAllocator &a) const |
template<typename F > | |
void | execute (F f) const |
bool | operator== (const UT_HoudiniExecutor &rhs) const |
bool | operator!= (const UT_HoudiniExecutor &rhs) const |
Defines how the completion handler should run. In this all completion handlers are handed off to Qt for processing at a later time.
Definition at line 173 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 176 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 227 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 241 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 231 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 246 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 229 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 228 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 256 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 252 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 236 of file UT_HoudiniExecutionContext.h.