Skip to content

package log_window

import "kaiju/editor/ui/log_window"

Types

LogWindow

struct

type LogWindow struct {
    Group viewGroup

    // Has unexported fields.
}

New

func New(host *engine.Host, logStream *logging.LogStream, uiGroup *ui.Group) *LogWindow

LogWindow.All

func (l *LogWindow) All() []visibleMessage

LogWindow.DragUpdate

func (l *LogWindow) DragUpdate()

LogWindow.Errors

func (l *LogWindow) Errors() []visibleMessage

LogWindow.Hide

func (l *LogWindow) Hide()

LogWindow.Infos

func (l *LogWindow) Infos() []visibleMessage

LogWindow.Show

func (l *LogWindow) Show()

LogWindow.Toggle

func (l *LogWindow) Toggle()

LogWindow.Warnings

func (l *LogWindow) Warnings() []visibleMessage