Uses of Class
h.ST_Agsym_s
-
Packages that use ST_Agsym_s Package Description gen.lib.cgraph gen.lib.common smetana.core -
-
Uses of ST_Agsym_s in gen.lib.cgraph
Methods in gen.lib.cgraph that return ST_Agsym_s Modifier and Type Method Description static ST_Agsym_s
attr__c. agattr(ST_Agraph_s g, int kind, CString name, CString value)
static ST_Agsym_s
attr__c. agattrsym(__ptr__ obj, CString name)
static ST_Agsym_s
attr__c. agdictsym(ST_dt_s dict, CString name)
static ST_Agsym_s
attr__c. aglocaldictsym(ST_dt_s dict, CString name)
static ST_Agsym_s
attr__c. agnewsym(ST_Agraph_s g, CString name, CString value, int id, int kind)
static ST_Agsym_s
attr__c. getattr(ST_Agraph_s g, int kind, CString name)
static ST_Agsym_s
attr__c. setattr(ST_Agraph_s g, int kind, CString name, CString value)
Methods in gen.lib.cgraph with parameters of type ST_Agsym_s Modifier and Type Method Description static void
attr__c. addattr(ST_Agraph_s g, ST_Agobj_s obj, ST_Agsym_s sym)
static void
obj__c. agmethod_upd(ST_Agraph_s g, __ptr__ obj, ST_Agsym_s sym)
static void
obj__c. agupdcb(ST_Agraph_s g, __ptr__ obj, ST_Agsym_s sym, ST_Agcbstack_s cbstack)
static CString
attr__c. agxget(__ptr__ obj, ST_Agsym_s sym)
static int
attr__c. agxset(ST_Agobj_s obj, ST_Agsym_s sym, CString value)
-
Uses of ST_Agsym_s in gen.lib.common
Methods in gen.lib.common with parameters of type ST_Agsym_s Modifier and Type Method Description static boolean
utils__c. late_bool(__ptr__ obj, ST_Agsym_s attr, int def)
static double
utils__c. late_double(__ptr__ obj, ST_Agsym_s attr, double def, double low)
static int
utils__c. late_int(__ptr__ obj, ST_Agsym_s attr, int def, int low)
static CString
utils__c. late_nnstring(__ptr__ obj, ST_Agsym_s attr, CString def)
static CString
utils__c. late_string(__ptr__ obj, ST_Agsym_s attr, CString def)
static boolean
utils__c. noClip(ST_Agedge_s e, ST_Agsym_s sym)
-
Uses of ST_Agsym_s in smetana.core
Methods in smetana.core that return ST_Agsym_s Modifier and Type Method Description static ST_Agsym_s
Macro. agfindedgeattr(ST_Agraph_s g, java.lang.String a)
static ST_Agsym_s
Macro. agfindgraphattr(ST_Agraph_s g, java.lang.String a)
static ST_Agsym_s
Macro. agfindnodeattr(ST_Agraph_s g, java.lang.String a)
-