/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/plugin/core/gvrender_core_map.c File Reference

#include "gvplugin_render.h"
#include "graph.h"

Include dependency graph for gvrender_core_map.c:

Go to the source code of this file.

Enumerations

enum  format_type {
  FORMAT_PNG_SVG, FORMAT_GIF_SVG, FORMAT_JPEG_SVG, FORMAT_PNG_XDOT,
  FORMAT_GIF_XDOT, FORMAT_JPEG_XDOT, FORMAT_PNG_FIG, FORMAT_GIF_FIG,
  FORMAT_JPEG_FIG, FORMAT_PNG_VRML, FORMAT_GIF_VRML, FORMAT_JPEG_VRML,
  FORMAT_PS_PS, FORMAT_PSLIB_PS, FORMAT_SVG_SVG, FORMAT_DOT,
  FORMAT_CANON, FORMAT_PLAIN, FORMAT_PLAIN_EXT, FORMAT_XDOT,
  FORMAT_FIG, FORMAT_IMAP, FORMAT_ISMAP, FORMAT_CMAP,
  FORMAT_CMAPX, FORMAT_PS, FORMAT_PS2, FORMAT_SVG,
  FORMAT_SVGZ, FORMAT_VML, FORMAT_VMLZ
}

Functions

char * xml_string (char *str)

Variables

gvplugin_installed_t gvrender_map_types []
gvplugin_installed_t gvdevice_map_types []


Enumeration Type Documentation

enum format_type

Enumerator:
FORMAT_PNG_SVG 
FORMAT_GIF_SVG 
FORMAT_JPEG_SVG 
FORMAT_PNG_XDOT 
FORMAT_GIF_XDOT 
FORMAT_JPEG_XDOT 
FORMAT_PNG_FIG 
FORMAT_GIF_FIG 
FORMAT_JPEG_FIG 
FORMAT_PNG_VRML 
FORMAT_GIF_VRML 
FORMAT_JPEG_VRML 
FORMAT_PS_PS 
FORMAT_PSLIB_PS 
FORMAT_SVG_SVG 
FORMAT_DOT 
FORMAT_CANON 
FORMAT_PLAIN 
FORMAT_PLAIN_EXT 
FORMAT_XDOT 
FORMAT_FIG 
FORMAT_IMAP 
FORMAT_ISMAP 
FORMAT_CMAP 
FORMAT_CMAPX 
FORMAT_PS 
FORMAT_PS2 
FORMAT_SVG 
FORMAT_SVGZ 
FORMAT_VML 
FORMAT_VMLZ 

Definition at line 28 of file gvrender_core_map.c.


Function Documentation

char* xml_string ( char *  str  ) 

Definition at line 363 of file labels.c.


Variable Documentation

gvplugin_installed_t gvdevice_map_types[]

Initial value:

 {
    {FORMAT_ISMAP, "ismap:map", 1, NULL, &device_features_map_nopoly},
    {FORMAT_CMAP, "cmap:map", 1, NULL, &device_features_map},
    {FORMAT_IMAP, "imap:map", 1, NULL, &device_features_map},
    {FORMAT_CMAPX, "cmapx:map", 1, NULL, &device_features_map},
    {FORMAT_IMAP, "imap_np:map", 1, NULL, &device_features_map_nopoly},
    {FORMAT_CMAPX, "cmapx_np:map", 1, NULL, &device_features_map_nopoly},
    {0, NULL, 0, NULL, NULL}
}

Definition at line 320 of file gvrender_core_map.c.

gvplugin_installed_t gvrender_map_types[]

Initial value:

 {
    {FORMAT_ISMAP, "map", 1, &map_engine, &render_features_map},
    {0, NULL, 0, NULL, NULL}
}

Definition at line 315 of file gvrender_core_map.c.


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