Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Enumerations | Variables
gvcext.h File Reference
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
 
typedef struct gvplugin_available_s gvplugin_available_t
 

Enumerations

enum  api_t { _DUMMY_ELEM_ =0 }
 

Variables

lt_symlist_t lt_preloaded_symbols []
 

Macro Definition Documentation

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

Definition at line 28 of file gvcext.h.

Referenced by gvFreeContext().

#define ELEM (   x)    API_##x,

Definition at line 33 of file gvcext.h.

Typedef Documentation

typedef struct GVC_s GVC_t

Definition at line 57 of file gvcext.h.

typedef struct GVG_s GVG_t

Definition at line 56 of file gvcext.h.

typedef struct GVJ_s GVJ_t

Definition at line 55 of file gvcext.h.

Definition at line 64 of file gvcext.h.

Enumeration Type Documentation

enum api_t
Enumerator
_DUMMY_ELEM_ 

Definition at line 34 of file gvcext.h.

Variable Documentation

lt_symlist_t lt_preloaded_symbols[]

Definition at line 36 of file dot_builtins.c.

Referenced by main(), and Tcldot_Init().