Versions in this module Expand all Collapse all v1 v1.0.11 Apr 6, 2024 Changes in this version + const GROUP_SEL_CHAR + const GROUP_SEL_CORP + const GRUP_SEL_ALLY + const MDTCol0AltName + const MDTCol1ObserverName + const MDTCol2DateString + const MDTCol3OreTypeStr + const MDTCol4OreAmount + const MDTCol5OreVolume + const MDTCol6IskValue + func NewMDT(ctrl *ctrl.Ctrl) *miningDetailTable v1.0.10 Jan 4, 2024 Changes in this version + const COVCol0CharName + const COVCol1Ticker + const COVCol2ISK + const COVCol3Balance + const COVNumCols + const CTRDTCol0Name + const CTRDTCol1Quantity + const CTRDTCol2Value + const CTRDTCol4TotalValue + const CTRT0Status + const CTRT1Avail + const CTRT2Items + const CTRT3Price + const CTRT4IssuedTS + const CTRT5CCompTS + const CTRT6Info + const CTRT7Location + const FILTER_SIGN_ALL + const FILTER_SIGN_MINUS + const FILTER_SIGN_PLUS + const InduT0Status + const InduT1Runs + const InduT2Activity + const InduT3Blueprint + const InduT4Facility + const InduT5Installer + const InduT6InstallDate + const InduT7EndDate + const KMDTCol0AltName + const KMDTCol1TS + const KMDTCol2KValue + const KMDTCol3KLink + const PERIOD_LAST_30_DAYS + const PERIOD_LAST_60_DAYS + const PERIOD_LAST_7_DAYS + const PERIOD_LAST_90_DAYS + const PERIOD_LAST_MONTH + const PERIOD_THIS_MONTH + const PERIOD_THIS_YEAR + func IsImperium(allianceID int) (retval bool) + func NewCTRTable(gui *OmipGui, fullList []*model.DBContract, char *ctrl.EsiChar, isCorp bool) *ctrGuiTable + func NewCharTable(ctrlObj *ctrl.Ctrl, gui *OmipGui) *charGuiTable + func NewCorpTable(ctrlObj *ctrl.Ctrl, gui *OmipGui) *charGuiTable + func NewCtrDT(ctrl *ctrl.Ctrl) *ctrDetailTable + func NewInduTable(ctrl *ctrl.Ctrl, fullList []*model.DBJob) *induGuiTable + func NewKMDT(ctrl *ctrl.Ctrl) *kmDetailTable + func NewMonthlyTable(ctrl *ctrl.Ctrl, fullList *model.MonthlyTable, maxMonth int, ...) *monthlyGuiTable + type OmipGui struct + AppPtr fyne.App + CharTabPtr *container.DocTabs + CorpTabPtr *container.DocTabs + Ctrl *ctrl.Ctrl + NotifyEntry *widget.Entry + NotifyText string + Progress *widget.ProgressBar + TabPtr *container.AppTabs + Version string + WindowPtr fyne.Window + func NewOmipGui(ctrl *ctrl.Ctrl, app fyne.App, debug bool, version string) *OmipGui + func (obj *OmipGui) AddCharTab(char *ctrl.EsiChar) *container.TabItem + func (obj *OmipGui) AddCorpTab(corp *ctrl.EsiCorp, director *ctrl.EsiChar) *container.TabItem + func (obj *OmipGui) AddEsiKey(char *ctrl.EsiChar) + func (obj *OmipGui) AddLogEntry(newEntry string) + func (obj *OmipGui) CorpUpdate() + func (obj *OmipGui) CreateCharDebugTab(localchar *ctrl.EsiChar) fyne.CanvasObject + func (obj *OmipGui) CreateCharGui(char *ctrl.EsiChar, isTab bool) fyne.CanvasObject + func (obj *OmipGui) CreateCorpDebugTab(director *ctrl.EsiChar, corp *ctrl.EsiCorp) fyne.CanvasObject + func (obj *OmipGui) CreateCorpGui(corp *ctrl.EsiCorp, director *ctrl.EsiChar, isTab bool) fyne.CanvasObject + func (obj *OmipGui) CreateOverViewTable(char *ctrl.EsiChar, corp bool) (fyne.CanvasObject, []*RefbutList) + func (obj *OmipGui) GetMaxPricedItem(items []*model.DBContrItem) (retval string) + func (obj *OmipGui) UpdateAllData() + func (obj *OmipGui) UpdateGui() + type RefbutList struct + RefButton *widget.Button + RefID string + type WindowList struct + Title string