![]() |
MagickCore
7.0.7
Convert, Edit, Or Compose Bitmap Images
|
#include <delegate.h>
Data Fields | |
char * | path |
char * | decode |
char * | encode |
char * | commands |
ssize_t | mode |
MagickBooleanType | thread_support |
MagickBooleanType | spawn |
MagickBooleanType | stealth |
SemaphoreInfo * | semaphore |
size_t | signature |
Definition at line 28 of file delegate.h.
char * _DelegateInfo::commands |
Definition at line 31 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateCommand(), GetDelegateCommands(), InvokeDelegate(), and LoadDelegateCache().
char * _DelegateInfo::decode |
Definition at line 31 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateCache().
char * _DelegateInfo::encode |
Definition at line 31 of file delegate.h.
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateCache().
ssize_t _DelegateInfo::mode |
Definition at line 37 of file delegate.h.
Referenced by GetDelegateInfo(), GetDelegateMode(), InvokeDelegate(), and LoadDelegateCache().
char* _DelegateInfo::path |
Definition at line 31 of file delegate.h.
Referenced by DestroyDelegate(), ListDelegateInfo(), and LoadDelegateCache().
SemaphoreInfo* _DelegateInfo::semaphore |
Definition at line 45 of file delegate.h.
Referenced by DestroyDelegate(), LoadDelegateCache(), ReadImage(), and WriteImage().
size_t _DelegateInfo::signature |
Definition at line 48 of file delegate.h.
Referenced by GetDelegateCommands(), GetDelegateMode(), GetDelegateThreadSupport(), and LoadDelegateCache().
MagickBooleanType _DelegateInfo::spawn |
Definition at line 40 of file delegate.h.
Referenced by InvokeDelegate(), and LoadDelegateCache().
MagickBooleanType _DelegateInfo::stealth |
Definition at line 40 of file delegate.h.
Referenced by GetDelegateInfoList(), GetDelegateList(), and LoadDelegateCache().
MagickBooleanType _DelegateInfo::thread_support |
Definition at line 40 of file delegate.h.
Referenced by GetDelegateThreadSupport(), and LoadDelegateCache().