Documentation
¶
Index ¶
- Variables
- func ClearProject()
- func GetNextID() int
- func NewOverViewElement(name string, level int)
- func NotifyOfSizeChange(d elements.Element)
- func RecursiveLevelChange(startlevel int, el elements.Element)
- func RemoveElement(e []elements.Element, el elements.Element) []elements.Element
- func SetPro(p Project)
- func UpdateOverviewElements()
- type Canvas
- type ObjectSelect
- type OverView
- type OverViewElement
- type Project
- type Window
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Black = color.Gray16{0} White = color.Gray16{0xffff} Gray = color.Alpha16{0b1110111100100010} )
View Source
var Dist int = 40
Functions ¶
func ClearProject ¶
func ClearProject()
func NewOverViewElement ¶
func NotifyOfSizeChange ¶
func RecursiveLevelChange ¶
func RemoveElement ¶
func UpdateOverviewElements ¶
func UpdateOverviewElements()
Types ¶
type ObjectSelect ¶
func (*ObjectSelect) AdjustButtonPositions ¶
func (obj *ObjectSelect) AdjustButtonPositions()
type OverView ¶
type OverView struct { XLeft int XRight int Pressables []OverViewElement }
type OverViewElement ¶
Click to show internal directories.
Click to hide internal directories.