Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvprpipe.c File Reference
#include "smyrnadefs.h"
#include "gvprpipe.h"
#include <cgraph/agxbuf.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.h"
#include "topviewsettings.h"
#include <viewport.h>
#include <gvpr/gvpr.h>
Include dependency graph for gvprpipe.c:

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[])
 

Function Documentation

◆ outfn()

static ssize_t outfn ( void *  sp,
const char *  buf,
size_t  nbyte,
void *  dp 
)
static

Definition at line 28 of file gvprpipe.c.

References append_textview(), and xml.

Referenced by run_gvpr().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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().

Here is the call graph for this function:
Here is the caller graph for this function: