Uses of Class
h.ST_Agobj_s
-
Packages that use ST_Agobj_s Package Description gen.lib.cgraph gen.lib.common gen.lib.dotgen h smetana.core -
-
Uses of ST_Agobj_s in gen.lib.cgraph
Methods in gen.lib.cgraph that return ST_Agobj_s Modifier and Type Method Description static ST_Agobj_s
apply__c. subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
Methods in gen.lib.cgraph with parameters of type ST_Agobj_s Modifier and Type Method Description static void
attr__c. addattr(ST_Agraph_s g, ST_Agobj_s obj, ST_Agsym_s sym)
static int
apply__c. agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)
static boolean
obj__c. agcontains(ST_Agraph_s g, ST_Agobj_s obj)
static ST_Agrec_s
attr__c. agmakeattrs(ST_Agraph_s context, ST_Agobj_s obj)
static CString
id__c. agnameof(ST_Agobj_s obj)
static int
obj__c. agobjkind(ST_Agobj_s arg)
static ST_Agraph_s
obj__c. agraphof(ST_Agobj_s obj)
static ST_Agraph_s
obj__c. agroot(ST_Agobj_s obj)
static int
attr__c. agsafeset(ST_Agobj_s obj, CString name, CString value, CString def)
static int
attr__c. agxset(ST_Agobj_s obj, ST_Agsym_s sym, CString value)
static void
apply__c. rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)
static void
rec__c. set_data(ST_Agobj_s obj, ST_Agrec_s data, int mtflock)
static ST_Agobj_s
apply__c. subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
static int
attr__c. topdictsize(ST_Agobj_s obj)
-
Uses of ST_Agobj_s in gen.lib.common
Methods in gen.lib.common with parameters of type ST_Agobj_s Modifier and Type Method Description static ST_textlabel_t
labels__c. make_label(ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor)
static CString
labels__c. strdup_and_subst_obj0(CString str, ST_Agobj_s obj, int escBackslash)
-
Uses of ST_Agobj_s in gen.lib.dotgen
Methods in gen.lib.dotgen with parameters of type ST_Agobj_s Modifier and Type Method Description static ST_Agraph_s
dotinit__c. dot_root(ST_Agobj_s p)
-
Uses of ST_Agobj_s in h
Subclasses of ST_Agobj_s in h Modifier and Type Class Description class
ST_Agedge_s
class
ST_Agnode_s
class
ST_Agraph_s
Fields in h declared as ST_Agobj_s Modifier and Type Field Description ST_Agobj_s
ST_Agedge_s. base
ST_Agobj_s
ST_Agnode_s. base
ST_Agobj_s
ST_Agraph_s. base
-
Uses of ST_Agobj_s in smetana.core
Methods in smetana.core with parameters of type ST_Agobj_s Modifier and Type Method Description static ST_Agrec_s
Macro. AGDATA(ST_Agobj_s obj)
static void
Macro. AGDATA(ST_Agobj_s obj, ST_Agrec_s v)
static int
Macro. AGID(ST_Agobj_s obj)
static void
Macro. AGID(ST_Agobj_s obj, int v)
static int
Macro. AGSEQ(ST_Agobj_s obj)
static void
Macro. AGSEQ(ST_Agobj_s obj, int v)
static ST_Agtag_s
Macro. AGTAG(ST_Agobj_s obj)
static int
Macro. AGTYPE(ST_Agobj_s obj)
static void
Macro. AGTYPE(ST_Agobj_s obj, int v)
static ST_Agnode_s
Macro. ND_UF_parent(ST_Agobj_s n)
static void
Macro. ND_UF_parent(ST_Agobj_s n, ST_Agnode_s v)
-