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 Prefix(arg ...string) string
- func WikiAction(dir string, ext ...string) ice.Actions
- func WordAlias(m *ice.Message, cmd string, cmds ...string)
- 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) DumpAll(m *ice.Message, group ...string)
- 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, arg ...string) *ice.Message
- func (g *Group) EchoPath(group string, str string, arg ...ice.Any) *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) Get(group string) *ice.Message
- func (g *Group) Option(group string, key string, arg ...ice.Any) string
- type Item
- type Message
Constants ¶
View Source
const ( FG = "fg" BG = "bg" FONT_SIZE = "font-size" FONT_FAMILY = "font-family" STROKE_DASHARRAY = "stroke-dasharray" STROKE_WIDTH = "stroke-width" STROKE = "stroke" FILL = "fill" PADDING = "padding" MARGINX = "marginx" MARGINY = "marginy" HEIGHT = "height" WIDTH = "width" )
View Source
const ( LABEL = "label" CHAIN = "chain" SEQUENCE = "sequence" )
View Source
const ( INDEX_SHY = "index.shy" HEADER = "header" NAV = "nav" )
View Source
const ( INNER = "inner" SHELL = "shell" ROUTE = "route" PROJECT = "project" PRODUCT = "product" )
View Source
const ( COLUMN = "column" FLEX = "flex" END = "end" )
View Source
const ( HEAD = "head" LIST = "list" )
View Source
const ( LEVEL = "level" PREFIX = "prefix" )
View Source
const ( NAVMENU = "navmenu" PREMENU = "premenu" CHAPTER = "chapter" SECTION = "section" ENDMENU = "endmenu" )
View Source
const AUDIO = "audio"
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 GEOAREA = "geoarea"
View Source
const IFRAME = "iframe"
View Source
const IMAGE = "image"
View Source
const ORDER = "order"
View Source
const PORTAL = "portal"
View Source
const REFER = "refer"
View Source
const SPARK = "spark"
View Source
const STYLE = "style"
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) EchoPath ¶ added in v1.4.4
func (*Group) EchoRect ¶ added in v0.7.8
func (*Group) EchoText ¶ added in v0.7.8
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.