/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/gvc/gvplugin_loadimage.h

Go to the documentation of this file.
00001 /* $Id: gvplugin_loadimage.h,v 1.3 2007/10/03 19:19:29 ellson Exp $ $Revision: 1.3 $ */
00002 /* vim:set shiftwidth=4 ts=8: */
00003 
00004 /**********************************************************
00005 *      This software is part of the graphviz package      *
00006 *                http://www.graphviz.org/                 *
00007 *                                                         *
00008 *            Copyright (c) 1994-2004 AT&T Corp.           *
00009 *                and is licensed under the                *
00010 *            Common Public License, Version 1.0           *
00011 *                      by AT&T Corp.                      *
00012 *                                                         *
00013 *        Information and Software Systems Research        *
00014 *              AT&T Research, Florham Park NJ             *
00015 **********************************************************/
00016 
00017 #ifndef GVPLUGIN_IMAGELOAD_H
00018 #define GVPLUGIN_IMAGELOAD_H
00019 
00020 #include "types.h"
00021 #include "gvplugin.h"
00022 #include "gvcjob.h"
00023 
00024 extern void gvdevice_fputs(GVJ_t * job, char *s);
00025 extern void gvdevice_printf(GVJ_t * job, const char *format, ...);
00026 
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030 
00031     struct gvloadimage_engine_s {
00032         void (*loadimage) (GVJ_t *job, usershape_t *us, boxf b, boolean filled);
00033     };
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 #endif                          /* GVPLUGIN_IMAGELOAD_H */

Generated on Mon Mar 31 19:03:27 2008 for Graphviz by  doxygen 1.5.1