Graphviz 13.0.0~dev.20241222.1117
|
#include <gvcommon.h>
Data Fields | |
char ** | info |
char * | cmdname |
int | verbose |
bool | config |
bool | auto_outfile_names |
void(* | errorfn )(const char *fmt,...) |
const char ** | show_boxes |
emit code for correct box coordinates | |
const char ** | lib |
int | viewNum |
rendering state | |
const lt_symlist_t * | builtins |
int | demand_loading |
Definition at line 19 of file gvcommon.h.
bool GVCOMMON_s::auto_outfile_names |
Definition at line 23 of file gvcommon.h.
Referenced by config_extra_args(), dotneato_args_initialize(), and gvdevice_initialize().
const lt_symlist_t* GVCOMMON_s::builtins |
Definition at line 31 of file gvcommon.h.
Referenced by gvconfig_plugin_install_builtins(), and gvNEWcontext().
char* GVCOMMON_s::cmdname |
Definition at line 21 of file gvcommon.h.
Referenced by cairogen_begin_page(), dotneato_args_initialize(), gdgen_begin_page(), gvNextInputGraph(), and pov_begin_graph().
bool GVCOMMON_s::config |
Definition at line 23 of file gvcommon.h.
Referenced by config_extra_args(), and dotneato_args_initialize().
int GVCOMMON_s::demand_loading |
Definition at line 32 of file gvcommon.h.
Referenced by gvconfig(), gvNEWcontext(), gvplugin_library_load(), and gvplugin_write_status().
void(* GVCOMMON_s::errorfn) (const char *fmt,...) |
Definition at line 24 of file gvcommon.h.
Referenced by gdgen_begin_page(), gvdevice_finalize(), gvdevice_initialize(), gvNEWcontext(), gvwrite(), gvwrite_no_z(), lasi_begin_page(), and psgen_begin_page().
char** GVCOMMON_s::info |
Definition at line 20 of file gvcommon.h.
Referenced by dotneato_args_initialize(), fig_begin_graph(), gvcBuildDate(), gvcInfo(), gvcVersion(), gvNEWcontext(), lasi_begin_job(), pic_begin_graph(), pov_begin_graph(), psgen_begin_job(), quartzgen_begin_page(), svg_begin_job(), and tkgen_begin_job().
const char** GVCOMMON_s::lib |
Definition at line 26 of file gvcommon.h.
Referenced by gvrender_end_job(), lasi_begin_graph(), psgen_begin_graph(), and use_library().
const char** GVCOMMON_s::show_boxes |
Definition at line 25 of file gvcommon.h.
Referenced by gvRenderJobs(), lasi_begin_graph(), lasi_begin_page(), lasi_end_job(), lasi_end_page(), psgen_begin_graph(), psgen_begin_page(), psgen_end_job(), and psgen_end_page().
int GVCOMMON_s::verbose |
Definition at line 22 of file gvcommon.h.
Referenced by cairogen_begin_page(), config_extra_args(), dotneato_args_initialize(), gdgen_begin_page(), gvplugin_library_load(), gvplugin_load(), gvplugin_write_status(), and pov_begin_graph().
int GVCOMMON_s::viewNum |
current view - 1 based count of views, all pages in all layers
Definition at line 29 of file gvcommon.h.
Referenced by emit_node(), emit_view(), graphcmd_internal(), gvjobs_delete(), gvRenderJobs(), lasi_begin_graph(), lasi_begin_page(), lasi_end_job(), lasi_end_page(), psgen_begin_graph(), psgen_begin_page(), psgen_end_job(), psgen_end_page(), and setup_page().