#include <gvcint.h>
Collaboration diagram for GVC_s:
Data Fields | |
GVCOMMON_t | common |
char * | config_path |
boolean | config_found |
char ** | input_filenames |
GVG_t * | gvgs |
GVG_t * | gvg |
gvplugin_available_t * | apis [APIS] |
gvplugin_available_t * | api [APIS] |
gvevent_key_binding_t * | keybindings |
int | numkeys |
void * | keycodes |
size_t(* | write_fn )(const char *s, int len) |
GVJ_t * | jobs |
GVJ_t * | job |
graph_t * | g |
gvplugin_active_textlayout_t | textlayout |
gvplugin_active_layout_t | layout |
char * | graphname |
GVJ_t * | active_jobs |
char * | pagedir |
pointf | margin |
pointf | pad |
pointf | pageSize |
point | pb |
boxf | bb |
int | rotation |
boolean | graph_sets_pad |
boolean | graph_sets_margin |
boolean | graph_sets_pageSize |
boolean | graph_sets_rotation |
char * | layerDelims |
char * | layers |
char ** | layerIDs |
int | numLayers |
char * | defaultfontname |
double | defaultfontsize |
char ** | defaultlinestyle |
gvcolor_t | bgcolor |
int | fontrenaming |
Definition at line 71 of file gvcint.h.
Definition at line 72 of file gvcint.h.
Referenced by dotneato_args_initialize(), gvcBuildDate(), gvcInfo(), gvcUsername(), gvcVersion(), gvjobs_delete(), gvNEWcontext(), gvNextInputGraph(), gvplugin_library_load(), gvplugin_load(), gvplugin_write_status(), gvrender_begin_job(), gvrender_end_job(), and gvRenderJobs().
char* GVC_s::config_path |
char** GVC_s::input_filenames |
gvplugin_available_t* GVC_s::apis[APIS] |
Definition at line 87 of file gvcint.h.
Referenced by gvplugin_install(), gvplugin_list(), and gvplugin_load().
gvplugin_available_t* GVC_s::api[APIS] |
int GVC_s::numkeys |
void* GVC_s::keycodes |
size_t(* GVC_s::write_fn)(const char *s, int len) |
Referenced by gv_binding_init(), and gvdevice_write().
Definition at line 102 of file gvcint.h.
Referenced by gvjobs_delete(), gvjobs_first(), gvjobs_output_filename(), and gvjobs_output_langname().
Definition at line 103 of file gvcint.h.
Referenced by gvjobs_delete(), gvjobs_first(), gvjobs_next(), gvjobs_output_filename(), gvjobs_output_langname(), gvRender(), gvRenderData(), and gvRenderFilename().
Definition at line 105 of file gvcint.h.
Referenced by gvrender_begin_job(), and gvrender_begin_page().
Definition at line 109 of file gvcint.h.
Referenced by gvlayout_select(), gvLayoutJobs(), and gvRenderJobs().
char* GVC_s::graphname |
Definition at line 112 of file gvcint.h.
Referenced by gvFreeContext(), gvjobs_delete(), and gvRenderJobs().
char* GVC_s::pagedir |
int GVC_s::rotation |
char* GVC_s::layerDelims |
char* GVC_s::layers |
char** GVC_s::layerIDs |
int GVC_s::numLayers |
char* GVC_s::defaultfontname |
double GVC_s::defaultfontsize |
char** GVC_s::defaultlinestyle |