Uses of Class
h.ST_textlabel_t
-
Packages that use ST_textlabel_t Package Description gen.lib.common h smetana.core -
-
Uses of ST_textlabel_t in gen.lib.common
Methods in gen.lib.common that return ST_textlabel_t 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)
Methods in gen.lib.common with parameters of type ST_textlabel_t Modifier and Type Method Description static ST_boxf
utils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)
static ST_boxf
postproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)
static void
postproc__c. addXLabel(ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos)
static int
htmltable__c. make_html_label(__ptr__ obj, ST_textlabel_t lp)
static void
labels__c. make_simple_label(ST_GVC_s gvc, ST_textlabel_t lp)
static void
labels__c. storeline(ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)
static void
utils__c. updateBB(ST_Agraph_s g, ST_textlabel_t lp)
-
Uses of ST_textlabel_t in h
Fields in h declared as ST_textlabel_t Modifier and Type Field Description ST_textlabel_t
ST_Agedgeinfo_t. head_label
ST_textlabel_t
ST_Agedgeinfo_t. label
ST_textlabel_t
ST_Agnodeinfo_t. label
ST_textlabel_t
ST_Agraphinfo_t. label
ST_textlabel_t
ST_xlabel_t. lbl
ST_textlabel_t
ST_field_t. lp
ST_textlabel_t
ST_Agedgeinfo_t. tail_label
ST_textlabel_t
ST_Agedgeinfo_t. xlabel
ST_textlabel_t
ST_Agnodeinfo_t. xlabel
-
Uses of ST_textlabel_t in smetana.core
Methods in smetana.core that return ST_textlabel_t Modifier and Type Method Description static ST_textlabel_t
Macro. ED_head_label(ST_Agedge_s e)
static ST_textlabel_t
Macro. ED_label(ST_Agedge_s e)
static ST_textlabel_t
Macro. ED_tail_label(ST_Agedge_s e)
static ST_textlabel_t
Macro. ED_xlabel(ST_Agedge_s e)
static ST_textlabel_t
Macro. GD_label(ST_Agraph_s g)
static ST_textlabel_t
Macro. ND_label(ST_Agnode_s n)
static ST_textlabel_t
Macro. ND_xlabel(ST_Agnode_s n)
Methods in smetana.core with parameters of type ST_textlabel_t Modifier and Type Method Description static void
Macro. ED_head_label(ST_Agedge_s e, ST_textlabel_t v)
static void
Macro. ED_label(ST_Agedge_s e, ST_textlabel_t v)
static void
Macro. ED_tail_label(ST_Agedge_s e, ST_textlabel_t v)
static void
Macro. GD_label(ST_Agraph_s g, ST_textlabel_t v)
static void
Macro. ND_label(ST_Agnode_s n, ST_textlabel_t v)
-