package log_window
import "kaiju/editor/ui/log_window"
Types
LogWindow
struct
type LogWindow struct {
Group viewGroup
// Has unexported fields.
}
New
func New(logStream *logging.LogStream, reloadTabFunc func(name string)) *LogWindow
LogWindow.All
func (l *LogWindow) All() []visibleMessage
LogWindow.Destroy
func (l *LogWindow) Destroy()
LogWindow.Document
func (l *LogWindow) Document() *document.Document
LogWindow.Errors
func (l *LogWindow) Errors() []visibleMessage
LogWindow.Infos
func (l *LogWindow) Infos() []visibleMessage
LogWindow.Reload
func (l *LogWindow) Reload(uiMan *ui.Manager, root *document.Element)
LogWindow.TabTitle
func (l *LogWindow) TabTitle() string
LogWindow.Warnings
func (l *LogWindow) Warnings() []visibleMessage