Documentation
¶
Overview ¶
Package mpqexplorer contains an implementation of a MPQ archive explorer, which displays the archive contents as a tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSelectedCallback ¶
FileSelectedCallback represents file selected callback
type MPQExplorer ¶
type MPQExplorer struct { *toolwindow.ToolWindowBase // contains filtered or unexported fields }
MPQExplorer represents a mpq explorer
func Create ¶
func Create(fileSelectedCallback FileSelectedCallback, cfg *config.Config, x, y float32) (*MPQExplorer, error)
Create creates a new explorer
func (*MPQExplorer) GetLayout ¶
func (m *MPQExplorer) GetLayout() g.Widget
func (*MPQExplorer) GetMpqTreeNodes ¶
func (m *MPQExplorer) GetMpqTreeNodes() []g.Widget
GetMpqTreeNodes returns mpq tree
func (*MPQExplorer) SetProject ¶
func (m *MPQExplorer) SetProject(project *hsproject.Project)
SetProject sets explorer's project
Click to show internal directories.
Click to hide internal directories.