Uses of Class
h.ST_GVC_s
-
Packages that use ST_GVC_s Package Description gen.lib.common gen.lib.gvc h smetana.core -
-
Uses of ST_GVC_s in gen.lib.common
Methods in gen.lib.common with parameters of type ST_GVC_s Modifier and Type Method Description 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 ST_dt_s
textspan__c. textfont_dict_open(ST_GVC_s gvc)
static ST_pointf
textspan__c. textspan_size(ST_GVC_s gvc, ST_textspan_t span)
-
Uses of ST_GVC_s in gen.lib.gvc
Methods in gen.lib.gvc that return ST_GVC_s Modifier and Type Method Description static ST_GVC_s
gvc__c. gvContext(Object... arg_)
static ST_GVC_s
gvcontext__c. gvNEWcontext(__ptr__ builtins, boolean demand_loading)
Methods in gen.lib.gvc with parameters of type ST_GVC_s Modifier and Type Method Description static int
gvlayout__c. gvlayout_select(ST_GVC_s gvc, CString layout)
static int
gvlayout__c. gvLayoutJobs(ST_GVC_s gvc, ST_Agraph_s g)
static ST_gvplugin_available_s
gvplugin__c. gvplugin_load(ST_GVC_s gvc, EN_api_t api, CString str)
static int
gvtextlayout__c. gvtextlayout_select(ST_GVC_s gvc)
-
Uses of ST_GVC_s in h
Fields in h declared as ST_GVC_s Modifier and Type Field Description ST_GVC_s
ST_Agraphinfo_t. gvc
-
Uses of ST_GVC_s in smetana.core
Methods in smetana.core that return ST_GVC_s Modifier and Type Method Description static ST_GVC_s
Macro. GD_gvc(ST_Agraph_s g)
Methods in smetana.core with parameters of type ST_GVC_s Modifier and Type Method Description static void
Macro. GD_gvc(ST_Agraph_s g, ST_GVC_s v)
-