Documentation ¶
Index ¶
- func NewForm3Layout() fyne.Layout
- type MainWindow
- func (mw *MainWindow) Analyze(inputGlob string) error
- func (mw *MainWindow) GetInputGlob() string
- func (mw *MainWindow) Merge(outputDir string) error
- func (mw *MainWindow) SetInputGlob(glob string)
- func (mw *MainWindow) SetOutputPath(directory string)
- func (mw *MainWindow) SetOutputPathFromInputGlob()
- func (mw *MainWindow) ShowAndRun()
- type MessageLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewForm3Layout ¶
func NewForm3Layout() fyne.Layout
NewForm3Layout returns a new FormLayout instance with three columns.
Types ¶
type MainWindow ¶
type MainWindow struct {
// contains filtered or unexported fields
}
func (*MainWindow) Analyze ¶
func (mw *MainWindow) Analyze(inputGlob string) error
func (*MainWindow) GetInputGlob ¶
func (mw *MainWindow) GetInputGlob() string
func (*MainWindow) Merge ¶
func (mw *MainWindow) Merge(outputDir string) error
func (*MainWindow) SetInputGlob ¶
func (mw *MainWindow) SetInputGlob(glob string)
func (*MainWindow) SetOutputPath ¶
func (mw *MainWindow) SetOutputPath(directory string)
func (*MainWindow) SetOutputPathFromInputGlob ¶
func (mw *MainWindow) SetOutputPathFromInputGlob()
func (*MainWindow) ShowAndRun ¶
func (mw *MainWindow) ShowAndRun()
type MessageLevel ¶
type MessageLevel int
Click to show internal directories.
Click to hide internal directories.