MagickWand  6.9.6
studio.h File Reference
#include "magick/magick-config.h"
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
#include <locale.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <time.h>
#include <limits.h>
#include <signal.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "wand/MagickWand.h"
#include <sys/time.h>
Include dependency graph for studio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAGICKWAND_POSIX_SUPPORT
 
#define MAGICKWAND_IMPLEMENTATION   1
 
#define MAGICKWAND_CONFIG_H
 
#define STDC
 
#define storage_class   class
 
#define magick_restrict   restrict
 
#define NAMLEN(dirent)   strlen((dirent)->d_name)
 
#define S_ISDIR(mode)   (((mode) & S_IFMT) == S_IFDIR)
 
#define S_ISREG(mode)   (((mode) & S_IFMT) == S_IFREG)
 
#define S_MODE   0600
 
#define DirectorySeparator   "/"
 
#define DirectoryListSeparator   ':'
 
#define EditorOptions   " -title \"Edit Image Comment\" -e vi"
 
#define Exit   exit
 
#define IsBasenameSeparator(c)   ((c) == '/' ? MagickTrue : MagickFalse)
 
#define X11_PREFERENCES_PATH   "~/."
 
#define ProcessPendingEvents(text)
 
#define ReadCommandlLine(argc, argv)
 
#define SetNotifyHandlers
 
#define STDIN_FILENO   0x00
 
#define O_BINARY   0x00
 
#define PATH_MAX   4096
 
#define DisableMSCWarning(nr)
 
#define RestoreMSCWarning
 

Macro Definition Documentation

§ DirectoryListSeparator

#define DirectoryListSeparator   ':'

§ DirectorySeparator

#define DirectorySeparator   "/"

Referenced by MogrifyImageCommand().

§ DisableMSCWarning

#define DisableMSCWarning (   nr)

§ EditorOptions

#define EditorOptions   " -title \"Edit Image Comment\" -e vi"

§ Exit

#define Exit   exit

§ IsBasenameSeparator

#define IsBasenameSeparator (   c)    ((c) == '/' ? MagickTrue : MagickFalse)

§ magick_restrict

#define magick_restrict   restrict

§ MAGICKWAND_CONFIG_H

#define MAGICKWAND_CONFIG_H

§ MAGICKWAND_IMPLEMENTATION

#define MAGICKWAND_IMPLEMENTATION   1

§ MAGICKWAND_POSIX_SUPPORT

#define MAGICKWAND_POSIX_SUPPORT

§ NAMLEN

#define NAMLEN (   dirent)    strlen((dirent)->d_name)

§ O_BINARY

#define O_BINARY   0x00

§ PATH_MAX

#define PATH_MAX   4096

§ ProcessPendingEvents

#define ProcessPendingEvents (   text)

§ ReadCommandlLine

§ RestoreMSCWarning

#define RestoreMSCWarning

§ S_ISDIR

#define S_ISDIR (   mode)    (((mode) & S_IFMT) == S_IFDIR)

§ S_ISREG

#define S_ISREG (   mode)    (((mode) & S_IFMT) == S_IFREG)

§ S_MODE

#define S_MODE   0600

§ SetNotifyHandlers

#define SetNotifyHandlers

§ STDC

#define STDC

§ STDIN_FILENO

#define STDIN_FILENO   0x00

§ storage_class

#define storage_class   class

§ X11_PREFERENCES_PATH

#define X11_PREFERENCES_PATH   "~/."