Documentation ¶
Index ¶
- Constants
- Variables
- func AddChart(name string, hand func(m *ice.Message) Chart)
- func AddGroupOption(m *ice.Message, group string, arg ...string)
- func CSV(m *ice.Message, text string, head ...string) *ice.Message
- func Format(tag string, arg ...ice.Any) string
- func Parse(m *ice.Message, meta string, key string, arg ...string) (data ice.Any)
- type Chart
- type Group
- func (g *Group) DefsArrow(group string, height, width int, arg ...string) *ice.Message
- func (g *Group) Dump(m *ice.Message, group string, arg ...string) *Group
- func (g *Group) Echo(group string, str string, arg ...ice.Any) *ice.Message
- func (g *Group) EchoArrowLine(group string, x1, y1, x2, y2 int, arg ...string) *ice.Message
- func (g *Group) EchoLine(group string, x1, y1, x2, y2 int) *ice.Message
- func (g *Group) EchoRect(group string, height, width, x, y int, arg ...string) *ice.Message
- func (g *Group) EchoText(group string, x, y int, text string, arg ...string) *ice.Message
- func (g *Group) EchoTexts(group string, x, y int, text string, arg ...string) *ice.Message
- func (g *Group) Get(group string) *ice.Message
- func (g *Group) Join(arg ...string) string
- func (g *Group) Option(group string, key string, arg ...ice.Any) string
- type Item
- type Message
Constants ¶
View Source
const ( FG = "fg" BG = "bg" STROKE_DASHARRAY = "stroke-dasharray" STROKE_WIDTH = "stroke-width" STROKE = "stroke" FILL = "fill" FONT_SIZE = "font-size" FONT_FAMILY = "font-family" PADDING = "padding" MARGINX = "marginx" MARGINY = "marginy" HEIGHT = "height" WIDTH = "width" )
View Source
const ( LABEL = "label" CHAIN = "chain" SEQUENCE = "sequence" )
View Source
const ( FEATURE = "feature" INPUTS = "inputs" ARGS = "args" )
View Source
const ( IMG = "img" PNG = "png" JPG = "jpg" JPEG = "jpeg" )
View Source
const ( INPUT = "input" OUTPUT = "output" )
View Source
const ( PROMPT = "prompt" BREAK = "break" )
View Source
const ( NAVMENU = "navmenu" PREMENU = "premenu" CHAPTER = "chapter" SECTION = "section" ENDMENU = "endmenu" )
View Source
const ( PREFIX = "prefix" LEVEL = "level" MENU = "menu" )
View Source
const BRIEF = "brief"
View Source
const CHART = "chart"
View Source
const DATA = "data"
View Source
const DRAW = "draw"
View Source
const FEEL = "feel"
View Source
const FIELD = "field"
View Source
const IMAGE = "image"
View Source
const LOCAL = "local"
View Source
const (
MOV = "mov"
)
View Source
const ORDER = "order"
View Source
const PARSE = "parse"
View Source
const REFER = "refer"
View Source
const SHELL = "shell"
View Source
const SPARK = "spark"
View Source
const TABLE = "table"
View Source
const TITLE = "title"
View Source
const VIDEO = "video"
View Source
const WIKI = "wiki"
View Source
const WORD = "word"
Variables ¶
Functions ¶
func AddGroupOption ¶ added in v0.7.8
Types ¶
type Chart ¶
type Group ¶ added in v0.7.8
type Group struct {
// contains filtered or unexported fields
}
func (*Group) DefsArrow ¶ added in v0.7.8
func (*Group) Dump ¶ added in v0.7.8
func (*Group) Echo ¶ added in v0.7.8
func (*Group) EchoArrowLine ¶ added in v0.7.8
func (*Group) EchoLine ¶ added in v0.7.8
func (*Group) EchoRect ¶ added in v0.7.8
func (*Group) EchoText ¶ added in v0.7.8
func (*Group) EchoTexts ¶ added in v1.2.5
type Item ¶ added in v0.7.8
type Item struct {
// contains filtered or unexported fields
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.