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_tlabels__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_boxfutils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)static ST_boxfpostproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)static voidpostproc__c. addXLabel(ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos)static inthtmltable__c. make_html_label(__ptr__ obj, ST_textlabel_t lp)static voidlabels__c. make_simple_label(ST_GVC_s gvc, ST_textlabel_t lp)static voidlabels__c. storeline(ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)static voidutils__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_tST_Agedgeinfo_t. head_labelST_textlabel_tST_Agedgeinfo_t. labelST_textlabel_tST_Agnodeinfo_t. labelST_textlabel_tST_Agraphinfo_t. labelST_textlabel_tST_xlabel_t. lblST_textlabel_tST_field_t. lpST_textlabel_tST_Agedgeinfo_t. tail_labelST_textlabel_tST_Agedgeinfo_t. xlabelST_textlabel_tST_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_tMacro. ED_head_label(ST_Agedge_s e)static ST_textlabel_tMacro. ED_label(ST_Agedge_s e)static ST_textlabel_tMacro. ED_tail_label(ST_Agedge_s e)static ST_textlabel_tMacro. ED_xlabel(ST_Agedge_s e)static ST_textlabel_tMacro. GD_label(ST_Agraph_s g)static ST_textlabel_tMacro. ND_label(ST_Agnode_s n)static ST_textlabel_tMacro. ND_xlabel(ST_Agnode_s n)Methods in smetana.core with parameters of type ST_textlabel_t Modifier and Type Method Description static voidMacro. ED_head_label(ST_Agedge_s e, ST_textlabel_t v)static voidMacro. ED_label(ST_Agedge_s e, ST_textlabel_t v)static voidMacro. ED_tail_label(ST_Agedge_s e, ST_textlabel_t v)static voidMacro. GD_label(ST_Agraph_s g, ST_textlabel_t v)static voidMacro. ND_label(ST_Agnode_s n, ST_textlabel_t v)
-