Graphviz  2.41.20171026.1811
Data Structures | Typedefs | Functions
pend.c File Reference
#include <cghdr.h>
Include dependency graph for pend.c:

Go to the source code of this file.

Data Structures

struct  symlist_s
 
struct  pending_cb_t
 
struct  pendingset_t
 

Typedefs

typedef struct symlist_s symlist_t
 

Functions

void agrecord_callback (Agraph_t *g, Agobj_t *obj, int kind, Agsym_t *optsym)
 
int agcallbacks (Agraph_t *g, int flag)
 

Typedef Documentation

typedef struct symlist_s symlist_t

Function Documentation

int agcallbacks ( Agraph_t g,
int  flag 
)

Definition at line 286 of file pend.c.

References Agclos_s::callbacks_enabled, Agraph_s::clos, FALSE, NOT, and TRUE.

Referenced by main().

void agrecord_callback ( Agraph_t g,
Agobj_t obj,
int  kind,
Agsym_t optsym 
)

Definition at line 193 of file pend.c.

References agbindrec(), agerr(), AGERR, assert, CB_DELETION, CB_INITIALIZE, CB_UPDATE, and FALSE.

Referenced by agmethod_delete(), agmethod_init(), and agmethod_upd().