示例#1
0
 // applyFocus filters samples based on the focus/ignore options
 private static error applyFocus(ptr <profile.Profile> _addr_prof, map <@string, @string> numLabelUnits, variables v, plugin.UI ui)
 {
     ref profile.Profile prof = ref _addr_prof.val;
示例#2
0
 public errorCatcher(plugin.UI UI = default, slice <@string> errors = default)
 {
     this.UI     = UI;
     this.errors = errors;
 }
 public Symbolizer(plugin.ObjTool Obj = default, plugin.UI UI = default, http.RoundTripper Transport = default)
 {
     this.Obj       = Obj;
     this.UI        = UI;
     this.Transport = Transport;
 }