|
MagickCore
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
#include <configure.h>
Data Fields | |
| char * | path |
| char * | name |
| char * | value |
| MagickBooleanType | exempt |
| MagickBooleanType | stealth |
| struct _ConfigureInfo * | previous |
| struct _ConfigureInfo * | next |
| size_t | signature |
| MagickBooleanType _ConfigureInfo::exempt |
Referenced by AddConfigureKey(), DestroyConfigureElement(), and LoadConfigureCache().
| char * _ConfigureInfo::name |
| struct _ConfigureInfo * _ConfigureInfo::next |
Referenced by ReadImage(), and WriteImages().
| char* _ConfigureInfo::path |
Referenced by AddConfigureKey(), DestroyConfigureElement(), ListConfigureInfo(), and LoadConfigureCache().
| struct _ConfigureInfo* _ConfigureInfo::previous |
| size_t _ConfigureInfo::signature |
Referenced by AddConfigureKey(), GetConfigureValue(), and LoadConfigureCache().
| MagickBooleanType _ConfigureInfo::stealth |
Referenced by GetConfigureInfoList(), GetConfigureList(), and LoadConfigureCache().
| char * _ConfigureInfo::value |
Referenced by AddConfigureKey(), DestroyConfigureElement(), GetConfigureValue(), LoadConfigureCache(), and ReadImage().