HDK
|
#include <UT_HoudiniExecutionContext.h>
Public Member Functions | |
UT_HoudiniExecutor (UT_HoudiniExecutionContext &context) | |
UT_HoudiniExecutionContext & | context () const |
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 175 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 178 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 229 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 243 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 233 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 248 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 231 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 230 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 258 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 254 of file UT_HoudiniExecutionContext.h.
|
inline |
Definition at line 238 of file UT_HoudiniExecutionContext.h.