|
Graphviz 14.0.3~dev.20251115.1151
|
#include "smyrnadefs.h"#include "gvprpipe.h"#include <common/const.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <assert.h>#include <glade/glade.h>#include <gtk/gtk.h>#include "draw.h"#include "gui/gui.h"#include "gui/topviewsettings.h"#include <util/agxbuf.h>#include <viewport.h>#include <gvpr/gvpr.h>Go to the source code of this file.
Functions | |
| static ssize_t | outfn (void *sp, const char *buf, size_t nbyte, void *dp) |
| int | run_gvpr (Agraph_t *srcGraph, size_t argc, char *argv[]) |
|
static |
Definition at line 28 of file gvprpipe.c.
References append_textview(), and xml.
Referenced by run_gvpr().
| int run_gvpr | ( | Agraph_t * | srcGraph, |
| size_t | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 41 of file gvprpipe.c.
References _ViewInfo::activeGraph, add_graph_to_viewport(), agclose(), agxbfree(), agxbprint(), agxbuse(), _ViewInfo::g, GV_USE_OUTGRAPH, gvpr(), opts, outfn(), refreshViewport(), update_graph_from_settings(), updateRecord(), and view.
Referenced by gvpr_select(), and mTestgvpr().