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_sapply__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 voidattr__c. addattr(ST_Agraph_s g, ST_Agobj_s obj, ST_Agsym_s sym)static intapply__c. agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)static booleanobj__c. agcontains(ST_Agraph_s g, ST_Agobj_s obj)static ST_Agrec_sattr__c. agmakeattrs(ST_Agraph_s context, ST_Agobj_s obj)static CStringid__c. agnameof(ST_Agobj_s obj)static intobj__c. agobjkind(ST_Agobj_s arg)static ST_Agraph_sobj__c. agraphof(ST_Agobj_s obj)static ST_Agraph_sobj__c. agroot(ST_Agobj_s obj)static intattr__c. agsafeset(ST_Agobj_s obj, CString name, CString value, CString def)static intattr__c. agxset(ST_Agobj_s obj, ST_Agsym_s sym, CString value)static voidapply__c. rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)static voidrec__c. set_data(ST_Agobj_s obj, ST_Agrec_s data, int mtflock)static ST_Agobj_sapply__c. subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)static intattr__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_tlabels__c. make_label(ST_Agobj_s obj, CString str, int kind, double fontsize, CString fontname, CString fontcolor)static CStringlabels__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_sdotinit__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 classST_Agedge_sclassST_Agnode_sclassST_Agraph_sFields in h declared as ST_Agobj_s Modifier and Type Field Description ST_Agobj_sST_Agedge_s. baseST_Agobj_sST_Agnode_s. baseST_Agobj_sST_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_sMacro. AGDATA(ST_Agobj_s obj)static voidMacro. AGDATA(ST_Agobj_s obj, ST_Agrec_s v)static intMacro. AGID(ST_Agobj_s obj)static voidMacro. AGID(ST_Agobj_s obj, int v)static intMacro. AGSEQ(ST_Agobj_s obj)static voidMacro. AGSEQ(ST_Agobj_s obj, int v)static ST_Agtag_sMacro. AGTAG(ST_Agobj_s obj)static intMacro. AGTYPE(ST_Agobj_s obj)static voidMacro. AGTYPE(ST_Agobj_s obj, int v)static ST_Agnode_sMacro. ND_UF_parent(ST_Agobj_s n)static voidMacro. ND_UF_parent(ST_Agobj_s n, ST_Agnode_s v)
-