Pajdeg
0.2.2
Pajdeg
|
#include "PDDefines.h"
Go to the source code of this file.
Functions | |
Creating and manipulating filters | |
PDTaskRef | PDTaskCreateFilter (PDPropertyType propertyType) |
PDTaskRef | PDTaskCreateFilterWithValue (PDPropertyType propertyType, PDInteger value) |
PDTaskRef | PDTaskCreateMutator (PDTaskFunc mutatorFunc) |
void | PDTaskAppendTask (PDTaskRef parentTask, PDTaskRef childTask) |
void | PDTaskSetInfo (PDTaskRef task, void *info) |
PDTaskResult | PDTaskExec (PDTaskRef task, PDPipeRef pipe, PDObjectRef object) |
Convenience functions | |
PDTaskRef | PDTaskCreateMutatorForObject (long objectID, PDTaskFunc mutatorFunc) |
PDTaskRef | PDTaskCreateMutatorForPropertyType (PDPropertyType propertyType, PDTaskFunc mutatorFunc) |
PDTaskRef | PDTaskCreateMutatorForPropertyTypeWithValue (PDPropertyType propertyType, PDInteger value, PDTaskFunc mutatorFunc) |
Task header file.