view

package
v0.0.0-...-f171045 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conversion

type Conversion struct {
	// contains filtered or unexported fields
}

func NewConversion

func NewConversion(app kernel.AppContract, formats encoder.ConvertorFormatsContract, runConvert func(setting HandleConvertSetting)) *Conversion

func (Conversion) AfterViewContent

func (c Conversion) AfterViewContent()

func (Conversion) GetContent

func (c Conversion) GetContent() fyne.CanvasObject

type ConversionContract

type ConversionContract interface {
	GetContent() fyne.CanvasObject
	AfterViewContent()
}

type HandleConvertSetting

type HandleConvertSetting struct {
	FileInput            kernel.File
	DirectoryForSave     string
	OverwriteOutputFiles bool
	Format               string
	Encoder              encoder2.EncoderContract
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL