Documentation
¶
Overview ¶
Package gui provides the GUI for the IFF Master application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHexTableView ¶
NewHexTableView creates a new fyne table for the hexadecimal view.
func NewIsoTableView ¶
NewIsoTableView creates a new fyne table for the ISO-8859-1 view.
func NewListView ¶
NewListView creates a new fyne list view. It creates a list widget with the chunk ID.
func NewStructTableView ¶
NewStructTableView creates a new fyne table for the structure view.
Types ¶
type ListEntry ¶
type ListEntry struct {
*chunks.IFFChunk // Embedding the IFFChunk struct
// contains filtered or unexported fields
}
ListEntry is a struct to hold the data for the list view. It embeds the IFFChunk struct to hold the chunk data.
func ConvertIFFChunkToListNode ¶
ConvertIFFChunkToListNode traverses to a IFF chunk nodes and appends data which is neede for ghe GUI.
Click to show internal directories.
Click to hide internal directories.