Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  lt_symlist_t
 

Macros

#define APIS   ELEM(render) ELEM(layout) ELEM(textlayout) ELEM(device) ELEM(loadimage)
 
#define ELEM(x)   API_##x,
 

Typedefs

typedef struct GVJ_s GVJ_t
 
typedef struct GVG_s GVG_t
 
typedef struct GVC_s GVC_t
 graphviz context
 
typedef struct gvplugin_available_s gvplugin_available_t
 

Enumerations

enum  api_t { APIS }
 

Variables

lt_symlist_t lt_preloaded_symbols []
 

Macro Definition Documentation

◆ APIS

#define APIS   ELEM(render) ELEM(layout) ELEM(textlayout) ELEM(device) ELEM(loadimage)

Definition at line 26 of file gvcext.h.

◆ ELEM

#define ELEM (   x)    API_##x,

Definition at line 31 of file gvcext.h.

Typedef Documentation

◆ GVC_t

typedef struct GVC_s GVC_t

Definition at line 37 of file gvcext.h.

◆ GVG_t

typedef struct GVG_s GVG_t

Definition at line 36 of file gvcext.h.

◆ GVJ_t

typedef struct GVJ_s GVJ_t

Definition at line 35 of file gvcext.h.

◆ gvplugin_available_t

Definition at line 44 of file gvcext.h.

Enumeration Type Documentation

◆ api_t

enum api_t
Enumerator
APIS 

Definition at line 32 of file gvcext.h.

Variable Documentation

◆ lt_preloaded_symbols

lt_symlist_t lt_preloaded_symbols[]
extern

Definition at line 38 of file dot_builtins.cpp.

Referenced by gv_init(), main(), main(), and Tcldot_Init().