Documentation
¶
Index ¶
- func RemoveAtIndex(s []string, index int) []string
- type DoubleTapLabel
- type TieAddView
- func (tv *TieAddView) Add()
- func (tv *TieAddView) Del()
- func (tv *TieAddView) Exit()
- func (tv *TieAddView) GetHandler(resp json.RawMessage)
- func (tv *TieAddView) GetLengthTags() int
- func (tv *TieAddView) GetObj() fyne.CanvasObject
- func (tv *TieAddView) GetTags()
- func (tv *TieAddView) List1Select(id int)
- func (tv *TieAddView) List2Select(id int)
- func (tv *TieAddView) MakeUI(parent *TieView) fyne.CanvasObject
- func (tv *TieAddView) RemoveTag(id int)
- func (tv *TieAddView) SetData(value1 []string, value2 []string)
- func (tv *TieAddView) SetKey(key string)
- func (tv *TieAddView) UpdateTextTag(row int, obj fyne.CanvasObject)
- type TieCreateView
- type TieView
- func (tv *TieView) Add()
- func (tv *TieView) AddHandler(resp json.RawMessage)
- func (tv *TieView) Create()
- func (tv *TieView) Del()
- func (tv *TieView) GetHandler(resp json.RawMessage)
- func (tv *TieView) ImportFile()
- func (tv *TieView) List1Select(id int)
- func (tv *TieView) List2Select(id int)
- func (tv *TieView) MakeUI(parent *fyne.Container)
- func (tv *TieView) Refresh()
- func (tv *TieView) SetData(value1 []string, value2 []string)
- func (tv *TieView) SetKey(key string)
- func (tv *TieView) ShowMainPage()
- func (tv *TieView) Update(newValue2 string)
- func (tv *TieView) UpdateUI(content fyne.CanvasObject)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveAtIndex ¶
Types ¶
type DoubleTapLabel ¶
func NewDoubleTapLabel ¶
func NewDoubleTapLabel(text string, tap func(), doubletap func()) *DoubleTapLabel
func (*DoubleTapLabel) DoubleTapped ¶
func (t *DoubleTapLabel) DoubleTapped(_ *fyne.PointEvent)
func (*DoubleTapLabel) Tapped ¶
func (t *DoubleTapLabel) Tapped(_ *fyne.PointEvent)
type TieAddView ¶
type TieAddView struct { Object fyne.CanvasObject SelectedKey binding.String SelectedValue1 binding.String SelectedValue2 binding.String SelectedTagCategory binding.String SelectedValue1ID int SelectedValue2ID int ImportAddClose bool HashCalculated chan bool // contains filtered or unexported fields }
func NewTieAddView ¶
func NewTieAddView() *TieAddView
func (*TieAddView) Add ¶
func (tv *TieAddView) Add()
func (*TieAddView) Del ¶
func (tv *TieAddView) Del()
func (*TieAddView) Exit ¶
func (tv *TieAddView) Exit()
func (*TieAddView) GetHandler ¶
func (tv *TieAddView) GetHandler(resp json.RawMessage)
func (*TieAddView) GetLengthTags ¶
func (tv *TieAddView) GetLengthTags() int
func (*TieAddView) GetObj ¶
func (tv *TieAddView) GetObj() fyne.CanvasObject
func (*TieAddView) GetTags ¶
func (tv *TieAddView) GetTags()
func (*TieAddView) List1Select ¶
func (tv *TieAddView) List1Select(id int)
func (*TieAddView) List2Select ¶
func (tv *TieAddView) List2Select(id int)
func (*TieAddView) MakeUI ¶
func (tv *TieAddView) MakeUI(parent *TieView) fyne.CanvasObject
func (*TieAddView) RemoveTag ¶
func (tv *TieAddView) RemoveTag(id int)
func (*TieAddView) SetData ¶
func (tv *TieAddView) SetData(value1 []string, value2 []string)
func (*TieAddView) SetKey ¶
func (tv *TieAddView) SetKey(key string)
func (*TieAddView) UpdateTextTag ¶
func (tv *TieAddView) UpdateTextTag(row int, obj fyne.CanvasObject)
type TieCreateView ¶
type TieCreateView struct { Object fyne.CanvasObject SelectedKey binding.String SelectedValue1 binding.String SelectedValue2 binding.String // contains filtered or unexported fields }
func NewTieCreateView ¶
func NewTieCreateView() *TieCreateView
func (*TieCreateView) Add ¶
func (tv *TieCreateView) Add()
func (*TieCreateView) Exit ¶
func (tv *TieCreateView) Exit()
func (*TieCreateView) MakeUI ¶
func (tv *TieCreateView) MakeUI(parent *TieView) fyne.CanvasObject
func (*TieCreateView) SetKey ¶
func (tv *TieCreateView) SetKey(key string)
func (*TieCreateView) SetTag ¶
func (tv *TieCreateView) SetTag(value1 string)
type TieView ¶
type TieView struct { Object fyne.CanvasObject SelectedKey binding.String SelectedValue1 binding.String SelectedValue2 binding.String SelectedValue2Old string SelectedHistory []string CurrentHistoryItem int SelectedValue1ID int SelectedValue2ID int CurrentFilePath string MainPage fyne.CanvasObject // contains filtered or unexported fields }
func NewTieView ¶
func NewTieView() *TieView
func (*TieView) AddHandler ¶
func (tv *TieView) AddHandler(resp json.RawMessage)
func (*TieView) GetHandler ¶
func (tv *TieView) GetHandler(resp json.RawMessage)
func (*TieView) ImportFile ¶
func (tv *TieView) ImportFile()
func (*TieView) List1Select ¶
func (*TieView) List2Select ¶
func (*TieView) ShowMainPage ¶
func (tv *TieView) ShowMainPage()
Click to show internal directories.
Click to hide internal directories.