Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
gvcommon.h
Go to the documentation of this file.
1
3/*************************************************************************
4 * Copyright (c) 2011 AT&T Intellectual Property
5 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * which accompanies this distribution, and is available at
8 * https://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors: Details at https://graphviz.org
11 *************************************************************************/
12
13#pragma once
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19typedef struct GVCOMMON_s {
20 char **info;
21 char *cmdname;
24 void (*errorfn)(const char *fmt, ...);
25 const char **show_boxes;
26 const char **lib;
27
29 int viewNum;
34
35#ifdef __cplusplus
36}
37#endif
struct GVCOMMON_s GVCOMMON_t
char * cmdname
Definition gvcommon.h:21
const lt_symlist_t * builtins
Definition gvcommon.h:31
bool auto_outfile_names
Definition gvcommon.h:23
const char ** lib
Definition gvcommon.h:26
char ** info
Definition gvcommon.h:20
void(* errorfn)(const char *fmt,...)
Definition gvcommon.h:24
const char ** show_boxes
emit code for correct box coordinates
Definition gvcommon.h:25
int viewNum
rendering state
Definition gvcommon.h:29
int demand_loading
Definition gvcommon.h:32
bool config
Definition gvcommon.h:23
int verbose
Definition gvcommon.h:22