Go to the source code of this file.
|
| #define | CLIWandException(severity, tag, option) |
| |
| #define | CLIWandExceptionArg(severity, tag, option, arg) |
| |
| #define | CLIWandWarnReplaced(message) |
| |
| #define | CLIWandExceptionFile(severity, tag, context) |
| |
| #define | CLIWandExceptionBreak(severity, tag, option) { CLIWandException(severity,tag,option); break; } |
| |
| #define | CLIWandExceptionReturn(severity, tag, option) { CLIWandException(severity,tag,option); return; } |
| |
| #define | CLIWandExceptArgBreak(severity, tag, option, arg) { CLIWandExceptionArg(severity,tag,option,arg); break; } |
| |
| #define | CLIWandExceptArgReturn(severity, tag, option, arg) { CLIWandExceptionArg(severity,tag,option,arg); return; } |
| |
|
| enum | ProcessOptionFlags {
ProcessImplictRead = 0x0001,
ProcessInterpretProperities = 0x0010,
ProcessExitOption = 0x0100,
ProcessScriptOption = 0x0200,
ProcessReadOption = 0x0400,
ProcessWarnDeprecated = 0x0800,
ProcessOneOptionOnly = 0x4000,
ProcessImplictWrite = 0x8000,
MagickCommandOptionFlags = 0x8FFF,
ConvertCommandOptionFlags = 0x800F,
MagickScriptArgsFlags = 0x000F
} |
| |
| #define CLIWandExceptArgBreak |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option, |
|
|
|
arg |
|
) |
| { CLIWandExceptionArg(severity,tag,option,arg); break; } |
| #define CLIWandExceptArgReturn |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option, |
|
|
|
arg |
|
) |
| { CLIWandExceptionArg(severity,tag,option,arg); return; } |
| #define CLIWandException |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option |
|
) |
| |
Value:
"`%s'",option)
WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: wandcli.c:320
Referenced by CLIListOperatorImages(), CLINoImageOperator(), CLISettingOptionInfo(), CLISimpleOperatorImage(), ProcessCommandOptions(), and ProcessScriptOptions().
| #define CLIWandExceptionArg |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option, |
|
|
|
arg |
|
) |
| |
Value:
"'%s' '%s'",option, arg)
WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: wandcli.c:320
Referenced by CLINoImageOperator().
| #define CLIWandExceptionBreak |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option |
|
) |
| { CLIWandException(severity,tag,option); break; } |
| #define CLIWandExceptionFile |
( |
|
severity, |
|
|
|
tag, |
|
|
|
context |
|
) |
| |
Value:{ char *message=GetExceptionMessage(errno); \
"'%s': %s",context,message); \
message=DestroyString(message); \
}
WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: wandcli.c:320
Referenced by ProcessScriptOptions().
| #define CLIWandExceptionReturn |
( |
|
severity, |
|
|
|
tag, |
|
|
|
option |
|
) |
| { CLIWandException(severity,tag,option); return; } |
| #define CLIWandWarnReplaced |
( |
|
message | ) |
|
Value:
"ReplacedOption", "'%s', use \"%s\"",option,message)
Definition: wandcli-private.h:73
WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: wandcli.c:320
Referenced by CLIListOperatorImages(), CLISettingOptionInfo(), and CLISimpleOperatorImage().
| Enumerator |
|---|
| ProcessImplictRead |
|
| ProcessInterpretProperities |
|
| ProcessExitOption |
|
| ProcessScriptOption |
|
| ProcessReadOption |
|
| ProcessWarnDeprecated |
|
| ProcessOneOptionOnly |
|
| ProcessImplictWrite |
|
| MagickCommandOptionFlags |
|
| ConvertCommandOptionFlags |
|
| MagickScriptArgsFlags |
|