Graphviz
13.0.0~dev.20241220.2304
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
16
extern
"C"
{
17
#endif
18
19
typedef
struct
GVCOMMON_s
{
20
char
**
info
;
21
char
*
cmdname
;
22
int
verbose
;
23
bool
config
,
auto_outfile_names
;
24
void (*
errorfn
)(
const
char
*fmt, ...);
25
const
char
**
show_boxes
;
26
const
char
**
lib
;
27
29
int
viewNum
;
31
const
lt_symlist_t
*
builtins
;
32
int
demand_loading
;
33
}
GVCOMMON_t
;
34
35
#ifdef __cplusplus
36
}
37
#endif
GVCOMMON_t
struct GVCOMMON_s GVCOMMON_t
GVCOMMON_s
Definition
gvcommon.h:19
GVCOMMON_s::cmdname
char * cmdname
Definition
gvcommon.h:21
GVCOMMON_s::builtins
const lt_symlist_t * builtins
Definition
gvcommon.h:31
GVCOMMON_s::auto_outfile_names
bool auto_outfile_names
Definition
gvcommon.h:23
GVCOMMON_s::lib
const char ** lib
Definition
gvcommon.h:26
GVCOMMON_s::info
char ** info
Definition
gvcommon.h:20
GVCOMMON_s::errorfn
void(* errorfn)(const char *fmt,...)
Definition
gvcommon.h:24
GVCOMMON_s::show_boxes
const char ** show_boxes
emit code for correct box coordinates
Definition
gvcommon.h:25
GVCOMMON_s::viewNum
int viewNum
rendering state
Definition
gvcommon.h:29
GVCOMMON_s::demand_loading
int demand_loading
Definition
gvcommon.h:32
GVCOMMON_s::config
bool config
Definition
gvcommon.h:23
GVCOMMON_s::verbose
int verbose
Definition
gvcommon.h:22
lt_symlist_t
Definition
gvcext.h:39
lib
gvc
gvcommon.h
Generated by
1.9.8