OutputFormatter
Object Hierarchy:
Description:
public class OutputFormatter
Content:
Creation methods:
Methods:
- public void action (string name, string? val = "")
- public weak Color c (ECHO name)
- public void echo (string? data = "", bool lf = true, bool indent_all = false, ECHO color = DEFAULT, int8 indent_adjust = 0)
- public void echo_up (int line, string s)
- public void error (string label, bool warn = false)
- public void keyval (string key, string val)
- public string move_down (int line)
- public string move_up (int line)
- public void rs (bool test, string done = "done", string fail = "fail")
- public string s_indent (int8 adjust = 0)
- public void state (bool test)
- protected Color test (bool exp, bool error = false)
- public void title (string label, string? version = null, string? author = null)
- protected string title_sep ()
- public void usage_command (string bin, string command, string param = "", string? comment = null)
- public void usage_option (string? name = null, string? shortname = null, string? argname = null, bool val = false, int echo_up = 0)
- public void warn (string label)
- public string wordwrap (string str, int width, bool cut = false)
Fields: